<?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: smartforms problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-problem/m-p/5326351#M1227434</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 because u have not given reference field for the quantity field.In the global data in the tab quanity/currency give reference field.u can give the name of the reference field in the structure u have declared if any otherwise go for standard reference field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Mar 2009 05:51:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-09T05:51:38Z</dc:date>
    <item>
      <title>smartforms problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-problem/m-p/5326347#M1227430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;Iam trying to display data through smartforms standard table.&lt;/P&gt;&lt;P&gt;In the global data i have declared t_det with refrenece to structure.&lt;/P&gt;&lt;P&gt;In the table Main area i have created one text and passing T_DET-LABST(It is MARD_LABST qty)field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While executing the form it is through the error that&lt;/P&gt;&lt;P&gt;"Reference field T_DET-LABST unknown in form."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What might be the reason?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;sumit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 05:39:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-problem/m-p/5326347#M1227430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-09T05:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-problem/m-p/5326348#M1227431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sumit,&lt;/P&gt;&lt;P&gt;              The simplest solution is to create one more element in your structure of Component Type CHAR20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And after retrieving the data from the table....&lt;/P&gt;&lt;P&gt;Copy the Quantity field into this field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And use this field for displaying in the smartforms. This is how I solved my problem earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;vijay d&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 05:40:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-problem/m-p/5326348#M1227431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-09T05:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-problem/m-p/5326349#M1227432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sumit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is because you are not including the unit field for the quantity.&lt;/P&gt;&lt;P&gt;Include MEINS field of MARA table in the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hareesh Menon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 05:48:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-problem/m-p/5326349#M1227432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-09T05:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-problem/m-p/5326350#M1227433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sumit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while declaraing the TYPES: declaration in &lt;STRONG&gt;Golbal definitions&lt;/STRONG&gt; make sure that u mention your field &lt;STRONG&gt;LABST&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;in the declaration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also while giving the TEXT provide the field name using the &lt;STRONG&gt;INSERT&lt;/STRONG&gt; Field Button. do not hard code the field name manually on the page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would help, pls let me know..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 05:49:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-problem/m-p/5326350#M1227433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-09T05:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-problem/m-p/5326351#M1227434</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 because u have not given reference field for the quantity field.In the global data in the tab quanity/currency give reference field.u can give the name of the reference field in the structure u have declared if any otherwise go for standard reference field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 05:51:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-problem/m-p/5326351#M1227434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-09T05:51:38Z</dc:date>
    </item>
  </channel>
</rss>

