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

SAP Scripts

Former Member
0 Likes
537

hi all,

Is there any tool available to convert SAP Scripts to Smart Forms...

please Reply

thanx and regards,

Uday

1 ACCEPTED SOLUTION
Read only

prasanth_kasturi
Active Contributor
0 Likes
517

hi

in tcode smartforms initial screen

give the smartform name

utilities-->migration-->importsapscript form

you get only the components like pages, internal tables etcc but not the actual code

you have to re write the code

or use the prog SF_MIGRATE

when you execute give your script name and original lang

for ex if you give zsapscript you will get as zsapscipt_sf

you have to define variables in form interface and global definitions

regards

prasanth

4 REPLIES 4
Read only

Former Member
0 Likes
517

Hi Uday,

Go to Transaction SMARTFORMS: Utilities->Migrate Sapscript Form

In this way the system'll create a smartform based on the original SAPSCRIPT, but it can only generate the sapscript parts: Text Element, Windows, pages

If you have any doubt.let me know.

Reward if it is useful.

Warm Regards,

Mohandoss P.

Read only

Former Member
0 Likes
517

Hi Uday,

There are two ways to do so.

One is as stated above.

The other method is :

A standard report program SF_MIGRATE is available to migrate SAP scripts to Smartforms. The generated SF will start with SF_*, the * having the name of the script.

Hope this is helpful to you. If you need further information, revert back.

Reward all the helpful answers.

Regards

Nagaraj T

Read only

prasanth_kasturi
Active Contributor
0 Likes
518

hi

in tcode smartforms initial screen

give the smartform name

utilities-->migration-->importsapscript form

you get only the components like pages, internal tables etcc but not the actual code

you have to re write the code

or use the prog SF_MIGRATE

when you execute give your script name and original lang

for ex if you give zsapscript you will get as zsapscipt_sf

you have to define variables in form interface and global definitions

regards

prasanth

Read only

Former Member
0 Likes
517

hi check this..

reagrds,

venkat