2019 Dec 25 2:27 PM
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.
2019 Dec 25 2:30 PM
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
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.
2019 Dec 25 2:30 PM
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
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |