2008 Oct 13 7:00 PM
Hi,
I am trying to insert data from an internal table to a custom database table. Internal table got 53 entries and i can insert only one record. Now sure why ?
I am using insert db from itab accepting duplicate keys and failed.
I also tried Modify statement and still it is inserting single record only. But sy-dbcnt is 53 here and sy-subrc is 0 here, i am not sure why records are not inserted in internal table.
Note: I have only MANDT (client) as unique key in my DB table. Not sure if this have any impact.
Also, I have observed that during MODIFY statement, record inserted in from HEADER data record of internal table and when I use statement INSERT i see 1st record from internal table inserted into DB table.
Cheers...
2008 Oct 13 7:13 PM
HI,
If it is not absolutely necessary, try to make some more fields as key fields.
regards,
Advait
HI,
If it is not absolutely necessary, try to make some more fields as key fields.
regards,
Advait
2008 Oct 13 7:11 PM
Hi Sudhakar,
I have also faced the same set of issue in one of my object, But I don't know the exact reason. Sometimes SAP Behaves differently... If you execute the same set of code after 2-3 days it will run but I really dont know the reason behind this.
Thanks,
Chidanand
2008 Oct 13 7:12 PM
Have you tried this insert statement
Insert into dB values itab.
thanks
Shree.
2008 Oct 13 7:13 PM
HI,
If it is not absolutely necessary, try to make some more fields as key fields.
regards,
Advait
2008 Oct 13 7:29 PM
This same question was asked and answered recently. Please search the forum before asking.
Rob
2008 Oct 13 8:23 PM
Advaith,
Thanks for your response. After i increase key fields, my issue is resolved.
I have awarded you points.
Thank you very much for others for your response.
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |