Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Converting a SmartForm to a Script !

Former Member
0 Likes
1,065

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
791

<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>

3 REPLIES 3
Read only

Former Member
0 Likes
792

<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>

Read only

Former Member
0 Likes
791

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>

Read only

Former Member
0 Likes
791

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