Import means to upload from a local file. When you want to get the Script copied from a local file, you can use the Import option.
To perform import of SAPscript from the local machine, run Transaction code: SE38.
Step 1 − Execute program RSTXSCRP in Transaction Code SE38.
Step 2 − Enter the program and execute.
Now you have to select the desired object type - Form / Style / Standard Text / Device Type from the list.
Step 3 − To export a SAP script locally, select Form.
Step 4 − Select the Mode parameter. Import means upload from the local file. Select Import in the mode parameter.
Step 5 − Enter the object name that you want to export.
Step 6 − Enter the import path- C:\temp\********&&&&
Using the above method, you can copy SAPscript from one client 512 to client 500 using the following steps −
Step 1 − Login to client 512.
Step 2 − Run the Transaction Code - SE38 or SA38 and execute the ABAP program: RSTXSCRP
Step 3 − Enter the Mode Parameter: EXPORT and save the SAPScript locally on the system.
To import the script −
Step 1 − Login to client 500.
Step 2 − Run the Transaction SE38 or SA38 and execute the ABAP program: RSTXSCRP
Step 3 − Enter the Mode Parameter: IMPORT
Other option to copy a script from one client to another client is by using the following steps.
Step 1 − Use Transaction Code SE71.
Step 2 − Login to Client on which you want to perform a copy 500.
Step 3 − Run Transaction code: SE71 → Click on Utilities → Copy from client
Step 4 − Enter Source Form, Source Client, and Target Client.
Step 5 − Click the Execute button.