‎2008 Jan 16 3:52 AM
‎2008 Jan 16 6:14 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.
Steps :
(1) Understand logic of sapscript program.
(2) Understand SAP script windows data.
Now make your technical Design Accordingly,and now do code accordingly for your smartforms
Reward points if found helpfull...
Cheers,
Chandra Sekhar.
‎2008 Jan 16 3:55 AM
Search the forum, you will find many similar posts.
Regards
Gopi
‎2008 Jan 16 3:55 AM
Hi,
In SMARTFORMS Tcode there is Utilities-->Migrate SAPscript form.Click that & you can do the conversion
http://help.sap.com/saphelp_nw04/helpdata/en/9d/9599386185c064e10000009b38f8cf/content.htm
Regards
Mukesh Kumar
‎2008 Jan 16 3:56 AM
hi
convert sapsciprt to smartform
goto utilities------migrate sapscript form ---give the form name here it will convert to smartform
or
u can use fb_migrate_form function module.
‎2008 Jan 16 4:13 AM
SAP provides a conversion for SAPscript into SMARTforms.
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.
Steps :
(1) Understand logic of sapscript program.
(2) Understand SAP script windows data.
Now make your technical Design Accordingly,and now do code accordingly for your smartforms.
Reward points if useful.
‎2008 Jan 16 5:56 AM
‎2008 Jan 16 6:14 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.
Steps :
(1) Understand logic of sapscript program.
(2) Understand SAP script windows data.
Now make your technical Design Accordingly,and now do code accordingly for your smartforms
Reward points if found helpfull...
Cheers,
Chandra Sekhar.