2007 Aug 24 1:38 AM
INSERT, SORT, APPEND, MODIFY, COLLECT, READ, DELETE
Which of the above statements are allowed to work with:
Standard Internal Table?
Sorted Internal Table?
Hashed Internal Table?
Thank You.
Hi Saha,
Read, Delete,collect,modify works with all internals table types.
Insert works with Sorted, Standard and Hashed tables.
Append works with Standard table, Sorted table.
Award points if this is helpful.
Regards,
Ravi G
Message was edited by:
Ravi Kumar Gunda
2007 Aug 24 4:06 AM
Hi Saha,
Read, Delete,collect,modify works with all internals table types.
Insert works with Sorted, Standard and Hashed tables.
Append works with Standard table, Sorted table.
Award points if this is helpful.
Regards,
Ravi G
Message was edited by:
Ravi Kumar Gunda
2007 Aug 24 4:56 AM
Hi,
<b>Append</b> is used to Fill <b>Standard Internal Tables</b>.
<b>Insert</b> is used to Fill <b>Sorted Internal Tables & Hashed Internal Tables</b>.
<b>Read</b>,<b>Delete</b>,<b>Modify</b>,<b>Collect</b> will work in those <b>Three Internal Tables</b>.
<b>Sort</b> is used to Sort <b>Standard & Hashed Interanl Table</b>.
Regards,
Padmam.
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |