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 to Smartform conversion issue

Former Member
0 Likes
601

Hello all,

I have a requirement that, I need to modify standart SAP script layout. But business wanted Smartform instead of script.

How should I check if the driver program and the nace configuration supports for Smartform for that standard process.

Is there any was to chek whether the standard driver program suppors for Smartform?

Thanks.

Regards,

Preethi.

3 REPLIES 3
Read only

Former Member
0 Likes
568

hii,

Go through this links

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,

Sri.

Read only

Former Member
0 Likes
568

hi,

u can do the fiololowing way too.

Chk this link...Very useful one..

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

U can migrate the following ways..

1.Goto the transaction code SMARTFORMS under

Utilities -> Migrate SAPscript form.

2. Use the FM, FB_MIGRATE_FORM

3. Use Tcode: SF_MIGRATE

regards,

Sri

Read only

0 Likes
568

Thanks Sridhar ..