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

migrating sap script to smart form

Former Member
0 Likes
1,346

how can we migrate sap script to smart form

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,326

Hi,

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.

regards,

preet

reward if useful

6 REPLIES 6
Read only

Former Member
0 Likes
1,327

Hi,

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.

regards,

preet

reward if useful

Read only

Former Member
0 Likes
1,326

Hi,

T-Code SMARTFORMS>>UTILITIES MENU>>MIGRATION>>IMPORT SAPSCRIPT FORM.

Hope this helps.

Regards,

Mayank

Read only

rahulkavuri
Active Contributor
0 Likes
1,326

Check the above PDF

Read only

Former Member
0 Likes
1,326

hi Palak,

to migrate script to smartform, use following navigation

.

Go to the SAP Smart Forms initial screen (transaction SMARTFORMS ).

In the Form field enter the name of the Smart Form you want to create.

Choose Utilities ® Migrate SAPscript form.

The dialog window Migrate SAPscript Form appears.

Enter the name and the language of the source form (SAPscript).

Choose Enter.

This takes you to the change mode of the SAP Form Builder.

Reward points if useful

Chandra

Read only

Former Member
0 Likes
1,326

hi,

we can migrate SAP Script to Smartform.

follow the steps.

1.goto tr . /Smartforms

2.provide form name.

3.goto UTILITIES in menu bar

4. Under that select Migration

5. select Import Sap script form

6. provide sap script name

7. then continue.

then it will copies the layout and all text elements.

i think this will help u.

reward if helpful

thanks.

raji.

Read only

Former Member
0 Likes
1,326

HI,

Goto smartforms TCode --> Utilities --> Migrate SAP Script form and give the names.

Thanks,

Sriram Ponna.