<?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: select statement for fields in dictionary in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-for-fields-in-dictionary/m-p/1818599#M350181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dclare TABLES tables statement at the top&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TABLES : T052&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jan 2007 08:51:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-24T08:51:51Z</dc:date>
    <item>
      <title>select statement for fields in dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-for-fields-in-dictionary/m-p/1818595#M350177</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;&lt;/P&gt;&lt;P&gt;I am having a select statement as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT ZPRZ1 ZTAG1 FROM V_T052 INTO TABLE NETAMT WHERE ZTERM = V_T052-ZTERM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error I am getting is:&lt;/P&gt;&lt;P&gt;V_T052 is not defined in the ABAP dictionary as a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I go to se11 and see for this table.I get V_T052 as a dictionary and not as a table.Wht is the best way you recommend to solve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kumar..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 08:38:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-for-fields-in-dictionary/m-p/1818595#M350177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T08:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: select statement for fields in dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-for-fields-in-dictionary/m-p/1818596#M350178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar , &lt;/P&gt;&lt;P&gt;  Is that defined as a directory or as a view, because in my system it is defined as a Maint. view.&lt;/P&gt;&lt;P&gt;and i dont think you can select data from a maintanence view , you will have to use joins to select data from the tables used in the view&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Arun R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 08:40:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-for-fields-in-dictionary/m-p/1818596#M350178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T08:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: select statement for fields in dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-for-fields-in-dictionary/m-p/1818597#M350179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change your code as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT ZPRZ1 ZTAG1 FROM T052 INTO TABLE NETAMT WHERE ZTERM = T052-ZTERM.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;manoj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 08:41:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-for-fields-in-dictionary/m-p/1818597#M350179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T08:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: select statement for fields in dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-for-fields-in-dictionary/m-p/1818598#M350180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manoj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This has solved my problem,but now wht it says is : The field T052 is unknown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you got any idea on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 08:48:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-for-fields-in-dictionary/m-p/1818598#M350180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T08:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: select statement for fields in dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-for-fields-in-dictionary/m-p/1818599#M350181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dclare TABLES tables statement at the top&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TABLES : T052&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 08:51:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-for-fields-in-dictionary/m-p/1818599#M350181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T08:51:51Z</dc:date>
    </item>
  </channel>
</rss>

