‎2011 Jan 05 3:30 PM
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
‎2011 Jan 05 4:03 PM
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
‎2011 Jan 10 4:31 AM
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
‎2011 Jan 10 2:46 PM
Hi,
We are also facing exactly same problem with tax code.
Please help us on this issue.
Thanks,
Vinod
‎2011 Jan 21 3:51 PM
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 .