<?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: Fetching data from  a  Structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-a-structure/m-p/3107519#M737745</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u cant fetch data from structure,&lt;/P&gt;&lt;P&gt;u can only hold data .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Nov 2007 06:28:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-28T06:28:08Z</dc:date>
    <item>
      <title>Fetching data from  a  Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-a-structure/m-p/3107517#M737743</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;Am working on a ABAP report - customer receivable agewise report. I want to fetch ZTERM &amp;amp; SUMZA from a structure RF42B...How should i work on the program to acheive this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Urgent!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Asha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 06:24:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-a-structure/m-p/3107517#M737743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T06:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching data from  a  Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-a-structure/m-p/3107518#M737744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can get that values in KNVV table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 06:25:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-a-structure/m-p/3107518#M737744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T06:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching data from  a  Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-a-structure/m-p/3107519#M737745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u cant fetch data from structure,&lt;/P&gt;&lt;P&gt;u can only hold data .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 06:28:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-a-structure/m-p/3107519#M737745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T06:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching data from  a  Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-a-structure/m-p/3107520#M737746</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;The structure will not have any data..It is a just a template..You need to select the data from the database table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The structure will only have data if it has been loaded elsewhere, such as if the structure was populated by a function call or BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, you will have to load data into the structure using SQL Select or by calling the approriate function call/method/BAPI etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the structure already has data, you access that data by referencing the structure name and the component&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_field = struct-field1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will load the value of the component field "field1" in structure "struct" into a separate work field "w_field".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how you refer to components of a structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;structure_name-component_name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Consequently, you should not use a dash "-" in the name of a field or structure. If you need to separate words in the name use an underscore "_".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do attempt to use the dash "-" in the name of a field or structure in a Unicode program, you will get a warning message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 06:31:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-a-structure/m-p/3107520#M737746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T06:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching data from  a  Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-a-structure/m-p/3107521#M737747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I can get ZTERM from knvv but how can i get SUMZA ??&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;asha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 06:32:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-a-structure/m-p/3107521#M737747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T06:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching data from  a  Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-a-structure/m-p/3107522#M737748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tell me Transaction code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 06:45:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-a-structure/m-p/3107522#M737748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T06:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching data from  a  Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-a-structure/m-p/3107523#M737749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the transaction code is FD11..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 06:51:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-a-structure/m-p/3107523#M737749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T06:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching data from  a  Structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-a-structure/m-p/3107524#M737750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 06:09:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-data-from-a-structure/m-p/3107524#M737750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-21T06:09:31Z</dc:date>
    </item>
  </channel>
</rss>

