<?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: Error in smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-smartforms/m-p/5659197#M1287247</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use data type as currency&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 May 2009 13:16:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-29T13:16:51Z</dc:date>
    <item>
      <title>Error in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-smartforms/m-p/5659194#M1287244</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;&lt;/P&gt;&lt;P&gt;   I have a problem to display the field mittelwert of table qamr of qm.&lt;/P&gt;&lt;P&gt;   I have made a structure in abap dictionary.for the data of  mittelwert i have define a field Result with &lt;/P&gt;&lt;P&gt;   datatype QUAN.I m using the same structure at both places in the calling program and also in the &lt;/P&gt;&lt;P&gt;  smartforms form.&lt;/P&gt;&lt;P&gt;  I m filling the data from the table qamr in my internal table but when the data is transfer through the &lt;/P&gt;&lt;P&gt;  function to smartform the smartform gives an error that reference field Itab-result is unknown.&lt;/P&gt;&lt;P&gt;  I dont understand why this is happening cos in the program all the data is filled in the internal table.&lt;/P&gt;&lt;P&gt;  and why smartform is raising this error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 13:08:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-smartforms/m-p/5659194#M1287244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T13:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-smartforms/m-p/5659195#M1287245</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;Did you give the reference field for the QUAN field defined?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this. If the reference field for Quantity or Currency is missing, then it will throw error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 13:14:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-smartforms/m-p/5659195#M1287245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T13:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-smartforms/m-p/5659196#M1287246</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;It seems the field with unit (measure) is missing: if you use e QUAN field, u need to use a reference field for it having the measure unit: a field like MEINS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 13:15:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-smartforms/m-p/5659196#M1287246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T13:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-smartforms/m-p/5659197#M1287247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use data type as currency&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 13:16:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-smartforms/m-p/5659197#M1287247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T13:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-smartforms/m-p/5659198#M1287248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to convert the data of that field cos the field data is in this format 2.3000000000000001E-01 and want to convert the data of this field in this format 0.23.this is the requirement.&lt;/P&gt;&lt;P&gt;I have used the quan datatype and also give the proper reference field.&lt;/P&gt;&lt;P&gt;in the program the data in the format 0.23 is retrieved but at level of smartform it gives the error message.&lt;/P&gt;&lt;P&gt;plz let me know why it is happening.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 13:27:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-smartforms/m-p/5659198#M1287248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T13:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-smartforms/m-p/5659199#M1287249</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;But you're using the reference field in the smartform?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 13:31:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-smartforms/m-p/5659199#M1287249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T13:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-smartforms/m-p/5659200#M1287250</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;In the table which you are passing to the smartform FM need to have the Unit field in the internal table. If the unit field does not exist than it gives the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add the unit field in the table which you are passing to the smartform FM. This will resolve your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 13:32:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-smartforms/m-p/5659200#M1287250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T13:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-smartforms/m-p/5659201#M1287251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have added the unit field but the problem is same.no change.&lt;/P&gt;&lt;P&gt;I have already added in the reference field in the structure for the quan.&lt;/P&gt;&lt;P&gt;should I also declare the quan reference field in the smartform too.If yes then how can I do that.&lt;/P&gt;&lt;P&gt;and can it resolve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sohail Sohail on May 29, 2009 6:40 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 13:40:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-smartforms/m-p/5659201#M1287251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T13:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-smartforms/m-p/5659202#M1287252</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;If you have declared any Quan fields in the Global Definitions-&amp;gt; Gloabal Data tab ..for those field you need to mainatin the reference field in the Currency/Quantt Field tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 13:43:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-smartforms/m-p/5659202#M1287252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T13:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-smartforms/m-p/5659203#M1287253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sohali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose your structure is having UOM field too..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then goto currency/quantity tab in global definition,&lt;/P&gt;&lt;P&gt;       give field name as your quantity field (WA_TAB-QUANTITYFIELD)&lt;/P&gt;&lt;P&gt;             reference field as that uom fileld (WA_TAB-UOM)&lt;/P&gt;&lt;P&gt;             data type as QUAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you don't have uom field than delare in global data and give that variable in reference field...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Anu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 13:44:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-smartforms/m-p/5659203#M1287253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T13:44:40Z</dc:date>
    </item>
  </channel>
</rss>

