‎2008 Feb 13 8:30 AM
hi,
may i know the difference between smart forms and sap scripts
‎2008 Feb 13 8:41 AM
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
‎2008 Feb 13 8:39 AM
Hi,
Search the forum with the terms "difference between sapscript smartforms" and you will find your answer.
Regards,
Nick
‎2008 Feb 13 8:40 AM
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...
‎2008 Feb 13 8:40 AM
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.
‎2008 Feb 13 8:41 AM
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
‎2008 Feb 13 8:42 AM
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..