‎2008 Mar 25 12:41 PM
‎2008 Mar 25 12:44 PM
Hi,
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.
regards,
preet
reward if useful
‎2008 Mar 25 12:44 PM
Hi,
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.
regards,
preet
reward if useful
‎2008 Mar 25 12:45 PM
Hi,
T-Code SMARTFORMS>>UTILITIES MENU>>MIGRATION>>IMPORT SAPSCRIPT FORM.
Hope this helps.
Regards,
Mayank
‎2008 Mar 25 12:45 PM
‎2008 Mar 25 12:50 PM
hi Palak,
to migrate script to smartform, use following navigation
.
Go to the SAP Smart Forms initial screen (transaction SMARTFORMS ).
In the Form field enter the name of the Smart Form you want to create.
Choose Utilities ® Migrate SAPscript form.
The dialog window Migrate SAPscript Form appears.
Enter the name and the language of the source form (SAPscript).
Choose Enter.
This takes you to the change mode of the SAP Form Builder.
Reward points if useful
Chandra
‎2008 Mar 25 12:52 PM
hi,
we can migrate SAP Script to Smartform.
follow the steps.
1.goto tr . /Smartforms
2.provide form name.
3.goto UTILITIES in menu bar
4. Under that select Migration
5. select Import Sap script form
6. provide sap script name
7. then continue.
then it will copies the layout and all text elements.
i think this will help u.
reward if helpful
thanks.
raji.
‎2008 Mar 25 12:53 PM
HI,
Goto smartforms TCode --> Utilities --> Migrate SAP Script form and give the names.
Thanks,
Sriram Ponna.