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
Explain what are the problems in processing batch input sessions?
How did you test the form you developed? How did you taken print?
What is the function module to popup contents in the internal table?
What are base tables of an aggregate object? : abap data dictionary
List the various components of the enterprise structure in systems, applications, and products (sap) in human capital management (him)? : sap abap hr
Differentiate between report and dialog program
In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?
What are the data classes in abap?
What are the types of windows in sap script?
How do you backup Sapscript layout sets? Can you download and upload? How?
When the get cursor command used in interactive lists?
What is the function of the transport system and workbench organizer?
What are the different types of parameters? How can you distinguish between different kinds of parameters?
What are ranges?
Differentiate between static and dynamic step loops?