‎2008 Jun 26 8:04 AM
Hi,
i am in need to convert sap script to smartform .is it possible to convert and can any one help me on this if u know..
regards,
diana.
‎2008 Jun 26 8:06 AM
Use FM FB_MIGRATE_FORM.
\[removed by moderator\]
Edited by: Jan Stallkamp on Aug 7, 2008 11:14 AM
‎2008 Jun 26 8:06 AM
Use FM FB_MIGRATE_FORM.
\[removed by moderator\]
Edited by: Jan Stallkamp on Aug 7, 2008 11:14 AM
‎2008 Jun 26 8:09 AM
Yes u can convert Sapscript to Smartform.
There are two ways 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,
Joy.
‎2008 Jun 26 8:13 AM
hi.
Use the program SF_MIGRATE
or
in the smartforms homepage
in memu UTILITIES -
> MIGRATION------>IMPORT SAP SCRIPT FORM
you can migrate in the above two ways
regards
prasanth
Edited by: prasanth kasturi on Jun 26, 2008 9:13 AM
‎2008 Jun 26 8:14 AM
Hi,
Go to Smartforms transaction
Utilities--> Migrate --> Import Smartform.
however u'll have to code the logic again
Regards,
Nikhil
Edited by: Nikhil A Chitre on Jun 26, 2008 5:14 PM
‎2008 Jun 26 8:16 AM
‎2008 Jun 26 8:32 AM
Procedure:
Migrating a SAPscript form
1. Go to the SAP Smart Forms initial screen (transaction SMARTFORMS ).
2. In the Form field enter the name of the Smart Form you want to create.
3. Choose Utilities ï‚® Migrate SAPscript form.
The dialog window Migrate SAPscript Form appears.
4. Enter the name and the language of the source form (SAPscript).
5. Choose Enter.
This takes you to the change mode of the SAP Form Builder.
If the selected SAPscript form does not exist in the selected language, a dialog window appears on which you can select one of the existing languages.
6. Now change the design of the form and of the form logic. To activate the Smart Form choose Activate.
‎2008 Jun 26 8:40 AM
Diana,
simplest method:
first give any zsmartform name in which you want to migrate script than
Smartforms>utilities>migration>import SAP Script.Amit.
‎2008 Jun 26 8:51 AM
hi ,
yes i got it.but when i activate it ,it is giving so many error and warning messages..
actually i am copying medruck .. it is giving error ..
then what are the next procedures.. have u ever converted sapscript to smartform?
when i can get the function module for smartform ?after executing right..
but i could n't move on to next procedure.,.
please explain me the procedures till end..
because i m new to it..
regards,
diana.
‎2008 Jun 26 8:59 AM
Hi,
Its very easy to convert MEDRUCK into a smartform, but its difficult to work and make changes in the samrtform. Copy ur MEDRUCK into a Z script. That wud be very much easy to work with. Just a suggestion.
Nayan
‎2008 Jun 26 9:01 AM
Diana,
just ignore the warning messages.and proceed.
obviously you have to do some work in smartforms all thing cannot be copied in smartforms from script.
Amit.