Skip to Content
0
Mar 25, 2009 at 12:53 PM

Table field set as "Initial" is not acceptinf duplicate entries

48 Views

Hi all,

I have inserted a custom include structure(which has only one field and is made as Initial) into a standard field.

Then values inserted using

INSERT <table> FROM TABLE <Internal table> ACCEPTING DUPLICATE KEYS.

But if the internal table contains an entry which has the custom field value same as one of the value in database table, the insert statement is not working and is returning sy-subrc value 4.

The custom field is not a key field in the table.

Any pointers will be very helpful.

Thanks in advance,

Sreekanth