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

getting duplicate values after making two columns as Primary feilds?

atslokesh
Explorer
0 Likes
1,550

In my requirement I made two columns as primary and I've loaded the data by FM and one column getting unique values and the other column getting duplicate values.

1 ACCEPTED SOLUTION
Read only

Eduardo-CE
Active Participant
1,417

Hello,

The combination of the two columns is the one that is unique.

Regards.

In my requirement I made two columns as primary and I've loaded the data by FM and one column getting unique values and the other column getting duplicate values.

2 REPLIES 2
Read only

Eduardo-CE
Active Participant
1,418

Hello,

The combination of the two columns is the one that is unique.

Regards.

Read only

junwu
SAP Champion
SAP Champion
1,417

choosing two column as primary key means the combination of the two column is unique, doesn't mean each column individually is unique.

basic computer science knowledge