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
What are the different methods of passing data?
Can we call reports and transactions from interactive reporting lists?
What are internal tables? How do you get the number of lines in an internal table?
What are the client dependant objects in abap / sap?
Work most on which module: name a few tables?
Difference between domain and data element? What are aggregate object?
1)can any body tell the transport request number concept and 2)there are 3 screens in one screen u have uploaded the resume and second screen also u have done the same thing but when u are uploading the resume in third screen u got some error in somewhere else but whatever u have uploaded the resume in 1 and 2 should not
What is the difference between collect and sum?
What are the data types of the external layer? : abap data dictionary
What are the different abap editors? What is the used of different editors in abap?
if while coding power goes off , how to retrieve the codes?
Explain what is an rdbms?
Explain what are standard layouts sets in the sap script?
How to create a check box/option button in a list?
identify valid statement when coding a field exit ? a) submit RSCA101X b)MESSAGE E101 C)MESSAGE I101 d)BREASK-POINT