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 the difference between a pool table and a transparent table?
Can multiple abap systems connect to abap database?
What is amdp (abap managed data procedures)?
What is the logo in sap script?
Explain the components of selection table?
Explain what is the significance of hide?
What is Transactional based Application & Role based Application?
What is a data element?
What is the table buffer? Which type of tables used this buffer?
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
What are the features of abap/4 dictionary? : abap data dictionary
Explain how to write a bdc - how do you go about it?
What are the different types of mode (run code) in call transaction method?
What are ranges?
What are interactive reports?