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

sap script & smartfoms

Former Member
0 Likes
703

hi friends,

could you plz tell me the difference between sap script & smartforms?

thanks in advance.

6 REPLIES 6
Read only

Former Member
0 Likes
674

Hi,

SAPscript technology is based on a mainframe product from the 1980s, while Smart Forms have only been around since (roughly) 2001. With that sort of time gap, there are bound to be significant differences between the two tools. Client dependence is a fundamental one. Although SAPscript has had some incremental improvements over time, its forms have always been -- under the hood -- relatively ...

1. script is client dependent one while smartform is client independent.

2. In scripts we have to write print program while in smart forms it is not necessary.

3. In scripts we can print background logo while in smartforms we cant print background logo

4. In scripts we have 99 main windows while in smartforms we have only 1 main window.

5. In scripts we should write paragraph format otherwise we cant execute program while in smartforms no need to create paragraph formats .

6. In scripts we can print the text in only two character formats.

while in smartforms we can do with more.

7. In scripts we dont have line types while in smartforms we have linetypes.

also refer

Regards,

Priyanka.

Read only

Former Member
0 Likes
674

Hi

DIFFERENCE BETWEEN SMARTFORMS AND SAPSCRIPTS ARE:

1).Smartforms are client independent and Sapscripts are client dependent.

2).Multiple page formats are possible in smartforms which is not the case in SAPScripts

3).It is possible to have a smartform without a main window .

4).Labels cannot be created in smartforms.

5).Routines can be written in smartforms tool.

6).Smartforms generates a function module when activated.

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

Former Member
0 Likes
674

hi magesh,

Difference with SMARTFORMS vs. SapScript(SE71)

The Following are the differences :-

a) Multiple page formats are possible in smartforms which is not the case in SAPScripts

b) It is possible to have a smartform without a main window .

c) Labels cannot be created in smartforms.

d) Routines can be written in smartforms tool.

e) Smartforms generates a function module when activated

f) Easier to debug in Scripts.

SAP Smartforms can be used for creating and maintaining forms for mass printing in SAP Systems. The output medium for Smartforms support printer, fax, e-mail, or the Internet (by using the generated XML output).

You can create smartforms using transaction SMARTFORMS.

SAPscripts is the standard SAP form design tools for user to developed customized form printing format such as purchase orders, invoices, checks, labels.

You can create scripts in SE71.

One more thing, This question is a repeated one. Please search the sdn before posting this kind of basic question.

Regards...

Arun.

Reward points if useful.

Read only

Former Member
0 Likes
674

hi,

Hi

DIFFERENCE BETWEEN SMARTFORMS AND SAPSCRIPTS ARE:

1).Smartforms are client independent and Sapscripts are client dependent.

2).Multiple page formats are possible in smartforms which is not the case in SAPScripts

3).It is possible to have a smartform without a main window .

4).Labels cannot be created in smartforms.

5).Routines can be written in smartforms tool.

6).Smartforms generates a function module when activated.

7. in scripts we have 3 types windows

1. main window

2. constant window

3. varaible window

in smart forms we have 4 types of windows

1. main window

2. constant window

3. secondard window

4. variable window

8. t.code for scripts is SE71 and Smart forms is SMARTFORMS

Reward points for useful Answers

Regards

suresh

Read only

Former Member
0 Likes
674

hi,

Please look at the following threads.

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

Found some more info here

/community [original link is broken]

Read only

Former Member
0 Likes
674

Hi,

the differences between SAP Scripts and Smartforms

• SAP Scripts are client dependent whereas Smartforms are client independent.

• SAP Scripts require a driver program to display the output whereas iHow to Create smartform Outpout as a PDF file and save it n smartforms the form routines can be written so that it is standalone.

• An integrated Form Builder helps to design Smartforms more easily than SAP Scripts

• An Table Painter and Smartstyles to assist in building up the smartforms

• On activation a function module is generated for Smartforms

• It is possible to create a Smartform without a main window

• Smartforms generates XML output which can be viewed through the web

• Multiple page formats is possible in smartforms

Regards,

Kate