What is the main difference between Smartforms and SAP
scripts?
Answer Posted / 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 |
Post New Answer View All Answers
How to debug a sapscript?
What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary
What are the drill-down features provided by abap/4 in interactive lists?
In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?
Sal abap on hana interview
How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?
Which objects are independent transport objects? : abap data dictionary
What is the function of a data element? : abap data dictionary
How do you convert non-char field into char type fields ?
What is the difference between collect and sum?
What are the basic objects of the data dictionary? : abap data dictionary
What is the difference between select statement and provide statement ? : abap hr
What is foreign key relationship? : abap hr
Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc
how to read the standard field value in your custom program.