<?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: Query on the changes in Smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-the-changes-in-smartforms/m-p/6966715#M1490600</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 seem to be mixing Smartform and SAPscript technology.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to use either an Alternative node or the Conditions tab on a text element.  Putting the IF statement in the text element in Smartforms will not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may also want to consider a Table node rather than using the SAPscript technique of tabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. There is a forum for Form Printing, this question does not belong in ABAP General&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Jun 2010 08:57:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-01T08:57:42Z</dc:date>
    <item>
      <title>Query on the changes in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-the-changes-in-smartforms/m-p/6966714#M1490599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Presently in my smartforms in the mail window Item text is getting displsyed as per the logic below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Command                    LOGIC&lt;/P&gt;&lt;P&gt;       IL                    &amp;amp;VBDPL-POSNR(6)&amp;amp;,,&amp;amp;VBDPL-MATNR(18)&amp;amp;,,&amp;amp;VBDPL-LFIMG(I13)&amp;amp; &amp;amp;VBDPL-VRKME&amp;amp;&lt;/P&gt;&lt;P&gt;      GL                   &amp;amp;VBDPL-NTGEW(I13)&amp;amp;&amp;amp;VBDPL-GEWEI&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have the requirement where on the basis of below logic I need to have the display only POSNR (Item text) not the handling unit details (starting from 9000001). I am putting the logic as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;command                LOGIC&lt;/P&gt;&lt;P&gt;   /:                        IF &amp;amp;ZBUKRS&amp;amp; EQ '3219' AND &amp;amp;VBDKL-KUNWE&amp;amp; EQ '0040000315'.&lt;/P&gt;&lt;P&gt;  /:                        IF &amp;amp;VBDPL-POSNR(6)&amp;amp; LT 900001 AND &amp;amp;VBDKL-VSTEL&amp;amp; EQ 'NR11'.&lt;/P&gt;&lt;P&gt;     IL                    &amp;amp;VBDPL-POSNR(6)&amp;amp;,,&amp;amp;VBDPL-MATNR(18)&amp;amp;,,&amp;amp;VBDPL-LFIMG(I13)&amp;amp; &amp;amp;VBDPL-VRKME&amp;amp;&lt;/P&gt;&lt;P&gt;      GL                   &amp;amp;VBDPL-NTGEW(I13)&amp;amp;&amp;amp;VBDPL-GEWEI&amp;amp;&lt;/P&gt;&lt;P&gt; /:                           ELSE&lt;/P&gt;&lt;P&gt;     IL                    &amp;amp;VBDPL-POSNR(6)&amp;amp;,,&amp;amp;VBDPL-MATNR(18)&amp;amp;,,&amp;amp;VBDPL-LFIMG(I13)&amp;amp; &amp;amp;VBDPL-VRKME&amp;amp;&lt;/P&gt;&lt;P&gt;      GL                   &amp;amp;VBDPL-NTGEW(I13)&amp;amp;&amp;amp;VBDPL-GEWEI&amp;amp;&lt;/P&gt;&lt;P&gt;/:                           ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it seems not working. Please suggest...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 08:48:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-the-changes-in-smartforms/m-p/6966714#M1490599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-01T08:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Query on the changes in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-the-changes-in-smartforms/m-p/6966715#M1490600</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 seem to be mixing Smartform and SAPscript technology.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to use either an Alternative node or the Conditions tab on a text element.  Putting the IF statement in the text element in Smartforms will not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may also want to consider a Table node rather than using the SAPscript technique of tabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. There is a forum for Form Printing, this question does not belong in ABAP General&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 08:57:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-the-changes-in-smartforms/m-p/6966715#M1490600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-01T08:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Query on the changes in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-the-changes-in-smartforms/m-p/6966716#M1490601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 13:48:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-the-changes-in-smartforms/m-p/6966716#M1490601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-07T13:48:45Z</dc:date>
    </item>
  </channel>
</rss>

