cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi,

is there a possibility to use createif with false condition ?

if (condition is false) then createif target node ?

0 Likes
View Entire Topic
Former Member
0 Likes

Hi,

In general

source node - exists - true -- createIf -- target node will be created.

Your requirement is

source node - exists - false --Use <b>NOT</b> function -- createIf -- target node will be created.

See the below link

http://help.sap.com/saphelp_nw2004s/helpdata/en/d9/3033f96c79674f90e3ab8d101a595b/content.htm

Regards

Chilla