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
What are the uses of the information in the data dictionary? : abap data dictionary
what is friend class
How we format the data before before write statement in report ?
What is the logo in sap script?
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
What is a collect statement?
How many types of data classes are there in sap?
Explain the difference between a pool table and a transparent table and how they are stored at the database level?
Explain what are the problems in processing batch input sessions? How is batch input process different from processing on line?
What are types of select statements?
What is the use of dequeue function module? : sap abap data dictionary
What is at exit-command:?
What is example class
What is projection view?
How can we handle table control in bdc? : abap bdc