<?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: To find table &amp; fields using T.Code ST05 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-find-table-fields-using-t-code-st05/m-p/5790856#M1309860</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;Just change the sequence as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start new secssion, input T code FB70 in Command Field.&lt;/P&gt;&lt;P&gt;Fill the following values.&lt;/P&gt;&lt;P&gt;1. Customer: ( INVFO-ACCNT )&lt;/P&gt;&lt;P&gt;2. Invoice date: ( INVFO-BLDAT )&lt;/P&gt;&lt;P&gt;3. Posting Date.( INVFO-BUDAT )&lt;/P&gt;&lt;P&gt;4. Cross-CC no.( INVFO-BVORG )&lt;/P&gt;&lt;P&gt;5. Amount.( INVFO-WRBTR )&lt;/P&gt;&lt;P&gt;8. Tax amount ( INVFO-WMWST )&lt;/P&gt;&lt;P&gt;9. Text. ( INVFO-SGTXT )&lt;/P&gt;&lt;P&gt;10. GL Acct.( ACGL_ITEM-HKONT )&lt;/P&gt;&lt;P&gt;11. Amount in doc.curr. (ACGL_ITEM-WRBTR).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start a new session with T code St05. Activate the SQL trace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Come back to first session, execute the screen. Then Deactivate SQL trace and check the log. This will drastically reduce the table entries and you can then check the table/s.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ni3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jul 2009 05:55:28 GMT</pubDate>
    <dc:creator>former_member434229</dc:creator>
    <dc:date>2009-07-07T05:55:28Z</dc:date>
    <item>
      <title>To find table &amp; fields using T.Code ST05</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-find-table-fields-using-t-code-st05/m-p/5790854#M1309858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've using t.code ST05 to find tables that i input data in system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first. I start T.Code ST05 then I chose SQL Trace and click Active Trace.&lt;/P&gt;&lt;P&gt;The second. I start new secssion and input T.code FB70 in Command Field.&lt;/P&gt;&lt;P&gt; in this secssion i know these files following.&lt;/P&gt;&lt;P&gt;1. Customer: ( INVFO-ACCNT )&lt;/P&gt;&lt;P&gt;2. Invoice date: ( INVFO-BLDAT )&lt;/P&gt;&lt;P&gt;3. Posting Date.( INVFO-BUDAT )&lt;/P&gt;&lt;P&gt;4. Cross-CC no.( INVFO-BVORG )&lt;/P&gt;&lt;P&gt;5. Amount.(  INVFO-WRBTR )&lt;/P&gt;&lt;P&gt;8. Tax amount (  INVFO-WMWST )&lt;/P&gt;&lt;P&gt;9. Text. ( INVFO-SGTXT )&lt;/P&gt;&lt;P&gt;10. GL Acct.( ACGL_ITEM-HKONT )&lt;/P&gt;&lt;P&gt;11. Amount in doc.curr. (ACGL_ITEM-WRBTR).&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;such as i checked in t.code SE11 then INVFO &amp;amp; ACGL_ITEM is not table, they are structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know extractly these fields in where tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the last. i come back Secssion with T.Code ST05 and click Deactive Trace&lt;/P&gt;&lt;P&gt;then i chose Performance Trace-&amp;gt;Display detailed Trace list-&amp;gt;Trace list-&amp;gt; summarize Trace by SQL statements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at this step i see columns "TabType",  "Obj. name", "SQL statement"&lt;/P&gt;&lt;P&gt;and i search at that then i don't see these fields WRBTR, HKONT,..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me, to find these fields in where tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dungnv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2009 03:39:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-find-table-fields-using-t-code-st05/m-p/5790854#M1309858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-07T03:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: To find table &amp; fields using T.Code ST05</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-find-table-fields-using-t-code-st05/m-p/5790855#M1309859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  NghiemVanDung ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out in tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BSID&lt;/STRONG&gt; Accounting: Secondary Index for Customers&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BSAD&lt;/STRONG&gt; Accounting: Secondary Index for Customers (Cleared Items)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BSEG&lt;/STRONG&gt; Accounting Document Segment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope it will solve your problem..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;ilesh 24x7&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ilesh Nandaniya&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2009 04:53:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-find-table-fields-using-t-code-st05/m-p/5790855#M1309859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-07T04:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: To find table &amp; fields using T.Code ST05</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-find-table-fields-using-t-code-st05/m-p/5790856#M1309860</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;Just change the sequence as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start new secssion, input T code FB70 in Command Field.&lt;/P&gt;&lt;P&gt;Fill the following values.&lt;/P&gt;&lt;P&gt;1. Customer: ( INVFO-ACCNT )&lt;/P&gt;&lt;P&gt;2. Invoice date: ( INVFO-BLDAT )&lt;/P&gt;&lt;P&gt;3. Posting Date.( INVFO-BUDAT )&lt;/P&gt;&lt;P&gt;4. Cross-CC no.( INVFO-BVORG )&lt;/P&gt;&lt;P&gt;5. Amount.( INVFO-WRBTR )&lt;/P&gt;&lt;P&gt;8. Tax amount ( INVFO-WMWST )&lt;/P&gt;&lt;P&gt;9. Text. ( INVFO-SGTXT )&lt;/P&gt;&lt;P&gt;10. GL Acct.( ACGL_ITEM-HKONT )&lt;/P&gt;&lt;P&gt;11. Amount in doc.curr. (ACGL_ITEM-WRBTR).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start a new session with T code St05. Activate the SQL trace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Come back to first session, execute the screen. Then Deactivate SQL trace and check the log. This will drastically reduce the table entries and you can then check the table/s.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ni3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2009 05:55:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-find-table-fields-using-t-code-st05/m-p/5790856#M1309860</guid>
      <dc:creator>former_member434229</dc:creator>
      <dc:date>2009-07-07T05:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: To find table &amp; fields using T.Code ST05</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-find-table-fields-using-t-code-st05/m-p/5790857#M1309861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it seems that you confuse tables and fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables are shown in the SE11 (DDIC), they are also shown in the ST05 if they are used in your program in column 'Obj.Name'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fields are not all shown, the statement shows only some fields of the where-clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check in the table DD03L (with SE11) which fields belong to which table, then you must view the detail or the ABAP source code in the ST05 of the respective table to see the complete statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siegfried&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2009 06:07:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-find-table-fields-using-t-code-st05/m-p/5790857#M1309861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-07T06:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: To find table &amp; fields using T.Code ST05</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-find-table-fields-using-t-code-st05/m-p/5790858#M1309862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks anybody help me but i don't solve my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please, guide detail by step by step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dungnv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 15:29:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-find-table-fields-using-t-code-st05/m-p/5790858#M1309862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-15T15:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: To find table &amp; fields using T.Code ST05</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-find-table-fields-using-t-code-st05/m-p/5790859#M1309863</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;if your transaction FB70 is using asynchronous updates you have to trace the update processing as well (in order to find the sql statements...).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hermann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 15:32:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-find-table-fields-using-t-code-st05/m-p/5790859#M1309863</guid>
      <dc:creator>HermannGahm</dc:creator>
      <dc:date>2009-07-15T15:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: To find table &amp; fields using T.Code ST05</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-find-table-fields-using-t-code-st05/m-p/5790860#M1309864</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;Check with tables BKPF and BSEG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sripal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2009 05:50:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-find-table-fields-using-t-code-st05/m-p/5790860#M1309864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-30T05:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: To find table &amp; fields using T.Code ST05</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-find-table-fields-using-t-code-st05/m-p/5790861#M1309865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;rephrase your question and use&lt;/P&gt;&lt;P&gt;&amp;gt; Tables are shown in the SE11 (DDIC), they are also shown in the ST05 if they are used in your program in column 'Obj.Name'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to finds out what are tables and what are fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then it might be possible to help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2009 08:56:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-find-table-fields-using-t-code-st05/m-p/5790861#M1309865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-30T08:56:26Z</dc:date>
    </item>
  </channel>
</rss>

