
Whenever you need to transport Guided Procedures (GP) content created in your system to other systems, you have to create a transport request first. A transport request collects development objects and categories for export to your local computer or to an SAP transport system.
Creating a transport request comprises three steps:
You may choose from the following types of export:
The transport request is exported to your local computer in the file format .sda (Software Deployment Archive). You can then forward this transport request by e-mail, for example, to other users who may need it or upload it to the SAP NetWeaver Development Infrastructure (NWDI) to make it available for general access.
By connecting to SAP systems, you can directly export the transport request to these systems and make it available for general access.
If you want to export the transport request to an SAP system, you must have created an RFC destination before.
More information: Maintaining RFC Destinations
1. Enter Basic Data
2. Select Objects
The list contains only activated objects (including deprecated ones).
The system exports all development objects and categories related to and relevant for the objects that you have selected. For example, if you select a process template, all its blocks, actions, callable objects are added to the transport request.
In addition, all e-mail templates used in the callable objects that you export are automatically included in the transport request.
By default, it is the currently logged user but you can also specify any other name. This is the person who needs to be contacted in case of questions concerning translations.
Whenever you create a transport request, all translations of GP objects (such as titles, descriptions and so on) included in the request, are exported with the .sda archive. Translations, together with the contact person name, reside in .xlf files.
3a. Export to Local Computer
If you want to export the transport request to your local computer, set the Export to Local File indicator.
The system stores the export file in the following directory: <home_directory>\usr\sap\<server_name>\JC<instance_ID>\j2ee\cluster\server0\<file_name>.sda
c:\usr\sap\F21\JC30\j2ee\cluster\server0\transport1234567890123.sda
The transport request is made available in other Java systems using the deployment functionality provided by the SAP NetWeaver Development Infrastructure (NWDI) and the Deploy View of the SAP NetWeaver Developer Studio (NWDS).
More information:
3b. Export to an SAP System Using an RFC Destination
If you want to export the transport request to an SAP system, set the Export to SAP System indicator.
In case ABAP forms are included in your transport request, the RFC destination that is configured for ABAP-based forms is prefilled.
At design time, the forms are created as local objects in the ABAP back end without any package. However, for such forms, the ABAP package is a necessary transport prerequisite. In case the back-end system is an SAP system, the package has to be in the SAP namespace; in case it is a customer system, the package has to be in the customer namespace. Local packages cannot be used for transport.
For further processing of the transport request in the target system you use transactions EUPTSP (Prompt for Customizing Request) and SE09 (Transport Organizer). For this purpose, you may need the technical name of the request that you specified in step 2, or the number of the request (Request ID) in the system message indicating that the export was completed successfully.
For more information about importing transport requests from the SAP system to target Java systems, see Importing Transport Requests .