<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: createif with false ? in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/createif-with-false/qaa-p/2057291#M899548</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what i wanted &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Mar 2007 11:43:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-15T11:43:08Z</dc:date>
    <item>
      <title>createif with false ?</title>
      <link>https://community.sap.com/t5/technology-q-a/createif-with-false/qaq-p/2057278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;is there a possibility to use createif with false condition  ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (condition is false) then createif target node ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 10:14:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/createif-with-false/qaq-p/2057278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T10:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: createif with false ?</title>
      <link>https://community.sap.com/t5/technology-q-a/createif-with-false/qaa-p/2057279#M899536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes you can use fixed values to reverse the parameter... so if you have false going in then false becomes true.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does that make sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You goto conversion functions---&amp;gt; Fixed Values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in the table you have True and False on one side and on the other you have False Directly opposite True and True directly opposite False&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Alex Ong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 10:23:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/createif-with-false/qaa-p/2057279#M899536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T10:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: createif with false ?</title>
      <link>https://community.sap.com/t5/technology-q-a/createif-with-false/qaa-p/2057280#M899537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gordon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Can you explain your requirement with an example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jai Shankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 10:28:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/createif-with-false/qaa-p/2057280#M899537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T10:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: createif with false ?</title>
      <link>https://community.sap.com/t5/technology-q-a/createif-with-false/qaa-p/2057281#M899538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is exactly the way if have done it... but it seems a little bit confusing &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there no other way to get this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 10:28:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/createif-with-false/qaa-p/2057281#M899538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T10:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: createif with false ?</title>
      <link>https://community.sap.com/t5/technology-q-a/createif-with-false/qaa-p/2057282#M899539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In general &lt;/P&gt;&lt;P&gt;source node - exists - true -- createIf -- target node will be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your requirement is&lt;/P&gt;&lt;P&gt;source node - exists - false --Use &amp;lt;b&amp;gt;NOT&amp;lt;/b&amp;gt; function -- createIf -- target node will be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the below link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/d9/3033f96c79674f90e3ab8d101a595b/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/d9/3033f96c79674f90e3ab8d101a595b/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Chilla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 10:29:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/createif-with-false/qaa-p/2057282#M899539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T10:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: createif with false ?</title>
      <link>https://community.sap.com/t5/technology-q-a/createif-with-false/qaa-p/2057283#M899540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;requirements:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to create a segment (E1edka1) with createif ... if my UDF output is false or true.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a udf and if it´s value is true ... the segment shouldnt be created.&lt;/P&gt;&lt;P&gt;If the output of the UDF is false ... than the segment should be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;undestand ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 10:30:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/createif-with-false/qaa-p/2057283#M899540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T10:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: createif with false ?</title>
      <link>https://community.sap.com/t5/technology-q-a/createif-with-false/qaa-p/2057284#M899541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gordon the only way around this if you are using a UDF to give you the values is to output the other way around... so for example your normal conditions for an output of true would now out put false and visa versa...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 10:32:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/createif-with-false/qaa-p/2057284#M899541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T10:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: createif with false ?</title>
      <link>https://community.sap.com/t5/technology-q-a/createif-with-false/qaa-p/2057285#M899542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gordon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; do this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use UDF "output" + New UDF ( here we convert true to flase and false value to true)assign it to IF without else statment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Ex: UDF output =True&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Ture+UDF =Flase -&amp;gt; pass the input to IF with out else statement which is flase  so no segement will be created&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; similarly false+UDF=True -&amp;gt; pass the input to IF with out else statement which is true  so  segement will be created&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 10:40:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/createif-with-false/qaa-p/2057285#M899542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T10:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: createif with false ?</title>
      <link>https://community.sap.com/t5/technology-q-a/createif-with-false/qaa-p/2057286#M899543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gordon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;I have a udf and if it´s value is true ... the segment shouldnt be created.&lt;/P&gt;&lt;P&gt;If the output of the UDF is false ... than the segment should be created&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be handled in advanced UDF. There is a function called suppress. You can use this for your purpose. &lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;resultList.suppress&lt;/P&gt; will not create target node. &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through the link to understand the usage&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/4b/a20c4cfea96b498b1e1af3f32f0670/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/4b/a20c4cfea96b498b1e1af3f32f0670/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jai Shankar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 10:44:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/createif-with-false/qaa-p/2057286#M899543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T10:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: createif with false ?</title>
      <link>https://community.sap.com/t5/technology-q-a/createif-with-false/qaa-p/2057287#M899544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jai ... i cant find anything at this link ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to create a node by udf ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 11:19:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/createif-with-false/qaa-p/2057287#M899544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T11:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: createif with false ?</title>
      <link>https://community.sap.com/t5/technology-q-a/createif-with-false/qaa-p/2057288#M899545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gordon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You are mapping the UDF to a target node. Correct? If you use the function resultList.suppress the target node will not be created. If you do not use this function the target node will be created. Is this not your reqquirement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From SAP Help&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;&lt;/P&gt;&lt;P&gt;ResultList.SUPPRESS&lt;/P&gt;&lt;P&gt; Constant that causes a field and its subnode to be ignored during processing&lt;/P&gt;&lt;P&gt;&amp;lt;/i&amp;gt; &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jai Shankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 11:23:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/createif-with-false/qaa-p/2057288#M899545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T11:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: createif with false ?</title>
      <link>https://community.sap.com/t5/technology-q-a/createif-with-false/qaa-p/2057289#M899546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jai...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes you´re right! I will use this function.&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 11:30:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/createif-with-false/qaa-p/2057289#M899546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T11:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: createif with false ?</title>
      <link>https://community.sap.com/t5/technology-q-a/createif-with-false/qaa-p/2057290#M899547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gordon,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; Welcome.:-)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take care while using this function. Since this function will supress the creation of &amp;lt;b&amp;gt;subnodes&amp;lt;/b&amp;gt; too. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jai Shankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 11:37:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/createif-with-false/qaa-p/2057290#M899547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T11:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: createif with false ?</title>
      <link>https://community.sap.com/t5/technology-q-a/createif-with-false/qaa-p/2057291#M899548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what i wanted &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 11:43:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/createif-with-false/qaa-p/2057291#M899548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T11:43:08Z</dc:date>
    </item>
  </channel>
</rss>

