cancel
Showing results for 
Search instead for 
Did you mean: 

Update Termination while modifying condition Pricing value

former_member207873
Participant
0 Kudos

Hi Experts,

     We are having an ztcode from where we are updating the condition pricing. But for certain condition tables (A985) the pricing is not getting updated and it is resulting in a update termination error ("Express document update was terminated") We found out from SM13 that the message is getting raised from the FM RV_KONDITION_SICHERN_V13A and the code line

perform db_update in program (access_program)

                tables delete_tab using updkz_delete returncode.

        if returncode <> 0.

>>          message a203 with returncode.   "" from here the update error message pops up.

        endif.

The reason why this message get popped from the code analysis is that it is trying to delete a record and it is a failure. Since the error is thrown from standard FM, our doubt is whether any configuration change or setting change for condition table (A985) is missing ? Any one has any idea why update pricing fails for certain condition tables ?

B.R.

Accepted Solutions (0)

Answers (1)

Answers (1)

Lakshmipathi
Active Contributor
0 Kudos

Have a look at these notes:-

  • Note 190373 - Termination when saving condition records
  • Note 524879 - Update termination in RV_KONDITION_SICHERN_V13A

G. Lakshmipathi