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

layout to file

Former Member
0 Likes
561

hi

i am using sap script to genrate a form- i want to know if there is a way to export sap script into a file?????

thanks

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
542

Use program RSTXSCRP.

hi

i am using sap script to genrate a form- i want to know if there is a way to export sap script into a file?????

thanks

2 REPLIES 2
Read only

GauthamV
Active Contributor
0 Likes
543

Use program RSTXSCRP.

Read only

Former Member
0 Likes
542

Hi Ami,

Use standard program RSTXSCRP with below parameters:

1. Check Form Radiobutton

2. Objectname give Layout name

3. Mode give EXPORT

4. check From/on frontend

5. Filename give, path of the file to be downloaded.

Hope this is helful.

Regards

Sravan