when you are using 2 internal table in program, you have
decided to use for all entries statement to retrieve data
but unfortunately there are no records in the first internal
table. What will be the result? (2nd internal table contains
records).
Answer Posted / siddharth samal
IF THE 1ST TABLE IS INITIAL THEN THE PROGRAM WILL SHOW DUMP
ERROR COZ ITS MANDATORY THAT THE 1ST TABLE SHOULD HAVE
VALUE.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Why do we use abstract class
In sap script how to print bar code in vertical manner
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary
What are aggregated objects : abap data dictionary
Explain what are the system fields? Explain?
What does hide statement do?
wat are the process that can be executed & tracked in a workflow?
In which cluster time results are stored? : abap hr
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.
What is difference between dialog program and a report?
Differentiate screen painter from menu painter.
Polymorphism real time scenario
What is a badi?
Differentiate between report and dialog program
How to write a code in tab control? : abap bdc