Hi,
we created a webservice for the BAPI Pricecatalogue. According to the documentation of method SaveReplica one has to send a COMMIT WORK via BAPI BapiService-TransactionCommit to write changes to the database or to write errormessages to the application-log.
So we created another webservice for BAPI BapiService and called method TransactionCommit after SaveReplica but there are no messages in the application log.
I think, the problem is, that via webservice-call the execution-contexts of "SaveReplica" and "TransactionCommit" are different and therefore TransactionCommit does not commit the transaction that has been started with SaveReplica.
Does anybody know, how to solve this?
Thanks in advance
Uli