<?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: table-link in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-link/m-p/1271814#M150519</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;select &amp;lt;b&amp;gt;objnr&amp;lt;/b&amp;gt; from aufk into objnr
   where aufnr = itab-aufnr.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and with objnr you can fetch oth.tabl. like imzo, cosp,rpsco,...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Mar 2006 13:04:27 GMT</pubDate>
    <dc:creator>andreas_mann3</dc:creator>
    <dc:date>2006-03-10T13:04:27Z</dc:date>
    <item>
      <title>table-link</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-link/m-p/1271807#M150512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;guy's can any one help me regarding table linking, if you&lt;/P&gt;&lt;P&gt;go for ko03 transcation ,enter order number ,and go for investment&lt;/P&gt;&lt;P&gt;tab,you can see Position ID ,now i want to know how i can &lt;/P&gt;&lt;P&gt;fetch Position ID using order number.pls provide me table linking&lt;/P&gt;&lt;P&gt;,i tried my best ,but unable to apply any logic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 11:52:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-link/m-p/1271807#M150512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-10T11:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: table-link</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-link/m-p/1271808#M150513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can'get your problem complete:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you mean table &amp;lt;b&amp;gt;AUFK&amp;lt;/b&amp;gt; (Order master data)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT  aufnr kostv akstl FROM  AUFK into table itab
         WHERE  AUART  = p_auart
         AND    BUKRS  = b_bukrs.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Andreas Mann&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 11:54:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-link/m-p/1271808#M150513</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2006-03-10T11:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: table-link</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-link/m-p/1271809#M150514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.  Open up another SAP Session&lt;/P&gt;&lt;P&gt;2.  Execute transaction ST05&lt;/P&gt;&lt;P&gt;3.  Activate SQL Trace&lt;/P&gt;&lt;P&gt;4.  In other session lauch KO03 and go to investment tab&lt;/P&gt;&lt;P&gt;5.  Go back to deactivate and display the SQL Trace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All tables that the transaction has accessed should be displayed in order that they were accessed.  Therefore the table you need should be close to the end.  Start looking through this table list to find the correct table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 11:57:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-link/m-p/1271809#M150514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-10T11:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: table-link</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-link/m-p/1271810#M150515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes but i want to fetch posid using aufnr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 12:06:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-link/m-p/1271810#M150515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-10T12:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: table-link</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-link/m-p/1271811#M150516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the table IMZO...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJNR should be the order number...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Renjith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 12:32:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-link/m-p/1271811#M150516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-10T12:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: table-link</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-link/m-p/1271812#M150517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the table IMZO...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJNR should be the order number...selct the posnr here and then search on table IMPR with posnr to get the posid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Renjith.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Renjith Andrews&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 12:35:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-link/m-p/1271812#M150517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-10T12:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: table-link</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-link/m-p/1271813#M150518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can use the FM to get the values for position id.&lt;/P&gt;&lt;P&gt;You need to pass the follwoing to the FM&lt;/P&gt;&lt;P&gt;i_objnr = order number concatenated with OR e.g OR000004000162.&lt;/P&gt;&lt;P&gt;i_aktyp = 'A'.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Abhijit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 12:37:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-link/m-p/1271813#M150518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-10T12:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: table-link</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-link/m-p/1271814#M150519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;select &amp;lt;b&amp;gt;objnr&amp;lt;/b&amp;gt; from aufk into objnr
   where aufnr = itab-aufnr.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and with objnr you can fetch oth.tabl. like imzo, cosp,rpsco,...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 13:04:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-link/m-p/1271814#M150519</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2006-03-10T13:04:27Z</dc:date>
    </item>
  </channel>
</rss>

