Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The SAP plugin have two resource types. Endpoint must map to the corresponding resource type for execution.

  1. SAP AS ABAP: This resource type executes only SAP Transport objects imported at this resource type.

  2. SAP AS Java: This JAVA Files deployed at this resource type executes only JAVA Files.

Target Properties

Property Name

Property Code

Required

Description

SAP Host Name

FDSAP_HOST_NAME

Yes

Host Name of the SAP server

Username

FDSAP_USER_NAME

Yes

Username to connect to SAP server

Password

FDSAP_PASSWORD

Yes

Password to connect to SAP server

Instance Number

FDSAP_INSTANCE_NUMBER

Yes

Instance number of the SAP server

Client Number

FDSAP_CLIENT_NUMBER

Yes

Client number of the SAP server

Target Client Number

FDSAP_TARGET_CLIENT_NUMBER

No

Target Client Number

Transport Directory

FDSAP_TRANS_DIR

Yes

SAP Transport Directory stores the data files between transports.

SAP JAVA AS Host Name

FDSAP_JAVA_AS_HOST

Yes

Host Name of the SAP Java Application Server.

SAP JAVA AS P4 Port

FDSAP_JAVA_P4_PORT

Yes

P4 Port for the SAP Java Application Server. eg: 50004

SAP Java Admin Username

FDSAP_JAVA_ADMIN_USER

Yes

Admin Username to deploy Java archive.

SAP Java Admin Password

FDSAP_JAVA_ADMIN_PASSWORD

Yes

Password for Admin User to deploy Java archive.

SAP Java AS Deploy Scripts Directory

FDSAP_JAVA_DEPLOY_SCRIPTS_DIR

Yes

Location of the deployments scripts eg: /usr/sap/NWD/J00/j2ee/deployment/scripts

...