‎2008 Feb 05 5:42 AM
Hi Experts,
How do I convert my SAP Script into Smartform. Plz guide me step by step. Thanks.
Khan
‎2008 Feb 05 5:46 AM
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
‎2008 Feb 05 5:46 AM
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
‎2008 Feb 05 5:50 AM
‎2008 Feb 05 5:55 AM
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
‎2008 Feb 05 6:53 AM
Hi,
Sorry but you have to do the coding part again for smartforms.
Regards,
Gaurav J.
‎2008 Feb 05 5:53 AM
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
‎2008 Feb 05 5:55 AM
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
‎2008 Feb 05 6:54 AM
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..