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

Convert SAPSCRIPT into SMARTFORMS

Former Member
0 Likes
935

Hi,

How to Convert SAPSCRIPT into SMARTFORMS

Thanks,

Rathul.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
864

Hi,

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 found helpfull...

Cheers,

Chandra Sekhar.

6 REPLIES 6
Read only

gopi_narendra
Active Contributor
0 Likes
864

Search the forum, you will find many similar posts.

Regards

Gopi

Read only

Former Member
0 Likes
864

Hi,

In SMARTFORMS Tcode there is Utilities-->Migrate SAPscript form.Click that & you can do the conversion

http://help.sap.com/saphelp_nw04/helpdata/en/9d/9599386185c064e10000009b38f8cf/content.htm

Regards

Mukesh Kumar

Read only

Former Member
0 Likes
864

hi

convert sapsciprt to smartform

goto utilities------migrate sapscript form ---give the form name here it will convert to smartform

or

u can use fb_migrate_form function module.

Read only

Former Member
0 Likes
864

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.

Read only

Former Member
Read only

Former Member
0 Likes
865

Hi,

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 found helpfull...

Cheers,

Chandra Sekhar.