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

diff between sap scripts and smartforms

Former Member
0 Likes
592

hi,

What is the diffenrence between scripts and the smart forms

5 REPLIES 5
Read only

Former Member
0 Likes
561

scripts are clnt dependent

smart forms are clnt independent.

in order to generate script u have to make use of print program and form painter. Where as smart forms can generate function module. If u call th efm at run time it will generate smart form

we can not get color fonts in scripts. and w/o main window ther is no script.

we can obtain color fonts and even we can generate smart forms on colourful back grounds.

rgds

umakanth

Read only

0 Likes
561

Some more differences:

we can create different output types like xml / html which are web enabled by smartforms but it is not possible with scripts

Different page formats are available in single smartforms, but in case of script we have to maintain same page layout.

Smartform itself having form routines, we can add our coding.

Output formating is very easy because of templates, tables are available

Madhavi

Read only

Former Member
0 Likes
561

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.

Award points if helpful.

Read only

Former Member
0 Likes
561

Hi,

sapscripts are clinet dependent. smartforms r independent.

sapscripts allows only black and white texts. smartforms'

texts can be written in various colors.

Sapscripts has repeated transfer of control. There is no

transfer of control b/w prg. and form in smartforms.

There is an option to print a mixture of portrait and

landscape format in smartforms. but this feature is not

available in sapscript.

Sapscripts allows more than one main window. Smartforms

allows only one main widown on pagge.

Text elements in sapscripts allow if..else, case..endcase,

etc.. commands but not smartforms.

pages and windows are defined separately and then combined

to form pagewindows in sapscripts. all windows are

automatically pagewindows in smartforms.

Windows are: main, var, const windows in sapscripts.

main, secondary, copies and final windows in smartforms.

with regards,

sowjanya.gosala.

Read only

Former Member
0 Likes
561

Hi Kiran,

i 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.

Reward points if helpful.

Kiran Kumar.G

Have a Nice Day..