cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Scripts vs Smartforms vs Interactive forms

Former Member
0 Likes
3,557

Hi experts,

Answers to the following questions as well as any relevant links will be appreciated:

<b>What is the necessity for customers to get converted to smartforms from sapscripts??

What is the process to get along with this conversion??

Are all standard sapscripts have related standard smartforms available in the system?? How to find them??

What is the effect of interactive forms over sapscripts/smartforms in future??</b>

The above questions are based for version ECC 6.0

Advance Thanks

View Entire Topic
Former Member
0 Likes

Hi,

if u want to migrate form SAPSCRIPTS to Smartforms then just goto tcode SMARTFORMS

Give name to new form

follow menu utilities -- migrate --- import sap script. Thats all!

For this u must hv sapscripts in then system and that can be modifeid with if req.

calling smart form is little bit different that sapscript.

callling smart has two FMs : 1. SSF_function_name " to get fm name as sf create fm for each.

2. call function <fm_name_given_by_above_fm>.

Jogdand M B