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 the definition of modification in an sap system and how do they impact an upgrade?
What are table clusters?
On which even we can validate the input fields in module progams?
What happens if we use leave to list-processing without using suppress-dialog?
How can we decide weather we can enhance the standard infotype or not ? : abap hr
What is repository info. Systems? : abap data dictionary
What are spa/gpa parameters (sap memory)?
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
What is amdp (abap managed data procedures)?
What are the different methods of passing data?
What is the difference between field-group header and other field groups? : abap modularization
where do we store all custom programs in SD module?
What are the page windows?
What is the sap abap?
What is IMG in SAP?