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
MY DOMAIN IS SAP-ABAP COMPARE TO WEBDYNPRO AND CRM-TECHNICAL WHICH IS BEST?
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
Explain the function module in bdc?
5) How to rereive text elements in SF and script?
Explain the differences between sap memory and abap memory?
What is off cycle payroll run
What are the function modules used in f4 help?
What are pool tables?
While sorting field groups we cannot use more than one key field. State true or false. : abap modularization
Reports: Event functionality.
What is a persistent class?
What is client in the sap system? : sap abap hr
How do you use structures in the abap programs?
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?