Answer Posted / veena
Header,
Body,
Footer
| Is This Answer Correct ? | 9 Yes | 16 No |
Post New Answer View All Answers
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
How is collect statement different from append?
What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
How would you set the formatting options statically and dynamically within a report?
What will you code in start-of-selection & end-of-selection ?
What does the ‘suppress dialog’ do?
Program lines for the radio button selection and unabling some input variables in section screen
What does an exec sql statement do in abap? What is the disadvantage of using it?
What are client dependant objects in abap/sap?
What is the lock object?
What is lock mechanism? How do we create lock objects in abap?
What is the use of dequeue function module? : sap abap data dictionary
Which database object is used for storing the system variables? : abap data dictionary
Describe the data classes?