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 / sreenivasa rao yarru
If there is no records in secondtable then it will give all
recods in first dable
select from firsttable ....
for all entries in secondtable
So we need to check this condition first
For all entries wont give duplicate entries
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain some essential objects in abap dictionary?
What are the two statements which are required in an abap program to output an icon using a write statement?
How to create a button in selection screen ?
What is the company code? : sap abap hr
What is a persistent class?
What are the rules to create a BAPI?
What is a bsp application? : sap abap hr
What are the basic objects of the data dictionary?
What are the system fields you have worked with? Explain?
How many main windows will be there in a page window?
What is an Unpack command?
What is partner selection?
What is the abap program name to process the batch input session automatically? : abap bdc
What is new enhancement framework?
What are the events used in abap in the order of execution?