cancel
Showing results for 
Search instead for 
Did you mean: 

Convert SAP-Script form to Smart Form.

Former Member
0 Kudos

Hi ,

I need to Convert SAP-Script form to Smart Form.

If anyone have a idea about this plz tell me.

Correct answer will be rewarded by maximum points.

Thanks & Regards,

Gaurav .

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

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.

Former Member
0 Kudos

hi,

we can migrate script into smartform. there is an option in menubar. utilities->migration->importscriptforms.

it will ask the source script from name and copy into target smartform.click enter.

it will migrate.

i think u r doubt is closed.

please reward points if it is useful.

regards,

satish.

Former Member
0 Kudos

hi

t-code smartforms

utilities->migrate sapscript

check the link below it provides steps to convert sap scripts to smartforms

http://www.ficoexpertonline.com/downloads/Iyer_SmartForms.pdf

Check these threads.

regards.