cancel
Showing results for 
Search instead for 
Did you mean: 

New Functions are added to SAP PI 7.11

Former Member
0 Kudos

Hi All,

I am using SAP PI 7.11 where I have found a few new functions are added to different group can any one please explain these with examples or blogs , links are also fine for me in this regard.

Functions are-

In boolean-

ifS ,ifsWithoutElse and isNil

in Constant-

xsi:nil

Thanks to all

Sugata B

Accepted Solutions (0)

Answers (3)

Answers (3)

stefan_grube
Active Contributor
0 Kudos

When the stuff is not documented, you should open an OSS ticket for this.

constant xsd:nil:

adds an attribut xsd:nil="true" to an element in the target message. This is required by some external web services.

Example.

<value xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"></value>

isNil: checks for above value in the source message

rajasekhar_reddy14
Active Contributor
0 Kudos
former_member200962
Active Contributor
0 Kudos

The help section is not updated one....the standard functions are same as those which we see in other (lower) versions

sugata_bagchi2
Active Contributor
0 Kudos

help SAP not provided these functions..

former_member200962
Active Contributor
0 Kudos

May be you will have to google for the answers...this page tells you about xsi:Nil http://www.w3.org/TR/xmlschema-1/#cElement_Declarations

check under section 2.6

isNil will be under Boolean functions (if not wrong) and may have a functionality similar to Exists functions.

Regards,

Abhishek.

former_member200962
Active Contributor
0 Kudos
ifS ,ifsWithoutElse

These were available for earlier version also...for more info:

No idea sbout other functions.

Regards,

Abhishek.