<?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: SMART FORMS issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-issue/m-p/1467250#M219971</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;This is due to the currency field which needs a reference field for identifying the currency key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the Currency/quant fields tab in the Global definitions of smartforms to define the currency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Aug 2006 18:52:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-07T18:52:34Z</dc:date>
    <item>
      <title>SMART FORMS issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-issue/m-p/1467247#M219968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI SMART FORMS experts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My global declarations:in 4.6B:&lt;/P&gt;&lt;P&gt;WA_EKPO     TYPE EKPO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FINAL_EKPO  TYPE ZTT_PO.&lt;/P&gt;&lt;P&gt;                                                          &lt;/P&gt;&lt;P&gt;I created a table : for PO items&lt;/P&gt;&lt;P&gt;and iam printing like this.&lt;/P&gt;&lt;P&gt; &amp;amp;WA_EKPO-EBELP&amp;amp;  &amp;amp;WA_EKPO-MATNR&amp;amp;   &amp;amp;WA_EKPO-TXZ01&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;amp;WA_EKPO-NETPR&amp;amp; &amp;amp;WA_EKPO-NETWR&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam getting the output of the following:&lt;/P&gt;&lt;P&gt; &amp;amp;WA_EKPO-EBELP&amp;amp;  &amp;amp;WA_EKPO-MATNR&amp;amp;   &amp;amp;WA_EKPO-TXZ01&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;===================&lt;/P&gt;&lt;P&gt;But  &amp;amp;WA_EKPO-NETPR&amp;amp; &amp;amp;WA_EKPO-NETWR&amp;amp; iam getting the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Reference field WA_EKPO-NETWR unknown in form.   &lt;/P&gt;&lt;P&gt; Message no. SSFCOMPOSER 601                  &lt;/P&gt;&lt;P&gt;====================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to solve my issue. If i get solved sure i will award points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 18:40:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-issue/m-p/1467247#M219968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T18:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: SMART FORMS issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-issue/m-p/1467248#M219969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have had trouble printing currency fields in the past, especially if you try to format them like (13.2).  Try using a program lines node and moving the values of NETPR,NETWR to variables of type P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 18:47:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-issue/m-p/1467248#M219969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T18:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: SMART FORMS issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-issue/m-p/1467249#M219970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you will have to print the currency key as well here that will be in the EKPO table.&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>Mon, 07 Aug 2006 18:48:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-issue/m-p/1467249#M219970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T18:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: SMART FORMS issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-issue/m-p/1467250#M219971</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;This is due to the currency field which needs a reference field for identifying the currency key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the Currency/quant fields tab in the Global definitions of smartforms to define the currency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 18:52:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-issue/m-p/1467250#M219971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T18:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: SMART FORMS issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-issue/m-p/1467251#M219972</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;When ever there is a currency field to be printed in smartform, you also need to refine a reference field so that system will use this currency unit. For this, goto &lt;/P&gt;&lt;P&gt;"Currency/Quant. fields" tab in Global definitions and declare as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WA_EKPO-NETPR               CURR&lt;/P&gt;&lt;P&gt;WA_EKPO-NETWR               CURR. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will create reference to currency fields and it will display the output without errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Vamsi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 19:07:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-issue/m-p/1467251#M219972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T19:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: SMART FORMS issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-issue/m-p/1467252#M219973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think the 'Currency/Quant. fields' tab exists in 4.5B.  That's why I suggested moving the quantities to packed variables.  This is what I had to do in 4.6C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 19:12:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-issue/m-p/1467252#M219973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T19:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: SMART FORMS issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-issue/m-p/1467253#M219974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Srinivas,&lt;/P&gt;&lt;P&gt;My proposal is to convert it to another variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data MYSTRING(20).&lt;/P&gt;&lt;P&gt;WRITE W_VALUE TO MYSTRING CURRENCY W_CURRENCY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regads,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 19:25:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-issue/m-p/1467253#M219974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T19:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: SMART FORMS issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-issue/m-p/1467254#M219975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Could you please show or post the screen shot the &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Curr/Qty&amp;lt;/b&amp;gt; Tab in GLOBAL DEFINITIONS of 4.6B or 4.6C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know about that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 19:27:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-issue/m-p/1467254#M219975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-07T19:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: SMART FORMS issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-issue/m-p/1467255#M219976</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;I would like to share my code here:For 4.6C:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are using this table:&lt;/P&gt;&lt;P&gt;Define wa_netpr type P&lt;/P&gt;&lt;P&gt;       wa_netwr type p&lt;/P&gt;&lt;P&gt;in GLOBAL DEFINITIONS.&lt;/P&gt;&lt;P&gt;=================================&lt;/P&gt;&lt;P&gt;Insert the PROGRAM LINES in the table node:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And pass the values here.&lt;/P&gt;&lt;P&gt;wa_netpr = WA_EKPO-NETPR.&lt;/P&gt;&lt;P&gt;wa_netwr = WA_EKPO-NETwr.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2006 15:59:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-issue/m-p/1467255#M219976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-09T15:59:15Z</dc:date>
    </item>
  </channel>
</rss>

