Answer Posted / anuraj singh rana
Internal table are of two type :
1 With Header Line
2 Without Header Line
With Header Line.
there is header attached to the table it use to
populate as well as retrive data from the internal table.
it is the obselete now
With out header Line.
We use work area..
same funcitions but the name is not same as internal table.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How to set an Enhancement point for a custom report?
What is the use of info groups? : sap abap hr
How move-corresponding works
What is repository info. Systems? : abap data dictionary
Static and instance variable and method with live example. Why and when to use
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?
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
How do you set up background jobs in sap? What are the steps?
What does hide statement do?
How did you test the form you developed? How did you taken print?
Can a posting run be deleted? : sap abap hr
What is the difference between synchronous and asynchronous updates?
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.
What is IMG in SAP?
How can you find the field/data underlying a transaction?