<?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: HELP ME PLEASE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-please/m-p/1866946#M365383</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 smartform you can write the code for the same.&lt;/P&gt;&lt;P&gt;Just add a condition to the place where you want to display it.&lt;/P&gt;&lt;P&gt;In tru case inser a text field to display the value and in false case the other required value.&lt;/P&gt;&lt;P&gt;and now pass the codition to the Condition type added.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jan 2007 03:48:51 GMT</pubDate>
    <dc:creator>amit_khare</dc:creator>
    <dc:date>2007-01-10T03:48:51Z</dc:date>
    <item>
      <title>HELP ME PLEASE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-please/m-p/1866943#M365380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I HAVE ONE PROBLEM .I have to print values and their text with in the smartform and if the value is zero no text and their value should not print.Just like &lt;/P&gt;&lt;P&gt; charges = 0.00.&lt;/P&gt;&lt;P&gt;so it is not printing in the print priview or else &lt;/P&gt;&lt;P&gt; charges = 999,00 it is print with in the output.&lt;/P&gt;&lt;P&gt;and one more thing where should i write code either in driver program(se38) or smart form (program lines).&lt;/P&gt;&lt;P&gt;with warm regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 03:03:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-please/m-p/1866943#M365380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-10T03:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: HELP ME PLEASE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-please/m-p/1866944#M365381</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;Check this example..You should write in the form and not in the print program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;'P.O. Box 'KNA1-PFACH&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the KNA1-PFACH has value then output will be -&amp;gt; P.O. Box 99000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the KNA1-PFACH has no value then output will be -&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 03:19:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-please/m-p/1866944#M365381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-10T03:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: HELP ME PLEASE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-please/m-p/1866945#M365382</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 can write the code in sf..just give the condition like this...within the loop...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      loop at itab.&lt;/P&gt;&lt;P&gt;      if a1 ne '0' and b1 ne '0' .&lt;/P&gt;&lt;P&gt;      &amp;amp;itab-a1&amp;amp;,, &amp;amp;itab-b1&amp;amp;...&lt;/P&gt;&lt;P&gt;       ...&lt;/P&gt;&lt;P&gt;       ...&lt;/P&gt;&lt;P&gt;      endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want entries to appear blank, but a line has to come, then you can move space ' ' to these fields..hope this would help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 03:19:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-please/m-p/1866945#M365382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-10T03:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: HELP ME PLEASE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-please/m-p/1866946#M365383</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 smartform you can write the code for the same.&lt;/P&gt;&lt;P&gt;Just add a condition to the place where you want to display it.&lt;/P&gt;&lt;P&gt;In tru case inser a text field to display the value and in false case the other required value.&lt;/P&gt;&lt;P&gt;and now pass the codition to the Condition type added.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 03:48:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-please/m-p/1866946#M365383</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-01-10T03:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: HELP ME PLEASE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-please/m-p/1866947#M365384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PUT &lt;/P&gt;&lt;P&gt;BTEAK-POINT.&lt;/P&gt;&lt;P&gt;In smartform where u assigned value to display veriable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be it will getting with your veriable type&lt;/P&gt;&lt;P&gt; otherwise send ur ques clear and with codes it will help to clear ur problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 04:28:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-please/m-p/1866947#M365384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-10T04:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: HELP ME PLEASE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-please/m-p/1866948#M365385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can check this in condition tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In output condition you can check the condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like.  itab-val NE '0'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 05:01:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-please/m-p/1866948#M365385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-10T05:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: HELP ME PLEASE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-please/m-p/1866949#M365386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Khadar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can do the modification in the smartform itself. Pretty simple. U must have already created the texts in the smartforms to print the values and all. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just check out for the tab 'Conditions' available for that text in the smartform. In the conditions tab, u can specify the condition as 'charges' ne '0.00. Only when this condition is met, the text will be displayed in the print output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 05:16:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-please/m-p/1866949#M365386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-10T05:16:01Z</dc:date>
    </item>
  </channel>
</rss>

