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: 

Update termination error while parking multiple items using BAPI fn module

former_member209914
Participant
0 Kudos

hi experts,

i am facing a problem with bapi_incominginvoice_park.when i am trying to park invoice for single item for the po the invoice number is generating and getting updated in database in the same way when i am trying to park for multiple items the invoice number is genrating but not getting updated in database table.Here i am getting error 'Express document update terminated BY THE user'.How to solve this problem to find these error i have gone to se13 transaction,there it is showing SAQCL_DUPRC.it is saying duplicate errors in table but there are no duplicates in table.

Thanks,

Vinod

4 REPLIES 4

Former Member
0 Kudos

HI

You should check which table has some duplicate error: you can get it by trx SM13, here you cna set a break-point and reach it by running the BAPI in debug mode (with option UPDATE DEBUGGING)

Max

Former Member
0 Kudos

Hi,

I am facing the same problem . The bapi is n't updating the mulitple line item data if it is coming with tax code in another internal table having same type of tax codes.

Please provide some solution to this .

Regards

Anirudha

0 Kudos

Hi,

We are also facing exactly same problem with tax code.

Please help us on this issue.

Thanks,

Vinod

0 Kudos

hi vinod ....i tried the following it worked...

while sending tax info dont send any tax table manually i.e updating the vit_tax table using append statement

also while testing function module for multiple PO , no need to provide the tax info in the tax table

what we have to do is only to provide 'X' In the tax calculation option in the header details

HEADERDATA-CALC_TAX_IND = 'X'.

1.this will enable tax

2. will make the po status green so that the parked document can be posted .