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 / santhu23
when you are using for all enteries always check whether
IF ITAB NOT INITIAL.
Otherwise it will pick all the values form by second selected table based on "NULL VALUES".
So, We have to check ITAB Is Not Initial.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
What do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?
How do you send files to the legacy systems from sap and vice versa? How does one know that the legacy files have come on to the sap server you are working on? : abap bdc
What is the use of lock objects?
How would you set the formatting options statically and dynamically within a report?
What are the attributes of the data in data dictionary? : abap data dictionary
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization
What is your approach for writing a bdc program? : abap bdc
Where can you find error log for call transaction? : abap bdc
What is open sql vs native sql ?
When to use logical database?
What is help view?
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?