Skip to Content
0
Former Member
May 08, 2008 at 06:14 AM

Dump when inserting into a specific table ?

798 Views

Hi gurus,

I've created a specific table just like:

Field Key

MANDT X

F1

F2

F3

........................

This table contains only one key field is MANDT , then I try to insert using command:

INSERT zbc00 FROM TABLE wt_zbc00 ACCEPTING DUPLICATE KEYS.

The internal table contain 1 entry .

But then I try to insert 1 more record , It gave me an error ( Sy-subrc = 4 ) , this means that an error has occured .

if I do not use 'ACCEPTING DUPLICATE KEYS' Then It gave a dump .

Could you please help me

Thanks