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

function mod to convert script into smartform

Former Member
0 Likes
744

hi,

can anyone plz send the function module to convert script into smartform.

thank u,

srinivas reddy.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
679

Try Function Module FB_MIGRATE_FORM

Reward if useful.

4 REPLIES 4
Read only

Former Member
0 Likes
680

Try Function Module FB_MIGRATE_FORM

Reward if useful.

Read only

Former Member
0 Likes
679

see this link :

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

in smartforms tcode -- utilitiesmigrationimport SAP script form

Madhavi

Read only

Former Member
0 Likes
679

Hi srinivas,

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.

Reward points if helpful..

Regrds,

Goutham.

Read only

Former Member
0 Likes
679

Hi

Goto SMARTFORMS tcode and create one form.

then utilities-> migration->import and export option select.

give the script name then it will migrate a script into smartform.