

____________________________________________
Setting up the Transport System ( optional )

Before configuring the Change and Transport System please unpack
TP.zip .

To enable the export or import of transports, you have to
initialize the Transport Management System.
Proceed as follows:
Log on to system BSP as user DDIC.
Call transaction SE38 and execute program ZR3_TMS_CONFIG.
Change the profile <BSP_DIR>\BSP_D00.pfl using the editor
<BSP_DIR>\sappad.exe:
Configure one background process by setting the parameter
rdisp/wp_no_btc = 1 and restart the  BSP system.
Execute program RDDNEWPP (transaction SE38), which schedules the
background job RDDIMPDP within the BSP system.
For beeing able to export out of the BSP system please read the
TMS documentation regarding virtual systems.
For beeing able to import into the BSP system please read the TMS
documentation about external systems.

To export or import transport requests, use the transport program
tp as follows:
Open a DOS-box and change to the BSP directory (C:\MINIWAS, for
example).
Run the command file dbenv.cmd to set the environment variables
for the database connection.
Start the transport program tp directly with tp
pf=trans\bin\TP_DOMAIN_BSP.PFL <options> or as user DDIC
within the BSP system from the Transport Management System
(transaction STMS) . 

For more information about administrative functions consult the
respective documentation in the SAP Library.

Example

To import the example programs of the book ABAP Objects (ISBN of
English edition: 0-201-75080-5, ISBN of German edition:
3-89842-147-3) , proceed as follows:
Get the transport files from Example_Transport.zip.
Copy K8A0H5B.B20  to <BSP_DIR>\TRANS\COFILES.
Copy R8A0H5B.B20  to <BSP_DIR>\TRANS\DATA.
Open a DOS-box, change to <BSP_DIR>, and run dbenv.cmd .
Execute tp pf=trans\bin\TP_DOMAIN_BSP.PFL addtobuffer B20K8A0H5B
BSP.
Now you can import the import queue either as user DDIC in
transaction STMS (recommended) or via tp
pf=trans\bin\TP_DOMAIN_BSP.PFL import B20K8A0H5B BSP.
After a succesful import you will find package S_ABAP_BOOK in the
Object Navigator (transaction SE80).
_______________________________________________