Hi
I'm new to ABAP programming and I have some function groups, programs, tables, global data types etc. that I want to export, so I can import it in to a completely different system.
The system that I want to export from is an R/3 Enterprise 3.7
Is it possible to do this somehow?
Regards,
Jacob Vennervald
hi,
You have to first release the transport requests created for each of your object.You have to go into transaction STMS to release the request.There you can select the system to which you have to move the request.
Then you have to import the request into the desired system by using the transaction STMS_IMPORT.
Add a comment