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

smartforms

Former Member
0 Likes
561

hi, can anyone help me in material regarding smartforms??

thanks in advance,

hema.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
541

hi, chk this.

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.

bye,

4 REPLIES 4
Read only

adnanmaqbool
Contributor
0 Likes
541

Please check the following link.

[Smart From|http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRSF/BCSRVSCRSF.pdf]

reward point if helpful.

Read only

Former Member
0 Likes
542

hi, chk this.

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.

bye,

Read only

Former Member
0 Likes
541

hi, also refer this, will help u.

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.

cheers,

madhavi.

Read only

Former Member
0 Likes
541

hi,

Scripts are client-dependent but SmartForms are client Independent

you can also check this link:

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

bye,

madhavi,.