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

Table declaration

0 Likes
504

Hi,

Please help me understand this declaration:

lt_table TYPE STANDARD TABLE OF lt_tab WITH NON-UNIQUE DEFAULT KEY,

I want to know if duplicate rows are allowed in it_table or no?

thanks in advance,

Amani AOUINTI.

1 ACCEPTED SOLUTION
Read only

IN
Contributor
427

Hello,

Yes they are allowed. NON-UNIQUE refers to the primary key of the table. It is the only choice for standard table.

Regards,

Igor

1 REPLY 1
Read only

IN
Contributor
428

Hello,

Yes they are allowed. NON-UNIQUE refers to the primary key of the table. It is the only choice for standard table.

Regards,

Igor