<?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 Reference field unknown in smart form in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reference-field-unknown-in-smart-form/m-p/3107951#M737858</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 smart form I have defined one internal table under form interfaces table option and that is populating in driver program. I have defined by referring the structure like it_itab like zab(structure). In driver program also I have defined the internal table by referring the same structure like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Data: begin of it_itab occurs 0.&lt;/P&gt;&lt;P&gt;         Include structure zab.&lt;/P&gt;&lt;P&gt;   Data: end of it_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The structure zab contains following fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ARKTX ,  &lt;/P&gt;&lt;P&gt; NTGEW,&lt;/P&gt;&lt;P&gt; NETWR,&lt;/P&gt;&lt;P&gt; TETXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in smartform I used drag and drop operation for printing all these internal table fields data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But while running the transaction it is giving the error message as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;Reference field IT_ITEM1-NTGEW unknown in form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me where I did mistake. I will give points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Nov 2007 15:40:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-26T15:40:51Z</dc:date>
    <item>
      <title>Reference field unknown in smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reference-field-unknown-in-smart-form/m-p/3107951#M737858</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 smart form I have defined one internal table under form interfaces table option and that is populating in driver program. I have defined by referring the structure like it_itab like zab(structure). In driver program also I have defined the internal table by referring the same structure like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Data: begin of it_itab occurs 0.&lt;/P&gt;&lt;P&gt;         Include structure zab.&lt;/P&gt;&lt;P&gt;   Data: end of it_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The structure zab contains following fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ARKTX ,  &lt;/P&gt;&lt;P&gt; NTGEW,&lt;/P&gt;&lt;P&gt; NETWR,&lt;/P&gt;&lt;P&gt; TETXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in smartform I used drag and drop operation for printing all these internal table fields data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But while running the transaction it is giving the error message as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;Reference field IT_ITEM1-NTGEW unknown in form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me where I did mistake. I will give points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 15:40:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reference-field-unknown-in-smart-form/m-p/3107951#M737858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-26T15:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Reference field unknown in smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reference-field-unknown-in-smart-form/m-p/3107952#M737859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have somewhere given the reference of the IT_ITEM1-NTGEW  to some other field in the GLOBAL data definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chnage it to appropriate dictionay types (refrences) say NTGEW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 15:54:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reference-field-unknown-in-smart-form/m-p/3107952#M737859</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-26T15:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Reference field unknown in smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reference-field-unknown-in-smart-form/m-p/3107953#M737860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   but i am not given any thing under global definition. What exactly i need to give under global definition. Please help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 15:59:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reference-field-unknown-in-smart-form/m-p/3107953#M737860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-26T15:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Reference field unknown in smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reference-field-unknown-in-smart-form/m-p/3107954#M737861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok.. I thought you have some variables which in the Global definitiona and you are referring to it with IT_ITEM1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, check :&lt;/P&gt;&lt;P&gt;1. your Table name. Is it IT_ITEM&amp;lt;b&amp;gt;1&amp;lt;/b&amp;gt; or IT_ITEM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In the TABLE of the MAIN area, under the tab DATA, you must had defined like&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IT_ITEM       INTO         some workarea(wa_item)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Then you need to use the fields from the work area instead of the table direct.&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;WA_ITEM-NETWR&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 16:07:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reference-field-unknown-in-smart-form/m-p/3107954#M737861</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-26T16:07:54Z</dc:date>
    </item>
  </channel>
</rss>

