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

SAPScript: export print form and import with different name?

Former Member
0 Likes
1,177

Hi!

I need to export print form from one system and import it with different name to other system.

For this I run RSTXSCRP but the problem is that when I spefify different name for a form while importing, it gives an error...

I tried to edit exported file before importing changing form name inside a file, but this not helped...

Any ideas?

Will reward,

Mindaugas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,063

Hi,

Well ... 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.

Regards,

Ferry Lianto

6 REPLIES 6
Read only

Former Member
0 Likes
1,063

<b>Do onething, take a copy of the form for example ZNEWFORM which is to be exported. And use this form ZNEWFORM for exporting. While importing use the same name as ZNEWFORM.</b>

Read only

0 Likes
1,063

thanks for input, but I probably do not understand what you mean...

here is what I need:

for example: if I have ZNEWFORM in system1, then I need to export it from system1 and to import to system2 with form name ZNEWFORM_ZZ... is it possible?

thanks again,

M.

Read only

0 Likes
1,063

any ideas?

M.

Read only

Former Member
0 Likes
1,063

Hi,

Please try program RSTXFCPY (SE71).

Regards,

Ferry Lianto

Read only

0 Likes
1,063

thanks Ferry,

but in my case I have 2 SAP systems: system1 and system2 and these systems are not connected, so it is not possible to use this program...

M.

Read only

Former Member
0 Likes
1,064

Hi,

Well ... 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.

Regards,

Ferry Lianto