Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Internal Table statement

Former Member
0 Likes
811

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.

2 REPLIES 2
Read only

Former Member
0 Likes
548

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

Read only

Former Member
0 Likes
548

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.