cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping Error Message

Former Member
0 Kudos

Hi,

I have a mapping requirement like this

If the fixed mapping goes in error or there is no value there is value other than the ones mentioned in the mfixed mapping then it should thorw an exception.So I clicked on the throw exception button.

Is there any provision in PI so that we can trigger any exception message if the fixed mapping goes in error,not hte hardcoded message but the one simillar to ECC messge types or any other work around?

Thanks,

Gayatri

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Gayatri,

If you are thinking to have a exceptional handling for mapping, it is possible with writing a UDF. Also possible to mail when the mapping error occurs with out using mail adapter.

Look out this links to handle excepting for mapping errors.

[|][|]

When exception occurs and say suppose you handle to catch it in UDF then you can send a mail

(Refer this link [http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=90570965|http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=90570965])