Suppose u r using FOR ALL ENTRIES. What happens when there
is no data in the itab which is using all the entries?
Answer Posted / tharun
when you are using for all enteries always check whether
IF ITAB NOT INITIAL.THis internal table is the one
used 'for all enteries in itab'.this will prevent from the
query fetching all data.
IF ITAB NOT INITIAL.
select ... for all enteries in itab.
endif.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Explain about drill down report?
In sap script how to print bar code in vertical manner
What are the different methods of passing data?
What are the main events of which are used for logical database?
How can we achieve MVC ?
What is the differences between abap and ooabap. In which situation we useooabap?
How to upload more than 2GB file from External Source to SAP?
What are the function modules used to create batch input session? : abap bdc
How to display if the value entered contains records or not?
What is match code? : sap abap hr
What functions does a data dictionary perform ?
What is difference between inner join and outer join?
How to insert a line into abap internal tables?
while implementing badi what are the tables u find??
Why we are using Macros instead of Function Modules