Internal table itab contains some records.
If the code is like this : LOOP AT ITAB.
APPEND ITAB.
ENDLOOP.
What ill be the result??
Answer Posted / rams
It will go to infinite loop
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are the fields in the memory table ‘screen’?
after creating lock object if does n't access record by second user what should we do?
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?
How do you read files from the application server ? : abap bdc
What is the differences between abap and ooabap. In which situation we useooabap?
What are the different function modules used in sapscript?
What are interface/conversion programs in SAP?
What is alv programming in abap?
What are the types of the programming language used in the sap abap software?
When was the sap abap being created?
any 1 having notes on SAP-ABAP certification, or even if any 1 could provide the url for getting notes on SAP-ABAP certification, would be appreciated.
Setting up a BDC program where you find information from?
Can you define a field without a data element? : abap data dictionary
How can we declare a table control in the abap/4 program?
Why bapi need then bdc ? : abap bdc