‎2008 Jan 31 5:25 AM
hi,
can anyone plz send the function module to convert script into smartform.
thank u,
srinivas reddy.
‎2008 Jan 31 5:27 AM
‎2008 Jan 31 5:27 AM
‎2008 Jan 31 5:28 AM
see this link :
http://www.ficoexpertonline.com/downloads/Iyer_SmartForms.pdf
in smartforms tcode -- utilitiesmigrationimport SAP script form
Madhavi
‎2008 Jan 31 5:32 AM
Hi srinivas,
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.
Reward points if helpful..
Regrds,
Goutham.
‎2008 Jan 31 5:39 AM
Hi
Goto SMARTFORMS tcode and create one form.
then utilities-> migration->import and export option select.
give the script name then it will migrate a script into smartform.