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

Inserting structure into hashed table.

MNaveen
Product and Topic Expert
Product and Topic Expert
0 Likes
536

Hello all,

I am trying to insert a structure into hashed table by using append statement but its not working and i get an error. I am doing this within a loop.

Can u pls tell if there is any other way of inserting a strucuture into hashed table.

Warm Regards,

Naveen M

2 REPLIES 2
Read only

Former Member
0 Likes
430

Hi Naveen,

refer to this links

hope this solves your problem.

Thanks!!

Read only

MNaveen
Product and Topic Expert
Product and Topic Expert
0 Likes
430

Hello Prashanth,

I figured the solution to the problem..

For hashed tables we use the below syntax:

INSERT <wa_name> INTO TABLE <hashed_table_name>.

Thanks for ur time,

Warm regards,

Naveen m