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: 

layout to file

Former Member
0 Kudos

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

GauthamV
Active Contributor
0 Kudos

Use program RSTXSCRP.

2 REPLIES 2

GauthamV
Active Contributor
0 Kudos

Use program RSTXSCRP.

Former Member
0 Kudos

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