Application Development 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: 

How to carry sapscript forms?

Former Member
0 Kudos

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

naimesh_patel
Active Contributor
0 Kudos

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

JozsefSzikszai
Active Contributor
0 Kudos

hi Deniz,

create a line in the transport request:

R3TR FORM name_of_form

hope this helps

ec

former_member623843
Participant
0 Kudos

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.