Versions Compared

Key

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

This operation to build an archive file for SAP Transport Requests, Java etc. Supports only Package-Based Projects.

This operation produces artifacts like the ones below.

...

The java files archive to java.zip and SAP Transport objects archive to trans.zip.

The folder structure of java.zip look like the following

  • Java

    • CalcualatorEar.ear

    • CalculatorEjb.jar

    • CalculatorWeb.war

The folder structure of trans.zip look like the following

  • cofiles

    • K900026.LT1

  • data

    • R900026.LT1

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

Transport Directory

FDSAP_TRANS_DIR

Yes

SAP Transport Directory stores the data files between transports.

...