6. what are the differences between scripts & smart
forms?
Answers were Sorted based on User's Feedback
SCRIPTS SMARTFORMS
CLIENT DEPENDENT CLIENT INDEPENDENT
MULTIPLE PAGE FORMATES MULTIPLE PAGE FORMATES
ARE NOT POSSIBLE ARE POSSIBLE
MAIN WINDOW COMPULSARY WITHOUT MAINWINDOW ITCAN
LABELS ARE USED LABELS CANNOT
NOT GENERATED ONCE SESSION CREATED
FUNCTION MODULE
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / deepa
But Labeling is possible in smartform. Its a miss concept
that labeling is not possible in smartform.
Is This Answer Correct ? | 0 Yes | 0 No |
What are the Text – elements inscripts. Where you declare this. What is the use to this.
In events, start-of-selection is a default event. When we have to use this event explicitly? Why?
What is the max no of screen no's we create
What is the diffrence between Abstract Class and an Interface in OOABAP.
what is version in reports?
How do you find the information on the current screen?
Explain the different types of data dictionary objects?
what is the difference between data: begin of ty_emp, eno type i, ename type string, dno type i, end of ty_emp. and types: begin of ty_emp, eno type i, ename type string, dno type i, end of ty_emp.
How to debug a script in abap?
A function group contains globally defined internal tables and function modules defined in it. FMOD1 populates itab1 and when FMOD2 is called will itab1 contains those values being populated by FMOD1?
sort statement can sort?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.