Hai all,
I am working on SAP XI 3.0. In my scenario i am sending a record from source(SAP) to database(SqlServer). If record fails when enter into data base, the response should be coming back to SAP XI and it generates an email to a designated address. For the response shall I need a reverse mapping ? how can i resolve this. olz any body help me..
Regards,
Sekhar
Hi Sekhar,
You can control your process flow using BPM available in XI.Java mapping can be used for inserting transformed record into the DB. If the DB insert fails catch the exception, create a standard success/failure response message structure(Say XML format) and you can email this response to the email list using email adapter. Use BPM to ease your work.
This is just one way of doing it.
Hope it helps !!
Regards,
Sridhar
Add a comment