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