<?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 Smartforms - How can insert condition in smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-how-can-insert-condition-in-smartforms/m-p/1753459#M326583</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, My requirement is to insert a line at the 11th position in main window. Main window has 20 line to be printed. I need to print 'Y' at the 11th line for the condition below:&lt;/P&gt;&lt;P&gt;i.e. if a w_varibale eq 'X'.&lt;/P&gt;&lt;P&gt;       print 'Y'.&lt;/P&gt;&lt;P&gt;     endif.&lt;/P&gt;&lt;P&gt;When I tried to write this inside the code, it is not working properly. Can any one help me in this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Nov 2006 12:50:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-29T12:50:09Z</dc:date>
    <item>
      <title>Smartforms - How can insert condition in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-how-can-insert-condition-in-smartforms/m-p/1753459#M326583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, My requirement is to insert a line at the 11th position in main window. Main window has 20 line to be printed. I need to print 'Y' at the 11th line for the condition below:&lt;/P&gt;&lt;P&gt;i.e. if a w_varibale eq 'X'.&lt;/P&gt;&lt;P&gt;       print 'Y'.&lt;/P&gt;&lt;P&gt;     endif.&lt;/P&gt;&lt;P&gt;When I tried to write this inside the code, it is not working properly. Can any one help me in this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 12:50:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-how-can-insert-condition-in-smartforms/m-p/1753459#M326583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T12:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms - How can insert condition in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-how-can-insert-condition-in-smartforms/m-p/1753460#M326584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U have to insert that condtion in the condition tab of the node of text element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 12:54:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-how-can-insert-condition-in-smartforms/m-p/1753460#M326584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T12:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms - How can insert condition in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-how-can-insert-condition-in-smartforms/m-p/1753461#M326585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want insert the condition, you can simply do the on the CONDITIONS TAB for the text element. So, if the condition is satisfied, the text element will be printed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 12:54:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-how-can-insert-condition-in-smartforms/m-p/1753461#M326585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T12:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms - How can insert condition in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-how-can-insert-condition-in-smartforms/m-p/1753462#M326586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inserting condition in the condition tab will affect the other code.&lt;/P&gt;&lt;P&gt;The main window has 20 lines of code to print 20 line.&lt;/P&gt;&lt;P&gt;My requiremnt is to print 11th line only if the w_variable is 'X'.&lt;/P&gt;&lt;P&gt;If I insert this condition in condition tab then the whole code in Main window will execute depending upon the w_variable value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can resolve this by copying the whole code in Main window and creating another one specifically to write in the w_variable eq 'X'.  I wanted to find out if there is any other way like we do in SAP Scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shahu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 13:06:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-how-can-insert-condition-in-smartforms/m-p/1753462#M326586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T13:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms - How can insert condition in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-how-can-insert-condition-in-smartforms/m-p/1753463#M326587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You add the condition  to the condition tab of the node where the text element belongs.&lt;/P&gt;&lt;P&gt;Also you can check the standard sample program availavable in SAP &lt;/P&gt;&lt;P&gt;SF_EXAMPLE_01 , where they are summing up the value for calculating the totals&lt;/P&gt;&lt;P&gt;smilar sort of logic can be used in ur program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Yamini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 13:12:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-how-can-insert-condition-in-smartforms/m-p/1753463#M326587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T13:12:19Z</dc:date>
    </item>
  </channel>
</rss>

