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

script

Former Member
0 Likes
383

what is the T-code to transport script? and for smartform?

1 ACCEPTED SOLUTION
Read only

ferry_lianto
Active Contributor
0 Likes
363

Hi,

SAPScript:

- Use transaction SCC1 to transport SAPSscript from one client to another client.

- Use SE09 to transport to transport SAPScript from DEV to QA and PROD.

- Use program RSTXSCRP to transport SAPScript frrom one server to another server.

Smartform:

- Use SE09 to transport to transport Smartform from DEV to QA and PROD.

- Check this link for transport Smartform translation.

Regards,

Ferry Lianto

2 REPLIES 2
Read only

Former Member
0 Likes
363

for script you have to run RSTXSCRP here in scelection screen you have to first export it by giving the obj name as form name and in other client you have to import that.

regards

shiba dutta

Read only

ferry_lianto
Active Contributor
0 Likes
364

Hi,

SAPScript:

- Use transaction SCC1 to transport SAPSscript from one client to another client.

- Use SE09 to transport to transport SAPScript from DEV to QA and PROD.

- Use program RSTXSCRP to transport SAPScript frrom one server to another server.

Smartform:

- Use SE09 to transport to transport Smartform from DEV to QA and PROD.

- Check this link for transport Smartform translation.

Regards,

Ferry Lianto