<?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: Condition in Smartform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/condition-in-smartform/m-p/1374389#M183764</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a TEXT for the amount to be printed on the smartform.. In the CONDITION tab, give the following condition --&amp;gt; days &amp;gt; '90'&lt;/P&gt;&lt;P&gt;Now the amount will be printed only when the condition is satisfied..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 May 2006 10:38:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-30T10:38:22Z</dc:date>
    <item>
      <title>Condition in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/condition-in-smartform/m-p/1374385#M183760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Could anyone help me to use Condition in Smartform.&lt;/P&gt;&lt;P&gt;I'm trying to display amount on the basis of days.&lt;/P&gt;&lt;P&gt;e.g. if the days are more than 90 days I want the balance amount to be printed in the Smartform.&lt;/P&gt;&lt;P&gt;Could please anyone tell me how to write the code for this .&lt;/P&gt;&lt;P&gt; I want to use IF condition and where shall I write it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Deepa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2006 10:32:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/condition-in-smartform/m-p/1374385#M183760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-30T10:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Condition in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/condition-in-smartform/m-p/1374386#M183761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;insert &amp;lt;b&amp;gt;program lines&amp;lt;/b&amp;gt; in the page &amp;amp; write ur code  in that .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto the required window right click on it &amp;amp; then  goto &lt;/P&gt;&lt;P&gt;create flow logic in that u hav &amp;lt;b&amp;gt;program line&amp;lt;/b&amp;gt; click on it &amp;amp; insert ur if condition in that  as per ur req.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or else if u are using any text element to display the sum then u can insert a &amp;lt;b&amp;gt;condition&amp;lt;/b&amp;gt; on the number of days variable and comparision operator  &amp;lt;b&amp;gt;&amp;gt;&amp;lt;/b&amp;gt; &amp;amp; value 90  to write balance amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2006 10:33:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/condition-in-smartform/m-p/1374386#M183761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-30T10:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Condition in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/condition-in-smartform/m-p/1374387#M183762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IN the text-element where you have thie balance amount field being displayed, go to the conditions tab.&lt;/P&gt;&lt;P&gt;In the conditions tab,&lt;/P&gt;&lt;P&gt; you can give your condition as &lt;/P&gt;&lt;P&gt;Fieldname : v_days (Whatver is the variable for the days)&lt;/P&gt;&lt;P&gt;Comparison value : 90&lt;/P&gt;&lt;P&gt;INbetween select an '='.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2006 10:36:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/condition-in-smartform/m-p/1374387#M183762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-30T10:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Condition in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/condition-in-smartform/m-p/1374388#M183763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to write the output based on if condition,then you can use condition in text element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise,if you want to do some manipulations in code based on the value,then you can do as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare a variable(say V) in Global definition-Global data.&lt;/P&gt;&lt;P&gt;v type (days).&lt;/P&gt;&lt;P&gt;Create a program line and store the value in a variable.&lt;/P&gt;&lt;P&gt;Declare v as output parameter and grlabel as input parameter.&lt;/P&gt;&lt;P&gt;Inside the program line,write your code as&lt;/P&gt;&lt;P&gt;v = grlabel-field.&lt;/P&gt;&lt;P&gt;Then if you want to manipulate something,write your coding in that program line as below.&lt;/P&gt;&lt;P&gt;if v &amp;gt; '90'&lt;/P&gt;&lt;P&gt;..manipulations&lt;/P&gt;&lt;P&gt;print ur balance &amp;amp; &amp;amp;&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2006 10:38:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/condition-in-smartform/m-p/1374388#M183763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-30T10:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Condition in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/condition-in-smartform/m-p/1374389#M183764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a TEXT for the amount to be printed on the smartform.. In the CONDITION tab, give the following condition --&amp;gt; days &amp;gt; '90'&lt;/P&gt;&lt;P&gt;Now the amount will be printed only when the condition is satisfied..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2006 10:38:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/condition-in-smartform/m-p/1374389#M183764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-30T10:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Condition in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/condition-in-smartform/m-p/1374390#M183765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Welcome to SDN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the following steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In your window if you already have a program lines node, add the 'days' variable to the parameter list. Else create a program line and add this variable to your parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Next create 'Alternative' node.&lt;/P&gt;&lt;P&gt;3. In the Condition table give Field value as Days variable, and comparison &amp;gt; 90.&lt;/P&gt;&lt;P&gt;4. Under the true node, create a text element with the balance amount in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess that will serve your purpose. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Susmitha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont forget to reward points for useful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2006 10:39:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/condition-in-smartform/m-p/1374390#M183765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-30T10:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Condition in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/condition-in-smartform/m-p/1374391#M183766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ganesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two logos to be display separetely on the condition &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name : quality logo&lt;/P&gt;&lt;P&gt;object: graphics&lt;/P&gt;&lt;P&gt;ID    : BMAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name : DNV Logo&lt;/P&gt;&lt;P&gt;Object :graphics&lt;/P&gt;&lt;P&gt;ID    : BMAP &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when I click the form painter-&amp;gt; sender box is displaying where the &lt;/P&gt;&lt;P&gt;condtion is there when I click Sender inforamtion Get_Ship_point Address and under that I can see &lt;/P&gt;&lt;P&gt;some conditon in Input Parameters and output paramter &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under Input parameters &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IS_DLV_DELNOTE-HD_ORG_SHIP_POINT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outpput parmaters &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEXT_MODULE So when I open the text_module &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;TEXT_MODULE = 'Z_SO_DALB'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF IS_DLV_DELNOTE-HD_ORG-SHIP_POINT = '7DAY'.&lt;/P&gt;&lt;P&gt;TEXT_MODULE = 'Z_SO_7DAY'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF IS_DLV_DELNOTE-HD_ORG-SHIP_POINT = 'AAYD'.&lt;/P&gt;&lt;P&gt;TEXT_MODULE = 'Z_SO_AAYD'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF IS_DLV_DELNOTE-HD_ORG-SHIP_POINT = 'ARCA'.&lt;/P&gt;&lt;P&gt;TEXT_MODULE = 'Z_SO_ARCA'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF IS_DLV_DELNOTE-HD_ORG-SHIP_POINT = 'BERR'.&lt;/P&gt;&lt;P&gt;TEXT_MODULE = 'Z_SO_BERR'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF IS_DLV_DELNOTE-HD_ORG-SHIP_POINT = 'CHIN'.&lt;/P&gt;&lt;P&gt;TEXT_MODULE = 'Z_SO_CHIN'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF IS_DLV_DELNOTE-HD_ORG-SHIP_POINT = 'CROW'.&lt;/P&gt;&lt;P&gt;TEXT_MODULE = 'Z_SO_CROW'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and under condition nothing is there &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sO how Can I write condition for logos which is very important for quality display&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2007 04:56:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/condition-in-smartform/m-p/1374391#M183766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-06T04:56:53Z</dc:date>
    </item>
  </channel>
</rss>

