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

copying smartforms and sapcript-forms

Former Member
0 Likes
591

Hello!

How can I copy smartforms and sapcript-forms from one system to the other ?

Ragards

sas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
564

Hi,

In the <b>UITILITIES --> COPY FROM CLIENT</b>

Regards

Sudheer

4 REPLIES 4
Read only

Former Member
0 Likes
564

RSTXR3TR - To transport form with transport request

RSTXSCRP - To transport form without transport request

RSTXTRANS - To transport standard text

Thanks

Ravi

Read only

Former Member
0 Likes
564

Hi

Using the Transport request you have to copy/transfer them from one system to other

Within the same system from one client to other you can use SCC1 Tcode.

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
565

Hi,

In the <b>UITILITIES --> COPY FROM CLIENT</b>

Regards

Sudheer

Read only

Former Member
0 Likes
564

Hi,

A smartform is transported no differently than any other object. if it is assigned to a development class that is atteched to a transport layer, it will be transported.

The definition is transported, and when called, the function module is regenerated.

This leads to an interetsing situation. On the new machine, it is very likely the function module name will be different than the name on the source system. Make sure, before you call the function module, you resolve the external name to the internal name using the 'SSF_FUNCTION_MODULE_NAME' function module.

Typically, generate the SF, then use the pattern to being in the interface. Then change the call function to use the name you get back from the above function module.

Regards,

Bhaskar