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 / babita
If we don't check for intial condition for table 1 and its
is blank, all the records of second table will be displayed.
Hence it is a good practice to always check for following
before using 'FOR ALL ENTRIES'
if not itab1[] is intial.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can end-of-selection be used?
What are the features of abap/4 dictionary? : abap data dictionary
What is sap abap data dictionary?
What are the major steps will you use for tuning?
What are the mandatory fields to be filled for BAPI_CUSTOMER_CREATEFROMDATA1
How memory management happens for internal tables and work areas in abap?
What are the requirements a dialog program must fulfill?
What are the modes in which any update tasks work?
What is lock objects? : sap abap data dictionary
What are the parameters used in each function?
What is meant by authorization? : sap abap hr
Event handling in oops
What are the update types possible?
What are two methods of modifying sap standard tables?
What two statements would be used to exchange data between programs using abap memory?