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
What is an rdbms?
Difference between open sql and native sql? : abap data dictionary
Why do we use FOR ALL ENTRIES and what is the pre-requisite
What is the difference between field-group header and other field groups? : abap modularization
Explain the differences between se01, se09 and se10?
What are the function modules used in f4 help?
What are the major steps will you use for tuning?
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
What is the function of the transport system and workbench organizer?
What are the 2 other types of views, which are not allowed in release 3.0?
How are BAPI different from Normal function modules ?
What are the fields in a bdc_tab table? : abap bdc
Did you create primary index?
What is an on”*-input filed” statement?
What is meant by hotspots?