<?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 linking in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-linking/m-p/2436523#M545083</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u have to filter Documents in BKPF on Document Types .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Peram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jun 2007 07:51:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-20T07:51:30Z</dc:date>
    <item>
      <title>table linking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-linking/m-p/2436521#M545081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to fetch vendor information from document number(BELNR) of bkpf , for that i am linking table bkpf with EKBE and getting the PO number and then linked the EKKO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using awkey and awtyp field of bkpf to link with EKBE. but some document are not getting the PO number or i can say not have corresponding entry in EKKO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody explain me why its happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;&lt;P&gt;abaper.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 07:47:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-linking/m-p/2436521#M545081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T07:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: table linking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-linking/m-p/2436522#M545082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;What data you need from BKPF? what for you need&lt;/P&gt;&lt;P&gt;don't use BKPF and BSEG&lt;/P&gt;&lt;P&gt;just take the tables BSIK and BSAK&lt;/P&gt;&lt;P&gt;pass the EBELN pur order field to them and take&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 07:49:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-linking/m-p/2436522#M545082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T07:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: table linking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-linking/m-p/2436523#M545083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u have to filter Documents in BKPF on Document Types .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Peram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 07:51:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-linking/m-p/2436523#M545083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T07:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: table linking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-linking/m-p/2436524#M545084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;thanks for your reply,&lt;/P&gt;&lt;P&gt;this is the code i am using..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF s_bkpf-awtyp = 'RMRP' . "OR s_bkpf-awtyp = 'BKPF'.&lt;/P&gt;&lt;P&gt;      SELECT SINGLE * FROM ekbe WHERE&lt;/P&gt;&lt;P&gt;             belnr = s_bkpf-awkey+0(10) AND&lt;/P&gt;&lt;P&gt;             bewtp = 'Q'.&lt;/P&gt;&lt;P&gt;      IF sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;        MOVE ekbe-ebeln TO rec-yebeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ELSE.&lt;/P&gt;&lt;P&gt;      SELECT SINGLE * FROM ekbe WHERE&lt;/P&gt;&lt;P&gt;        belnr = s_bkpf-belnr AND&lt;/P&gt;&lt;P&gt;        bewtp = 'R'.                     "retrieve PO number&lt;/P&gt;&lt;P&gt;      IF sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;        MOVE ekbe-ebeln TO rec-yebeln.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to know abour awtyp and bewtp...etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;&lt;P&gt;abaper.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2007 08:09:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-linking/m-p/2436524#M545084</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-20T08:09:25Z</dc:date>
    </item>
  </channel>
</rss>

