Hi
I have a requirement where as soon as credit memo is created some of the fields are transferred from SAP to PI to Webservice..
in webservice the creditmemo is created and response is sent back...
we are using the design where on save of the creditmemo we are calling the proxy class and getting back the response..
if there are any errors which are sent back from the webservice we are writing them in a log table and then using a seprate report to send the corrected data again...
is this approach correct