Answer Posted / k.nagalakshmi
Internal Table is a standard data type object and it exists
only during runtime.these are used to perform table
manipulations on subsets of the database tables and to
reorganizing tables as per the user needs.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is buffering in abap?
How do you set up background jobs in sap? What are the steps?
What are the data types of the abap/4 layer? : abap data dictionary
Can you define a field without a data element? : abap data dictionary
How many detail lists can be created in interactive reporting?
What is an Open Item in SAP? How will you find an Open Item in SAP?
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
What is modularization and its benefits? : abap modularization
Explain the differences between sap memory and abap memory?
Define subtype ? : abap hr
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?
What is the purpose of at first and at last?
what is the difference between Blocked ALV and interactive ALV?
What does hide statement do?
What are the parameters in bdc_open_group? : abap bdc