what are the differences between scripts & smart forms?
Answers were Sorted based on User's Feedback
Answer / chandrakiran
Imp Difference:
Script is client Dependent. Scripts are available for only
the client in which it is defined.. But this is not the
case with Smart Forms which are client Independent.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ramuyadavbsc
SCRIPTS:1. SCRIPTS ARE CLIENT INDEPENDENT BECAUSE BASICALLY
THE SCRIPT DATA STORED IN TEXT FORMS THE TEXT IS CLIENT
DEPENDENT SO SCRIPT ALSO CLIENT DEPENDENT.
2. HERE MAIN WINDOW MANDATORY.
3. NO FUNCTION MODULE WOULD BE GENARATE.
4. HERE WE CAN'T APPLY THE COLORS TO THE TEXT
5. THE WINDOWS ARE MAIN WINDOW, VARIABLE WINDOW,CONSTANT
WINDOW,GRAPHICAL WINDOWS.
6.HERE PARAGRAPHFORMAT,CHARACTERFORMAT ARE USED ONLY ONCE.
SMARTFORMS: 1.SMARTFORMS ARE CLIENT INDEPENDENT
2.MAIN WINDOW NOT MANDATORY
3.HERE FUNCTION MODULE WOULD BE GENARATED WHENEVER WE
EXECUTE THE SMART FORM THE FUNCTION MODULE DEFAULT GENARATE.
4.HERE WE APPLY THE COLORS TO TEXT
5.HERE WINDOWS ARE MAIN WINDOW,SECONDARY WINDOW,COPY WINDOW,
FINAL WINDOWS
6.HERE SMARTSTYLE USE FOR PARAGRAPHFORMAT & CHARACTERFORMAT
THESE ARE USED MORE THAN ONCE
Is This Answer Correct ? | 1 Yes | 0 No |
1.in the script there is a need for at least one main window.
where as in smart forms no need form of main window.
2.in case of smart forms system can be generates a function
module when it was activated.
3.performance of execution smartforms is faster compared to
scripts.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jayaram
to execute script , driver program required.where as
smartform its not mandatory.
Script is dependent and smartform is independent.
we can define paragraph formats and character formats using
smartstyles in smartforms where as in scripts inside script
itself we will define.
Is This Answer Correct ? | 0 Yes | 0 No |
What are the advantages/ dis-advantages of logical databases?
What is meant by slab? How is indian slab and us slab? : sap abap hr
Differentiate between static and dynamic step loops?
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization
How we can give authorization on the fields of table control in a dialog-programming?
What is the modification assistant?
what is the functionality of Runtime Analysis?
Normally how many and what files get created when a transaction program is written?
Explain MM and SD flow from ABAP point of view?
in scripts if u want to add the field using itcsy structure iknow this concept,then i want to add some logic at a time in S.ORDER AND P.ORDER HOW,IF POSSIBLE WHERE U CAN ADD THE LOGIC, HOW?
Can any one tell me the exact difference between BAPI and RFC.
Which client is called as golden cient? IS it 100, if yes why?