Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

problem in updating the data in customized table

Former Member
0 Kudos
347

Hi experts,

i have one customized table RPMITEMD.i need to update the data in this table by using modify statement..

problem is if i use modify statement and then commit work statement...by the first time it is working fine...and second time i am trying to update some other valuse it goes to dump....

can any one please help me?

regards,

veena.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Kudos
317

just check out your modify statement.

Also, check the duplicate entries while updating record second time as mentioned in upper replies.

Regards,

Natrendra

3 REPLIES 3
Read only

Former Member
0 Kudos
317

hi ,

kindly give the dump analysis ,So that we can understand about it.

Read only

Former Member
0 Kudos
317

Hi Praveena!!

Same problem i faced yesterday. In my scenario it was giving dump due to insert statement..... Modify statement may be giving u dump because of the two or more records having same key values in the internal table by which u are modifying ur table.

Just make sure that is there any such record in internal table.................

Read only

Former Member
0 Kudos
318

just check out your modify statement.

Also, check the duplicate entries while updating record second time as mentioned in upper replies.

Regards,

Natrendra