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
From Excel to ABAP - Is batch mode possible ?
How do you take care of performance issues in your ABAP programs?
What is difference between dependent and independent data?
Explain what are the different functions used in sap script? What are the parameters used in each function?
What is the max no of match code id's that can be defined for one match code object? : abap data dictionary
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
Cds views
How can we upload a text file having delimiters in to legacy system? : abap bdc
– Programming using BAPI : Create Debit Memo Request (DMR) with reference to Sales Order and update the delivery number and PO number in the newly created DMR. Send the spool of the report by E-mail if the E-mail option is enabled. Selection Screen Required: Sales Org Delivery type Sales document type Optional: Planned Goods movement date Option to choose E-Mail E-mail Address Output device Output Output should display both successful and unsuccessful creation of DMR with the following fields, Success/Error (S/E) Sales Document number Delivery number New Debit memo request number Error message Tables TVAK, TVCPA, VBAK, LIKP, LIPS
Can any tell me ECC 5.0, ECC 6.0 Released year? and difference between them?
What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary
Work most on which module: name a few tables?
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
What does the ‘suppress dialog’ do?
Badi concepts