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 / naresh dhakar
If the itab used in for all entries does not have records
the program will get trapped in an infinite loop.
| Is This Answer Correct ? | 0 Yes | 15 No |
Post New Answer View All Answers
Explain what is step-loop?
What is the differrences between structure and table in data dictionary in abap? : abap hr
List some of the many different ways that the sap standard functionality can be changed by a customer?
What are match codes? describe?
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization
How can one distinguish between different kinds of parameters? : abap modularization
What is view? Different types of view.
What is exception class and test class. How to use it?
What are the types of parameters in the function modules?
What is view proxy in abap?
What is the function of a data element?
– 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
What are subroutines? : abap modularization
How to create report in SD open sales order which covers all Organization, delivery status, shipping details and partner function details. plz mention the detail coding Tahnks, Rahul
What is the major difference between pool tables and transparent tables?