<?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: Pulling data from structure? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pulling-data-from-structure/m-p/2140180#M450715</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sometimes the structure will show an Entry/Check table on that particular field. For example if you display the structure RM07M in SE11, it shows table T158B for the field BWARTWA in the Entry help/check tab. But note, this might not be the case always ! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kavita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Apr 2007 23:04:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-19T23:04:57Z</dc:date>
    <item>
      <title>Pulling data from structure?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pulling-data-from-structure/m-p/2140176#M450711</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;On SAP screens, by usinf F1, can see From that field, Where (to which  table) to passing/storing the data (e.g. Doc. header text in MB1B transaction is storing in MKPF-BKTXT).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, some times, its a Strructure, then, (e.g. for Movement type field, its the F1 showing as structure as RM07M (-BWARTWA).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 - To Where the data is passing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 - How to pull it in to my program requirement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ThanQ.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 21:51:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pulling-data-from-structure/m-p/2140176#M450711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T21:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling data from structure?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pulling-data-from-structure/m-p/2140177#M450712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In these cases, you must dig a little deeper and sometimes use a SQL trace to see which tables are being hit. SQL Trace is transaction ST05&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 22:08:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pulling-data-from-structure/m-p/2140177#M450712</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-04-19T22:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling data from structure?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pulling-data-from-structure/m-p/2140178#M450713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you know a structure is built with the fields from some Data base tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Where the data is passing?&lt;/P&gt;&lt;P&gt;Basically try to find out the package in which the structure exists.&lt;/P&gt;&lt;P&gt;Get the package name and then search the tables under this package in SE80.&lt;/P&gt;&lt;P&gt;From the list of the tables find the field which you are searching for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Definitely the structure should be built from only these Data base table fields.&lt;/P&gt;&lt;P&gt;Then you can know like, where the data is passing ( which table field, I meant) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 - How to pull it in to my program requirement?&lt;/P&gt;&lt;P&gt;To pull in your program, try to mention the appropriate table name, which you figure thru the above SE80 process. Use this table in your program select statement to get the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you&amp;#133;&amp;#133;..Else correct me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Shekar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 22:12:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pulling-data-from-structure/m-p/2140178#M450713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T22:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling data from structure?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pulling-data-from-structure/m-p/2140179#M450714</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;This is what I typically do, if I need to find out what table(s) that a given structure ultimately points to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Debugging is one option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Go to SE12, give the structure name, do a where used in programs, tables and function module interfaces. You may end up in getting a lengthy list but you need a good process of elimination to get to the tables. If the structure is used in a table as an INCLUDE or APPEND structure, well and good. But if it is used in a program or a function module interface, I would go to the code and see where the structure is getting filled and with what information. If you could continue to follow this trace, to the main program where the data declarations are at, you will find the tables that are defined. Sometimes searching for a 'Select' statement could lead you to the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though it sounds cumbersome, most often, I could get my answer and in a quick time.&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 23:00:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pulling-data-from-structure/m-p/2140179#M450714</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2007-04-19T23:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling data from structure?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pulling-data-from-structure/m-p/2140180#M450715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sometimes the structure will show an Entry/Check table on that particular field. For example if you display the structure RM07M in SE11, it shows table T158B for the field BWARTWA in the Entry help/check tab. But note, this might not be the case always ! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kavita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 23:04:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pulling-data-from-structure/m-p/2140180#M450715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T23:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling data from structure?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pulling-data-from-structure/m-p/2140181#M450716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ThanQ to all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 23:53:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pulling-data-from-structure/m-p/2140181#M450716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T23:53:58Z</dc:date>
    </item>
  </channel>
</rss>

