cancel
Showing results for 
Search instead for 
Did you mean: 

Need to convert a SAP Script to Smart Form

Former Member
0 Kudos

Hello,

I need to convert a SAP script to a Smart form.

I am aware of converting it but have a question abt print program?

Can the print program which is currently attached to the SAP script supprot the Smart form?

Could some one let me know if i can use the same program or need to do some modifications in it?

Pointa rewareded if useful.

Thanks,

Krishna

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

Hi You can do this..

goto se38 and run the program sf_migrate..

input the name of the script, original language, and check the source client as current client and execute.

it will build a smarform version of your script with a 'SF' at the end.

see also

http://help.sap.com/saphelp_crm50/helpdata/en/9d/9599386185c064e10000009b38f8cf/content.htm

raja_narayanan2
Active Participant
0 Kudos

use function module... FB_MIGRATE_FORM

Former Member
0 Kudos

Hi,

you can do that using stD pgm 'RSTXSCRP' .

Rgds

Umakanth

Former Member
0 Kudos

hi ,

u can migration Smartform to script easely through Utlities -->migrating

but the problem is that print program wount sapport it again u need 2 dovelop print program ,

it is better 2 dovelop new form rather doing that migrating method

Former Member
0 Kudos

hi,

migrataing the script from smartform can be done as follows:

go to tcode 'SMARTFORMS' their

go to utilities -> migration -> sap scriptfrom.

the print program used for script doesnot support to smart form.

it is migrated just to have the layout. All the text elements used in the script are not used in the form.

when smart form is excecuted function module is generated.

so in print program the function module is called and used.

reward if useful.

thanks and regards

former_member181995
Active Contributor
0 Kudos

Hi Mohan,

Goto smartforms t-code and utilities than migrate the import script into smarforms.than do necessary changes in print program.

Amit.

Former Member
0 Kudos

hi

t-code smartforms

utilities->migrate sapscript

check the link below it provides steps to convert sap scripts to smartforms

http://www.ficoexpertonline.com/downloads/Iyer_SmartForms.pdf

Check these threads.

regards.

Kiran Sure

Former Member
0 Kudos

Hi,

check the link below it provides steps to convert sap scripts to smartforms

http://www.ficoexpertonline.com/downloads/Iyer_SmartForms.pdf

Cheers,

Vasanth