<?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: Retrieving data from STRECTURES in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-strectures/m-p/3041394#M719819</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;Structures donot hold any data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Vinod Samuel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Oct 2007 06:28:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-26T06:28:37Z</dc:date>
    <item>
      <title>Retrieving data from STRECTURES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-strectures/m-p/3041392#M719817</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;can any body give me the way how to read data from structures,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to develop an ADOBE form which has to read data from a structure.&lt;/P&gt;&lt;P&gt;the strecture are ADDR1_DATA which holds address data, SZA1_D0100 which has telephone no and fax no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 06:24:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-strectures/m-p/3041392#M719817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T06:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from STRECTURES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-strectures/m-p/3041393#M719818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You can't read data from the structures&lt;/P&gt;&lt;P&gt;each structure is relates to some database table in this case use the table &amp;lt;b&amp;gt;ADRC&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;for your requirement you will get all data&lt;/P&gt;&lt;P&gt;if needed in se11 tcode see ADR* tables for further details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 06:27:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-strectures/m-p/3041393#M719818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T06:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from STRECTURES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-strectures/m-p/3041394#M719819</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;Structures donot hold any data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Vinod Samuel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 06:28:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-strectures/m-p/3041394#M719819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T06:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from STRECTURES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-strectures/m-p/3041395#M719820</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;structures doesn't hold any data or they wont occupy any space in memory. they are only used as a reference by which u can create a internal table as the same type of dat structure. when u want to read data u have to read it from database tables onlyyy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in ur case i think table ADRC contains the address. try read all required fields from that table into internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Suresh Aluri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 06:36:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data-from-strectures/m-p/3041395#M719820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T06:36:34Z</dc:date>
    </item>
  </channel>
</rss>

