Hi experts,
I am using a standard web-service 'BusinessPartnerSUITEBulkReplicateRequest_In' to create vendors in MDG system.
I am calling(consuming) this web-service from an ECC system.
Since, this is an asynchronous service, I do not get a response if the messages are failing with 'Application Error' as seen in 'SRT_MONI' T-code on MDG side.
I tried to explore the Inbound Processing BADI 'MDG_SE_BP_BULK_REPLRQ_IN' on MDG side to capture the failed messages,but, not able to capture it there.
The requirement is to capture failed messages and intimate the concerned team about the failed record creation.
Is there any way i can implement this piece.
Or is there any standard way to handle failed messages in asynchronous web-service calls.
Any help will be much appreciated and reward point be awarded to helpful answers!
Thanks!