‎2007 Dec 13 2:43 PM
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.
‎2007 Dec 13 2:45 PM
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
‎2007 Dec 13 2:55 PM
hi Deniz,
create a line in the transport request:
R3TR FORM name_of_form
hope this helps
ec
‎2007 Dec 13 3:24 PM
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.