cancel
Showing results for 
Search instead for 
Did you mean: 

MANDATROTY FIELD VALUES

Former Member
0 Kudos

Hi ,

I have one interface.I'm sending data from sap to oracle database.I'm using sender side rfc adapter,reciever side jdbc.In my interface i'm sending employee information.In that i' have 60 fields.I'm sending 60 field values.In that 6 field valuse are mandatory for reciever side.These values Expected from sap side.Suppose sap didn't send these six fieds values.How xi raise exception to sap.Is it possible in xi.Pls help me.

Advanced Thanks

Ravi

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

The simple solution to this could be use of alerts. You may check in mapping using standard funtions whether the source side value exist or not using standard functions. In case the value does not exist, simply use a UDF to trigger the alert as shown here.

Regards,

Prateek

Answers (1)

Answers (1)

VijayKonam
Active Contributor
0 Kudos

Raise a RuntimeException in UDF after checking for the empty value. Mapping would fail. Create alerts for triggering mails..

VJ