Application Development 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: 

problem in updating the data in customized table

former_member670836
Participant
0 Kudos
107

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

Former Member
0 Kudos
77

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

Former Member
0 Kudos
77

hi ,

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

Former Member
0 Kudos
77

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.................

Former Member
0 Kudos
78

just check out your modify statement.

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

Regards,

Natrendra