cancel
Showing results for 
Search instead for 
Did you mean: 

How to Handle Material (Sign,Option,Low,High) in message Mapping (Soap To RFC)

rishabh_sharma2
Explorer
0 Kudos


How we have can the value the Material Sign = I

                                                                Option = EQ

                                                                Low = Blank

                                                                High = Blank.

Problem 1

while sending the data from Soap UI to Bapi via PI for creating PO if I am not sending anything in Material Low = '    '

                                                                                                                                                                         and High = '    '

The bapi is still assuming Sign = I

                                         Option = EQ

Please suggest to block Sign and Option value if Low is blank.

Accepted Solutions (0)

Answers (3)

Answers (3)

pvishnuvardan_reddy
Active Contributor
0 Kudos

Rishabh,

First check Low field with blank value-->then pass it to a NOT boolean function-->then pass it to IFWITHOUTELSE boolean function, the other input of this function is Sign field-->map this to target Sign field.

Regards

Vishnu

Former Member
0 Kudos

Use a condition function,

If LOW or High are null, empty,etc then map with default or a null, or any you need to the other fields. It's a normal way for map with conditions.

Former Member
0 Kudos

Do the mapping change according to your need.

reg, avinash