cancel
Showing results for 
Search instead for 
Did you mean: 

Specific Mapping Error

Former Member
0 Kudos

Hi Experts,

Is there any possibility by which we can cature and send the specific mapping error message instead of conventional "Message transformation error"?

Please share!

Thanks,

Karthik

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes Karthik.

See Suhails reply in this thread:

In that see michals blog it should be straight forward.

---Satish

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Karthik,

In the mapping step, please write an UDF which will stop the mapping step when your validation fails. and then raise your customized error message in the UDF and store it in a variable. then You can call SALERT_CREATE report through an RFC lookup program ( which is available in SDN) by passing this variable along with alert category name.

The alert will be raised along with your message when ever the validation fails.

Thanks

Rajesh Shanmugasundaram ( Your frnd _

Former Member
0 Kudos

Thanks, Satish!

Is there any possiblity of getting this done without touching alert framework/ with just BPM?

Please advise

Former Member
0 Kudos

Thanks for the link.

I am looking for something with which I can send the specific mapping error to end user, say by email.

Any suggestions!

Thanks,

Karthik

Former Member
0 Kudos

Karthik,

What you can do is create alerts and use michals blog to throw the specific error. So once if it failed it will send the user an email through which when he refers will throw the specific error which you thrown.

---Satish