What is the main difference between Smartforms and SAP
scripts?

Answers were Sorted based on User's Feedback



What is the main difference between Smartforms and SAP scripts?..

Answer / shobha

To output documents using the programming interface, R/3
application programs makes use of scripts or smart forms.

By design sap script is a word processing tool which
displays data on the form with the help of text elements
where the logic of those is written in the print program and
Forms were designed to be driven from print program, hence
are often termed as client dependent. Smart forms are client
independent. Bcoz it doesn’t use any text elements. it will
be executed through a function module. When a print program
calls a Smart Form, the form itself takes over to produce
output, without any further direction from print program.

Steps for creation

Creation of Script

Print program will determine the output document, the areas
values, and the frequency of the output. The database access
will be made in the print program which will insert them in
the corresponding fields of the form. Script needs direction
from the print program to print output.

Scripts uses layout set that describes the layout of the
individual print pages and uses text elements to supply
definable output blocks, which a print program can call.

Creation of smart form

Ø Design the form

Ø Form Activation which returns Function module

Ø Application program for data retrieval & calling
Smart form.

Application program calls the function module, the Smart
Form uses the modules interface (which corresponds to the
form interface) to transfer any table data previously
selected and to print the form according to the form
description. In addition form can have additional data
selections.

driver program is generated automatically by activating the
smartform

we need to write the driver program .no program is generated
by activating the script

Is This Answer Correct ?    54 Yes 7 No

What is the main difference between Smartforms and SAP scripts?..

Answer / sarageorge

Scripts are client dependant
Sartforms are client independant

Is This Answer Correct ?    32 Yes 4 No

What is the main difference between Smartforms and SAP scripts?..

Answer / rupesh

1) Script is Client Dependent whereas SMARTFORM is client
Independent.
2) We can't cave script without Main window but SMARTFORM we
can.
3) After executing SMARTFORM it generates a function module
Script doesn't.
4) we can set background Image to SMARTFORM but not in Script
5) We can add color in SMARTFORM but not in Script.
6) In Script we can maintains up to 99 main windows but in
SMARTFORM can maintain only one Main window.

Is This Answer Correct ?    35 Yes 8 No

What is the main difference between Smartforms and SAP scripts?..

Answer / priyanka johri

SMART FORMS--- 1. supports multiple pages ; 2. main window
not necessary ; 3. Labels cannot be created ; 4. routines
can be written ; 5. A functional module is generated on
activation ; 6. Cannot be downloaded to hard disk ; 7.
smart form is client independent.

SAP SCRIPTS--- 1. multiple pages not supported ; 2. main
window is necessary ; 3. Labels can be created ; 4.
routines cannot be written ; 5. no functional module gets
generated on activation ; 6. can be downloaded to hard
disk ; 7. sap scripts are client dependent.

SMART FORM IS MORE PREFERRED PRINTING UTILITY.

Is This Answer Correct ?    19 Yes 2 No

What is the main difference between Smartforms and SAP scripts?..

Answer / krishna

in scripts u can need driver program,
in smartforms u can't need driver program.

Is This Answer Correct ?    9 Yes 4 No

What is the main difference between Smartforms and SAP scripts?..

Answer / balamurugan

Smart forms:
1.Client independent.
2.Label can't be created.
3.It generate function module.
4.Main window is not necessary.

Sap Script:
1.Client dependent.
2.Label can be created.
3.It doesn't generate function module.
4.Main window is necessary.

Is This Answer Correct ?    6 Yes 2 No

What is the main difference between Smartforms and SAP scripts?..

Answer / raghava reddy

1)SAP SCRIPTS ARE CLIENT DEPENDENT
SMARTFORMS ARE CLIENT INDEPENDENT

2)WITHOUT A MAIN WINDOE WE CAN'T CREATE THE SAP SCRIPTS
WITHOUT A MAIN WINDOE WE CAN CREATE THE SMARTFORM

3)MULTIPLE PAGE FORMATS ARE NOT POSSIBLE IN SAP SCRIPTS
MULTIPLE PAGE FORMATS ARE POSSIBLE IN SMARTFORMS

4)LABELS ARE POSSIBLE IN SAP SCRIPTS
LABELS ARE NOT POSSIBLE IN SMARTFORM

5)WHENEVER WE ARE ACTIVATING THE SAP SCRIPTS IT WON'T
GENERATE ANY FUNCTION MODULE
WHENEVER WE ARE ACTIVATING THE SMARTFORM IT WILL
GENERATE THE FUNCTION MODULE,BASED ON THIS F.MODULE ONLY WE
CAN DEVELOP THE PRINT PROGRAM

6)RSTXDBUG IS STANDARD PROGRAM TO DEBUG THE SAP SCRIPTS
THROUGH STATIC BREAK POINTS ONLY WE CAN DEBUG THE
SMARTFORM.

7)PARAGRAPH FORMATS & CHARACTER FORMATS ARE LOCAL IN SAP
SCRIPTS....MEANS OUTSIDE OF THE FORM NOT POSSIBLE TO ACCESS
PARAGRAPH FORMATS & CHARACTER FORMATS ARE GLOBAL.....MEANS
OUTSIDE OF THE FORM ALSO POSSIBLE TO ACCESS....

8)IN SAP SCRIPTS DOWNLOADED FILE MUST BE .TXT FILE
IN SMARTFORM DOWNLOADED FILE MUST BE .XML FORMAT

9)IN SAP SCRIPTS COLOURS ARE NOT POSSIBLE
IN SMARTFORM COLOURS ARE POSSIBLE

10)SAP SCRIPTS DOES NOT SUPPORT ALL THE PRINTERS(EG...ZEBRA)
SMARTFORM SUPPORTS ALL THE PRINTERS

Is This Answer Correct ?    6 Yes 2 No

What is the main difference between Smartforms and SAP scripts?..

Answer / madhuri

In SAP-SCRIPTS multiple page formats are not possible where as in SMART FORMS are possible.
In SAP-SCRIPTS color,coding is not possible where as in SMART FORMS are possible.
For complex coding SAP-SCRIPTS is suitable.
For complex design SMART FORMS is suitable.
We can't use same paragraph and character format for more than one SCRIPT layout.
we can use the same paragraph and character format for multiple SMART FORM layouts.

Is This Answer Correct ?    3 Yes 2 No

What is the main difference between Smartforms and SAP scripts?..

Answer / sushil rathi

SCRIPT:
-CLIENT DEPENDENT.
-CANT EXECUTE ON ITS OWN DRIVER PROGRAM NEEDED.
-NOT INTERACTIVE IS JUST LIKE A LIST.
-CANNOT HAVE BACK GROUND IMAGES.
-CANNOT HAVE COLOR TO TEXT.
-ALL THE PAGES SHOULD BE OF SAME FORMAT.
-CHARACTER AND PARAGRAPH FORMATS ARE NOT REUSABLE.
-IT HAS NO TOOL.

SMARTFORM:
-CLIENT INDEPENDENT.
-EXECUTE ON ITS OWN, FUNCTION MODULE IS CREATED.
-IS INTERACTIVE.
-CAN HAVE BACK GROUND IMAGES.
-CAN HAVE COLOR TO TEXT.
-ALL THE PAGES NEED NOT BE OF SAME FORMAT.
-CHAR. AND PARA. FORMATS ARE REUSABLE VIA SMART STYLES.
-IT HAS TOOL NAMED TABLE PAINTER.

Is This Answer Correct ?    3 Yes 2 No

What is the main difference between Smartforms and SAP scripts?..

Answer / ravikanth

@ Answer 8 and others. regarding Labels in Smartforms.

Labels can be created in Smartforms, as well.
But with more efforts, when compared to scripts.

Refer Saptechnical.com for Smartforms tutorials, there we
can find the same.

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More SAP ABAP Interview Questions

Is the basic list deleted when the new list is created?

0 Answers  


what is the difference between Blocked ALV and interactive ALV?

0 Answers  


How do you do bdc for a table control? : abap bdc

0 Answers  


Explain the uses of the simple maintenance interface? : sap abap hr

0 Answers  


how will you debug sapscript

3 Answers   IBM,






which institute is best in hyderabad for abap which is a module in sap.please suggest ur valuable information

6 Answers  


how do you put dynamic page breaks in script.

1 Answers  


What is the function of Substring?

1 Answers   Satyam,


What is the difference between a structure and a table?

0 Answers  


What is the significance of delivery class? : abap data dictionary

0 Answers  


If internal table used in for all entries in empty then what happens?

1 Answers  


What is a view in sap? : abap data dictionary

0 Answers  


Categories
  • SAP Basis Interview Questions SAP Basis (1262)
  • SAP ABAP Interview Questions SAP ABAP (3939)
  • SAPScript Interview Questions SAPScript (236)
  • SAP SD (Sales & Distribution) Interview Questions SAP SD (Sales & Distribution) (2716)
  • SAP MM (Material Management) Interview Questions SAP MM (Material Management) (911)
  • SAP QM (Quality Management) Interview Questions SAP QM (Quality Management) (99)
  • SAP PP (Production Planning) Interview Questions SAP PP (Production Planning) (523)
  • SAP PM (Plant Maintenance) Interview Questions SAP PM (Plant Maintenance) (252)
  • SAP PS (Project Systems) Interview Questions SAP PS (Project Systems) (138)
  • SAP FI-CO (Financial Accounting & Controlling) Interview Questions SAP FI-CO (Financial Accounting & Controlling) (2766)
  • SAP HR (Human Resource Management) Interview Questions SAP HR (Human Resource Management) (1180)
  • SAP CRM (Customer Relationship Management) Interview Questions SAP CRM (Customer Relationship Management) (432)
  • SAP SRM (Supplier Relationship Management) Interview Questions SAP SRM (Supplier Relationship Management) (132)
  • SAP APO (Advanced Planner Optimizer) Interview Questions SAP APO (Advanced Planner Optimizer) (92)
  • SAP BW (Business Warehouse) Interview Questions SAP BW (Business Warehouse) (896)
  • SAP Business Workflow Interview Questions SAP Business Workflow (72)
  • SAP Security Interview Questions SAP Security (597)
  • SAP Interfaces Interview Questions SAP Interfaces (74)
  • SAP Netweaver Interview Questions SAP Netweaver (282)
  • SAP ALE IDocs Interview Questions SAP ALE IDocs (163)
  • SAP Business One Interview Questions SAP Business One (110)
  • SAP BO BOBJ (Business Objects) Interview Questions SAP BO BOBJ (Business Objects) (388)
  • SAP CPS (Central Process Scheduling) Interview Questions SAP CPS (Central Process Scheduling) (14)
  • SAP GTS (Global Trade Services) Interview Questions SAP GTS (Global Trade Services) (21)
  • SAP Hybris Interview Questions SAP Hybris (132)
  • SAP HANA Interview Questions SAP HANA (700)
  • SAP PI (Process Integration) Interview Questions SAP PI (Process Integration) (113)
  • SAP PO (Process Orchestration) Interview Questions SAP PO (Process Orchestration) (25)
  • SAP BI (Business Intelligence) Interview Questions SAP BI (Business Intelligence) (174)
  • SAP BPC (Business Planning and Consolidation) Interview Questions SAP BPC (Business Planning and Consolidation) (38)
  • SAP BODS (Business Objects Data Services) Interview Questions SAP BODS (Business Objects Data Services) (49)
  • SAP BODI (Business Objects Data Integrator) Interview Questions SAP BODI (Business Objects Data Integrator) (26)
  • SAP Ariba Interview Questions SAP Ariba (9)
  • SAP Fiori Interview Questions SAP Fiori (45)
  • SAP EWM (Extended Warehouse Management) Interview Questions SAP EWM (Extended Warehouse Management) (58)
  • Sap R/3 Interview Questions Sap R/3 (150)
  • SAP FSCM Financial Supply Chain Management Interview Questions SAP FSCM Financial Supply Chain Management (101)
  • SAP WM (Warehouse Management) Interview Questions SAP WM (Warehouse Management) (31)
  • SAP GRC (Governance Risk and Compliance) Interview Questions SAP GRC (Governance Risk and Compliance) (64)
  • SAP MDM (Master Data Management) Interview Questions SAP MDM (Master Data Management) (0)
  • SAP MRS (Multi Resource Scheduling) Interview Questions SAP MRS (Multi Resource Scheduling) (0)
  • SAP ESS MSS (Employee Manager Self Service) Interview Questions SAP ESS MSS (Employee Manager Self Service) (13)
  • SAP CS (Customer Service) Interview Questions SAP CS (Customer Service) (0)
  • SAP TRM (Treasury and Risk Management) Interview Questions SAP TRM (Treasury and Risk Management) (0)
  • SAP Web Dynpro ABAP Interview Questions SAP Web Dynpro ABAP (198)
  • SAP IBP (Integrated Business Planning) Interview Questions SAP IBP (Integrated Business Planning) (0)
  • SAP OO-ABAP (Object Oriented ABAP) Interview Questions SAP OO-ABAP (Object Oriented ABAP) (70)
  • SAP S/4 HANA Finance (Simple Finance) Interview Questions SAP S/4 HANA Finance (Simple Finance) (143)
  • SAP FS-CD (Collections and Disbursements) Interview Questions SAP FS-CD (Collections and Disbursements) (0)
  • SAP PLM (Product Lifecycle Management) Interview Questions SAP PLM (Product Lifecycle Management) (0)
  • SAP SuccessFactors Interview Questions SAP SuccessFactors (33)
  • SAP Vistex Interview Questions SAP Vistex (0)
  • SAP ISR (IS Retail) Interview Questions SAP ISR (IS Retail) (28)
  • SAP IdM (Identity Management) Interview Questions SAP IdM (Identity Management) (0)
  • SAP IM (Investment Management) Interview Questions SAP IM (Investment Management) (0)
  • SAP UI5 Interview Questions SAP UI5 (59)
  • SAP SCM (Supply Chain Management) Interview Questions SAP SCM (Supply Chain Management) (51)
  • SAP XI (Exchange Infrastructure) Interview Questions SAP XI (Exchange Infrastructure) (49)
  • SAP Cloud Platform Interview Questions SAP Cloud Platform (34)
  • SAP Testing Interview Questions SAP Testing (89)
  • SAP SolMan (Solution Manager) Interview Questions SAP SolMan (Solution Manager) (63)
  • SAP MaxDB Interview Questions SAP MaxDB (116)
  • SAP GUI Interview Questions SAP GUI (15)
  • SAP AllOther Interview Questions SAP AllOther (329)