
- SAP Scripts Tutorial
- SAP Scripts - Home
- SAP Scripts - Overview
- SAP Scripts - Smart Forms
- SAP Scripts - Form Painter
- SAP Scripts - Layout Set
- SAP Scripts - Print Program
- SAP Scripts - Creating a Window
- SAP Scripts - Output Area
- SAP Scripts - Text Module
- SAP Scripts - Grouping Text
- SAP Scripts - Format Options
- SAP Scripts - Output Types
- SAP Scripts - Control Print Output
- SAP Scripts - Data Formats
- SAP Scripts - Export
- SAP Scripts - Import
- SAP Scripts - Control Tables
- SAP Scripts - Text & Graphics
- SAP Scripts - Control Commands
- SAP Scripts - Copy Scripts
- SAP Scripts - Standard Text
- SAP Scripts - Word Processing
- SAP Scripts - Create a Document
- SAP Scripts - Update a Document
- SAP Scripts - Find a Document
- SAP Scripts - Save a Document
- SAP Scripts - Delete a Document
- Print Preview of a Document
- SAP Scripts - Format Conversion
- SAP Scripts - Raw Data Interface
- SAP Scripts - Output Mode Spool
- SAP Scripts - Output Mode IDOC
- Create a Script in the System
- SAP Scripts Useful Resources
- SAP Scripts - Quick Guide
- SAP Scripts - Useful Resources
- SAP Scripts - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
SAP Scripts - Import
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.
Import a File
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.
