‎2007 Aug 16 2:03 PM
Hi Experts...
I want to know how to convert a SMARTFORM to an SAP Script...
There is a Function Module called FB_MIGRATE_FORM....
I wanna know wat r the import & export parameters...
Wil be really helpfun if someone can give me a step by step procedure....
Points will be awarded accordingly...
Regards
Prabhu
‎2007 Aug 16 2:14 PM
<b>is it possible? i don't think so. </b>
SAP provides a conversion for SAPscript documents to SMARTforms.
There 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.
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.
<b>
for migration of sripts to smartforms</b>
1. In Reporting select the program SF_MIGRATE and execute it.
2. Select the names and the language of the SAPscript forms and choose Execute. The system creates the Smart Forms under the names of the SAPscript forms plus the extension _SF.
It displays a list of the migrated forms.
3. To change and adapt a form, go to transaction
SMARTFORMS . Then activate the changed Smart Form.
regards,
srinivas
<b>*reward for useful answers*</b>
‎2007 Aug 16 2:14 PM
<b>is it possible? i don't think so. </b>
SAP provides a conversion for SAPscript documents to SMARTforms.
There 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.
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.
<b>
for migration of sripts to smartforms</b>
1. In Reporting select the program SF_MIGRATE and execute it.
2. Select the names and the language of the SAPscript forms and choose Execute. The system creates the Smart Forms under the names of the SAPscript forms plus the extension _SF.
It displays a list of the migrated forms.
3. To change and adapt a form, go to transaction
SMARTFORMS . Then activate the changed Smart Form.
regards,
srinivas
<b>*reward for useful answers*</b>
‎2007 Aug 16 2:17 PM
no yaaaar it wont work at all
try and just go and use menu path from the smartform screen.
I can say its possible to covert script to smartform.
but vice versa it wont support.
may be try for this in smartforms transaction: menu path utilities->transformations>
‎2007 Aug 16 2:22 PM
HI,
I dont think it is possible to convert smartform to script.. FB_MIGRATE_FORM this fm is from conveting script into smartform not the other way.
Thanks
Mahesh