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 check tables?
What are the payroll related Infotypes
What is the difference between the function module and a normal abap/4 subroutine? : abap modularization
Name a few data dictionary objects?
How many types of data classes are there in sap abap? : abap data dictionary
Can a transparent table exist in data dictionary but not in the data base physically? : sap abap data dictionary
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
When value table becomes check table?
What is asap methodology? : sap abap hr
What are client dependant objects in abap/sap?
In se11 -->Tech. settings --> Data class. If I save table as Mater data OR Transaction data, what effect will it has for 'Storage' in Database after activation. or In Database how it will store in both the cases.
What is gui status? How to create /edit gui status?
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
What are the two ways for restricting the value range for a domain? : abap data dictionary
What primary key and foreign key relationship