‎2008 May 13 1:11 PM
hi all,
Is there any tool available to convert SAP Scripts to Smart Forms...
please Reply
thanx and regards,
Uday
‎2008 May 13 1:33 PM
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
‎2008 May 13 1:29 PM
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.
‎2008 May 13 1:32 PM
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
‎2008 May 13 1:33 PM
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
‎2008 May 13 1:37 PM