<?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 How to read data from Structures??? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-structures/m-p/2430830#M543417</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;I have a problem in purchase order, how we can read data from strucuture?&lt;/P&gt;&lt;P&gt;eg.MEPO1211 is a strucutre I wanna to fetch data from it, but how? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or how can we locate the table from the strucutre???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLZ HELP ME OUT&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;Thanx in advance .....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Jun 2007 06:57:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-23T06:57:32Z</dc:date>
    <item>
      <title>How to read data from Structures???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-structures/m-p/2430830#M543417</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;I have a problem in purchase order, how we can read data from strucuture?&lt;/P&gt;&lt;P&gt;eg.MEPO1211 is a strucutre I wanna to fetch data from it, but how? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or how can we locate the table from the strucutre???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLZ HELP ME OUT&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;Thanx in advance .....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jun 2007 06:57:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-structures/m-p/2430830#M543417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-23T06:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to read data from Structures???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-structures/m-p/2430831#M543418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structures can not store data. So it is not possible to fetch data from them.&lt;/P&gt;&lt;P&gt;Try to analyse the transaction or go through where used list of structure to see what are the tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jun 2007 08:23:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-structures/m-p/2430831#M543418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-23T08:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to read data from Structures???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-structures/m-p/2430832#M543419</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;You can't read data from structures as they don't store any data. they are just the defination in the DDIC.&lt;/P&gt;&lt;P&gt;The best way is just find which field you want, now this field will be linked to some data element, see the where used list of this field and just look for table fields, you will get the list of tables.&lt;/P&gt;&lt;P&gt;&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;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jun 2007 08:42:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-structures/m-p/2430832#M543419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-23T08:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to read data from Structures???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-structures/m-p/2430833#M543420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;As far as PO data is considered,&lt;/P&gt;&lt;P&gt;Header data can be found in table: EKKO&lt;/P&gt;&lt;P&gt;Item level data can be found in table EKPO.&lt;/P&gt;&lt;P&gt;Anything related to account assignment - EKKN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u need any other data pertaining to PO, do get back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Viji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jun 2007 12:01:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-structures/m-p/2430833#M543420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-23T12:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to read data from Structures???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-structures/m-p/2430834#M543421</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 don't contain data so you cannot get data from them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PO you can do one thing. Goto Se38 Transaction and Standard Program SAPMF06P, Display. There is an include INCLUDE FM06PF01 Navigate to this include. there find the statement INCLUDE FM06PF01_LESEN . Double clicking it will take you to the Subroutine LESEN. &lt;/P&gt;&lt;P&gt;There you can follow the statements to see how header data and item data are retreived from EKKO(Header) and EKPO(Item) Tables. Additional data is got through the Function Modules &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Vijai &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Reward Point if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 08:06:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-structures/m-p/2430834#M543421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T08:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to read data from Structures???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-structures/m-p/2430835#M543422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the  struture is  a  mixture of 2 table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;EKKO  &amp;lt;/b&amp;gt;          -&amp;gt;Purchasing Document Header&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;EKPO &amp;lt;/b&amp;gt;           -&amp;gt; Purchasing Document Item&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward  points if it is usefull ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 08:24:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-structures/m-p/2430835#M543422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T08:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to read data from Structures???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-structures/m-p/2430836#M543423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;when u retrieving the data from database, structures like what ur mentioned act as an interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For examples u take BAPI structures used to read data from the local internal tables. Finally u can view bapi structures only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 09:27:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-structures/m-p/2430836#M543423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T09:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to read data from Structures???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-structures/m-p/2430837#M543424</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 anyone gimme the sample report for the Purchase Order report for&lt;/P&gt;&lt;P&gt;Smartform and SAPScript?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 06:19:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-read-data-from-structures/m-p/2430837#M543424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T06:19:27Z</dc:date>
    </item>
  </channel>
</rss>

