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

SAP Script to Smartform

Former Member
0 Likes
932

Hi Experts,

How do I convert my SAP Script into Smartform. Plz guide me step by step. Thanks.

Khan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
882

Hi ,

There are two way through which you can convert sapscript into smartforms.

1.This is basically a function module, called FB_MIGRATE_FORM.

You can start this function module by hand (via SE37), or create a small ABAP which migrates all SAPscript forms automatically.

2.You can also do this one-by-one in transaction SMARTFORMS, under

Utilities -> Migrate SAPscript form.

You could also write a small batch program calling transaction SMARTFORMS and running the migration tool.

Note :

While Converting sapscript into smartforms,only layout has passed.But you have do all logic coding in your smartforms.

see this link :

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

Reward points if helpful..

Gaurav J.

Edited by: Gaurav Juneja on Feb 5, 2008 6:47 AM

7 REPLIES 7
Read only

Former Member
0 Likes
883

Hi ,

There are two way through which you can convert sapscript into smartforms.

1.This is basically a function module, called FB_MIGRATE_FORM.

You can start this function module by hand (via SE37), or create a small ABAP which migrates all SAPscript forms automatically.

2.You can also do this one-by-one in transaction SMARTFORMS, under

Utilities -> Migrate SAPscript form.

You could also write a small batch program calling transaction SMARTFORMS and running the migration tool.

Note :

While Converting sapscript into smartforms,only layout has passed.But you have do all logic coding in your smartforms.

see this link :

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

Reward points if helpful..

Gaurav J.

Edited by: Gaurav Juneja on Feb 5, 2008 6:47 AM

Read only

0 Likes
882

U can use the FM FB_MIGRATE_FORM

Narendra

Read only

0 Likes
882

hi Gaurav,

While Converting sapscript into smartforms,only layout has passed. But I have to do all logic coding in smartforms. Is there any methology to copy coding also. or is this the limitation of FM, the rest work user has to do.

Thanks.

Khan

Read only

0 Likes
882

Hi,

Sorry but you have to do the coding part again for smartforms.

Regards,

Gaurav J.

Read only

Vijay
Active Contributor
0 Likes
882

hi

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

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

regards

vijay

reward points if helpful

Read only

Former Member
0 Likes
882

hi,

give the transcation smartforms in the menu bar go for utilities--->migrations-->import script form--there u give the script name that you want to convert to smartform

Read only

Former Member
0 Likes
882

Go transaction Smartforms choose Utilities menu bar button and Migration and Import Sap Script form.

after creation of smartfrom from script we need to change the form attributes,form interface etc.

we need to change the logic in smartform. as in scripts conditions will work inside the text but in smartfroms we need to write outside. we need to change conditions and all and driver program according to smartfrom generated function module etc..