<?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: How to use structure in ABAP program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-structure-in-abap-program/m-p/6831037#M1471539</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The fields in the structure actually belong to some tables.now how can identified the table of the field in the structure.For Example &lt;/P&gt;&lt;P&gt; MEPO1211 (is a structure )&lt;/P&gt;&lt;P&gt;MENGE (feild name)&lt;/P&gt;&lt;P&gt;now i want to know that MENGE belong to which table ?&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;Muhammad Siddiq ur Rehman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Mar 2010 08:48:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-31T08:48:10Z</dc:date>
    <item>
      <title>How to use structure in ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-structure-in-abap-program/m-p/6831031#M1471533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I developing a report in smartforms but i want some fields to be display on the report but unable to find the relvent table as the field is show in structure.i can not find the actual table . is there any specfic way to find the table .or is there any way to use the fields defind in structure in my ABAP program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 06:17:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-structure-in-abap-program/m-p/6831031#M1471533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-31T06:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to use structure in ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-structure-in-abap-program/m-p/6831032#M1471534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;Welcom to SDN,&lt;/P&gt;&lt;P&gt;can you please tell me clearly regarding your issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 06:20:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-structure-in-abap-program/m-p/6831032#M1471534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-31T06:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to use structure in ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-structure-in-abap-program/m-p/6831033#M1471535</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;try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF f_kna1.&lt;/P&gt;&lt;P&gt;          INCLUDE STRUCTURE bdikna1key.&lt;/P&gt;&lt;P&gt;  DATA: END OF f_kna1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here f_kna1 is the internal table with header line.&lt;/P&gt;&lt;P&gt;bdikna1key is the structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lokeswari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 06:52:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-structure-in-abap-program/m-p/6831033#M1471535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-31T06:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to use structure in ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-structure-in-abap-program/m-p/6831034#M1471536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi MSRehman  ,&lt;/P&gt;&lt;P&gt;What kind of structure are you talking about.Is it defined in your driver program or its a predefined or a user defined structure.&lt;/P&gt;&lt;P&gt;If it is a predefined or a user defined structure then go to se11. In datatype enter the name of the structure.Click on display.&lt;/P&gt;&lt;P&gt;Say for example the structure is E001. Then ,&lt;/P&gt;&lt;P&gt;1)  In Se 11 enter E001 in Data Type .Click on display.&lt;/P&gt;&lt;P&gt;2)Now press Where used list (Ctrl + Shift + F3)&lt;/P&gt;&lt;P&gt;3)Now click the checkbox for database tables.This will give you the list of the database tables in which the structure is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;Regards ,&lt;/P&gt;&lt;P&gt;Navya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 06:59:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-structure-in-abap-program/m-p/6831034#M1471536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-31T06:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to use structure in ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-structure-in-abap-program/m-p/6831035#M1471537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to create your own structure with SE11&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 07:17:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-structure-in-abap-program/m-p/6831035#M1471537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-31T07:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to use structure in ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-structure-in-abap-program/m-p/6831036#M1471538</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 suggested, see the where used list for the data element of that field.&lt;/P&gt;&lt;P&gt;Use ST05 (SQL trace) if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see this [link|&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="8481285"&gt;&lt;/A&gt;]&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;Sumit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 07:24:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-structure-in-abap-program/m-p/6831036#M1471538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-31T07:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to use structure in ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-structure-in-abap-program/m-p/6831037#M1471539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The fields in the structure actually belong to some tables.now how can identified the table of the field in the structure.For Example &lt;/P&gt;&lt;P&gt; MEPO1211 (is a structure )&lt;/P&gt;&lt;P&gt;MENGE (feild name)&lt;/P&gt;&lt;P&gt;now i want to know that MENGE belong to which table ?&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;Muhammad Siddiq ur Rehman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 08:48:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-structure-in-abap-program/m-p/6831037#M1471539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-31T08:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to use structure in ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-structure-in-abap-program/m-p/6831038#M1471540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The fields in the structure actually belong to some tables.now how can identified the table of the field in the structure.For Example &lt;/P&gt;&lt;P&gt; MEPO1211 (is a structure )&lt;/P&gt;&lt;P&gt;MENGE (feild name)&lt;/P&gt;&lt;P&gt;now i want to know that MENGE belong to which table ?&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;Muhammad Siddiq ur Rehman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 08:49:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-structure-in-abap-program/m-p/6831038#M1471540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-31T08:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to use structure in ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-structure-in-abap-program/m-p/6831039#M1471541</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 field is ther in EKPO table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lokeswari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 08:52:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-structure-in-abap-program/m-p/6831039#M1471541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-31T08:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to use structure in ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-structure-in-abap-program/m-p/6831040#M1471542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Enter the data element name in se11, and do the where-in-used search.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 08:54:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-structure-in-abap-program/m-p/6831040#M1471542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-31T08:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to use structure in ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-structure-in-abap-program/m-p/6831041#M1471543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how did you find it can you tell me detail&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 10:13:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-structure-in-abap-program/m-p/6831041#M1471543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-31T10:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to use structure in ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-structure-in-abap-program/m-p/6831042#M1471544</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 data element corresponding to MENGE is "BSTMG".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE11 give "BSTMG" in data type and click on where used list present at top left corner(third icon) so that you will find table names  corresponding to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lokeswari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 10:44:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-use-structure-in-abap-program/m-p/6831042#M1471544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-31T10:44:53Z</dc:date>
    </item>
  </channel>
</rss>

