Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Import / Export Sapscript Layout Sets

Former Member
0 Likes
1,092

Hi,

I would just like to ask if it's possible to export a layout set, then import it to another server (not another client)?

Has anyone tried this before? RSTXSCRP works for import/export between clients belonging to the same server. Example.. I want to export a sapscript layout created in Ides to a development server of a client.

Please let me know. Thanks!

8 REPLIES 8
Read only

Former Member
0 Likes
892

you need to use program RSTXSCRP to import the SAPScript and go to SE71 to copy the imported SAPScript to different name. Then delete the imported SAPScript.

Read only

Former Member
0 Likes
892

you need to use program RSTXSCRP to import the SAPScript and go to SE71 to copy the imported SAPScript to different name. Then delete the imported SAPScript.

Read only

Former Member
0 Likes
892

it does not work for different servers. need more help...

Read only

JoffyJohn
Active Contributor
0 Likes
892

RSTXSCRP pgm works for import/export to other servers also.

First run this pgm in ur server to export to a file.

file gets saved to the location you specify

Then in Client server run this pgm and Import that file

This form layout set will be created in that client's server.

Read only

Former Member
0 Likes
892

An error shows up as follows:

ERROR: Dataset does not contain object ZABC1 but...

Read only

0 Likes
892

please give same name for the object as in source system

Read only

Former Member
0 Likes
892

The new error shows the following:

Unable to open file for reading:

C:\ZABC.FOR

Read only

0 Likes
892

Follow these steps.

1. Import the Script to Local file using RSTXSCRP from SERVER 1 (Mode IMPORT).

2. Upload the local file to SERVER 2 using RSTXSCRP (Mode EXPORT)..

3. The name of the Object names(Script name) should be the same as in the downloaded File.

Hope this clarifies your doubt.