Skip to Content
0
Former Member
Dec 07, 2009 at 03:50 PM

Ignore Records in payload

36 Views

Hi All,

I have the one requirement need to be implemented in message mapping so that filtered data need to be send to third party system.

Please note that the option of restricting the data in R/3 itself can be iginored because we have multiple recievers and for one of the recievers we have to apply the following logic.

We need to ignore the records if the Material type equal to AV,TP,AK for the following payload data recived from R/3 to PI

Mat Number: 1000

Mat Type : AV

Counntry : US

Mat Number: 1001

Mat Type : PA

Counntry : US

Mat Number: 1002

Mat Type : TP

Counntry : US

Mat Number: 1003

Mat Type : AK

Counntry : US

Please let me know how to proceed?