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

How to carry sapscript forms?

Former Member
0 Likes
466

Hi all,

How can I carry sapscript forms? There is no change in form, just I want to assign it to a request and then carry it to another system.

Thanks.

3 REPLIES 3
Read only

naimesh_patel
Active Contributor
0 Likes
446

Just open the form in change mode and do some change in the description .. system will ask you for the trasnport, assign ti to that transport.

Once transport is assigned revert back your changes in the form description.

Regards,

Naimesh Patel

Read only

JozsefSzikszai
Active Contributor
0 Likes
446

hi Deniz,

create a line in the transport request:

R3TR FORM name_of_form

hope this helps

ec

Read only

Former Member
0 Likes
446

1)create one Transaction code(se93) with program name : RSTXSCRP.

2)run that transaction and give that script name and destination path. you will get XML output.

3)so from there u can take that XML data and import. u can get that same script where u want.