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

smart forms

Former Member
0 Likes
686

hi,

may i know the difference between smart forms and sap scripts

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
664

hi prs,

smartforms is extension of the sap scripts.

smart form gives more options to user to design the layouts than sap scripts.

the main diffrences are

Scripts:

1.These are client dependent.

2.Multiple page formats are not possible.

3.main window is compulsory

4.Lables are used

5.Function module is not generated when activated.

Smartforms:

1.These are client independent.

2.Multiple page formats are possible.

3.main window is NOT compulsory

4.Lables are not used

5.Function module is generated when activated.

6.It is possible to write entire code in smartform itself.

i hope this is useful for u

regards.

pradeep

5 REPLIES 5
Read only

Former Member
0 Likes
664

Hi,

Search the forum with the terms "difference between sapscript smartforms" and you will find your answer.

Regards,

Nick

Read only

Former Member
0 Likes
664

prs,

will write some of the differences between scripts and smartfroms check it once..

Scripts:

1.These are client dependent.

2.Multiple page formats are not possible.

3.main window is compulsory

4.Lables are used

5.Function module is not generated when activated.

Smartforms:

1.These are client independent.

2.Multiple page formats are possible.

3.main window is NOT compulsory

4.Lables are not used

5.Function module is generated when activated.

6.It is possible to write entire code in smartform itself.

Don't forget to reward if useful...

Read only

Former Member
0 Likes
664

the main diffarences between smart form and script form are:

1) smart forms are clinent independent where as scripts are client dependent.

2) smart form require half the time to create and maintain forms compare with

script.

3) smart forms provide multiple page formats where as in script not possible

4) smart forms exisist without main window also where as in script not possible.

5) smart form is entairely graphical user interface comapre with script.

6) labeling is not possible in smart form where as it is possible in script.

7) smart form genarate function module whenver it activate where as script

doesn't genarate.

😎 smart form can easily web publishing using the genarated XML output compare

with script.

9) using smart forms we can design web forms but bot possible with script.

10) we can maintain background graphics in smartform wher as in script not

possible.

11) in smart form we use transaction codes SMARTFORM for designing FORM

and SMARTSTYLES to create differnt styles of text, where as in script we

use SE71 for form painter and SE72 for different styles of text and font.

12) we can migrate script to smart form vice-versa is not possible.

Read only

Former Member
0 Likes
665

hi prs,

smartforms is extension of the sap scripts.

smart form gives more options to user to design the layouts than sap scripts.

the main diffrences are

Scripts:

1.These are client dependent.

2.Multiple page formats are not possible.

3.main window is compulsory

4.Lables are used

5.Function module is not generated when activated.

Smartforms:

1.These are client independent.

2.Multiple page formats are possible.

3.main window is NOT compulsory

4.Lables are not used

5.Function module is generated when activated.

6.It is possible to write entire code in smartform itself.

i hope this is useful for u

regards.

pradeep

Read only

Former Member
0 Likes
664

hi,

Scripts are client-dependent but SmartForms are client Independent

you can also check this link:

/message/635740#635740 [original link is broken]

do reward if helpful..