<?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>topic Re: using if condition in smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-if-condition-in-smartforms/m-p/1044491#M87490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Create a condition node( Flow logic--&amp;gt; alternative)..give ur conditions there ( if the condition is pertaining to fields check).. and then put ur texts within the true and false node as required.&lt;/P&gt;&lt;P&gt;If ur check is something different( a code), then before the texts create a node Program Lines, write ur condition n texts in the editor...&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Dec 2005 12:15:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-14T12:15:58Z</dc:date>
    <item>
      <title>using if condition in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-if-condition-in-smartforms/m-p/1044488#M87487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; I have a requirement like the following in smartforms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if condition satisfy display one set of text or else some other text.(or don't display)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how we can write code in smartforms (not in driver program).If any body knows tell me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2005 11:24:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-if-condition-in-smartforms/m-p/1044488#M87487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-14T11:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: using if condition in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-if-condition-in-smartforms/m-p/1044489#M87488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi nandha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a condition node like you create a text element.&lt;/P&gt;&lt;P&gt;You can create all the text elements under 'TRUE' part of the condition. This will display the text elements when the condition is true. Same can be done with the 'FALSE' part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try it and you will come to know what exactly i am trying to say.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Darshil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2005 11:30:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-if-condition-in-smartforms/m-p/1044489#M87488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-14T11:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: using if condition in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-if-condition-in-smartforms/m-p/1044490#M87489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right click on the window you want to implement the code&lt;/P&gt;&lt;P&gt;Choose Create-&amp;gt; Flow Logic -&amp;gt; Alternative&lt;/P&gt;&lt;P&gt;In the true part -&amp;gt; Right Click (Choose)&lt;/P&gt;&lt;P&gt;    Create the Text Elements to be displayed&lt;/P&gt;&lt;P&gt;To implement the code block choose&lt;/P&gt;&lt;P&gt;((( Create -&amp;gt; Flow Logic -&amp;gt; Programs Lines (write your ABAP Code here) ))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Kanthimathi Krishnan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2005 11:34:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-if-condition-in-smartforms/m-p/1044490#M87489</guid>
      <dc:creator>kanthimathikris</dc:creator>
      <dc:date>2005-12-14T11:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: using if condition in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-if-condition-in-smartforms/m-p/1044491#M87490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Create a condition node( Flow logic--&amp;gt; alternative)..give ur conditions there ( if the condition is pertaining to fields check).. and then put ur texts within the true and false node as required.&lt;/P&gt;&lt;P&gt;If ur check is something different( a code), then before the texts create a node Program Lines, write ur condition n texts in the editor...&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2005 12:15:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-if-condition-in-smartforms/m-p/1044491#M87490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-14T12:15:58Z</dc:date>
    </item>
  </channel>
</rss>

