hi there,
i have created a table in SE11. when activating the table i got the error that i have to set fields as KEY. well, i have done this !
now i have a z-abap where i do an INSERT <tabname>. i get sy-subrc = 4 when i have a entry with same key.
i don't want this, as there ARE entries with the same key ! how can i made the key NON UNIQUE ?? i cant find anything in SE11 when creating the table ???
reg, Martin