cancel
Showing results for 
Search instead for 
Did you mean: 

transportation

Former Member
0 Kudos

how to transport the smart forms and scripts

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

SAP Script Form

If you want to copy the forms between clients on the same system (between a client 100 and 150 on a DEV box for example) Use the copy between clients option available from the Utilities menu of SE71. If you want to transport the form between DEV & QA or QA & PRD then follow the normal transport

procedure (ensuring that your BASIS team know to import your form into each client of the new box).

Regarding the Print Program, follow the standard procedure for normal ABAP Objects. Do SCC1 for transfer between clients on same system and normal transport procedure to different system.

SMART FORMS

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.

Reward points if useful.

Former Member
0 Kudos

First method

1)goto se38.

2) type RSTXFCPY in the program name.

3) execute it.

4) The COPY FORMS BETWEEN CLIENTS screen appears.

5) type in the script name that is to be copied.

6) type the source client number

7) type the destination program name

😎 check the ORIGINAL LANGUAGE ONLY check box

9) execute it

Second method,

1) goto SE01 and release the transport request.

2) goto SCC1

3)enter the source client

4) enter the tranport request

5) check the check box INCLUDING REQUEST SUBTASK

6) click on the button start immediately

Regards.

Former Member
0 Kudos

hi,

smartform fm(once if u activate smartform then automaticaly fm can create) u can call into driver program through fm 'SSF_FUNCTION_MODULE_NAME' then u can trasport dev transport id to production or quality like our reports.

reward points if useful,

sehsu.