cancel
Showing results for 
Search instead for 
Did you mean: 

Null Value in PI 7.1

Former Member
0 Kudos

Hi

I am working on Proxy to SOAP Scenario, I receive null value at the first instance when I display the Queue, and values after the null, and the values are coming from the different nodes, and mapping needs to be done at the different level too.

Example I receive the state vale as

1. null

2.CA

3.NV

in order to avoid the null value while mapping what is the function to use it, I used Remove context but still I receive the null value at the begining

Thanks

PR

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks

Former Member
0 Kudos

Hi PR,

In my case, because of this change in 7.1 a mapping which is working in 7.0 was resulting in wrong results in 7.1

I doubt this change was done by SAP in 7.1 for ease of use in UDF.

However, in your scenario try placing a remove contexts-split by value immediately after the condition it suppress the null.

Else provide me your condition in MM I will replicate and help you.

Also, try changing the context to a higher level

Venkat.

Edited by: Venkat Anusuri on Aug 5, 2009 3:43 PM

Former Member
0 Kudos

Hey

Try using mapWithDefault before you pull Null value.You can put any default there (for e.g space or blank)

Thanks

Aamir