<?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: Problem with transaction KOB1 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-transaction-kob1/m-p/997909#M75665</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 problem can't be solved, 'cause the records without EBELN are accumulated records or self-costs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greets&lt;/P&gt;&lt;P&gt;Sven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Aug 2005 12:26:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-08-18T12:26:44Z</dc:date>
    <item>
      <title>Problem with transaction KOB1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-transaction-kob1/m-p/997904#M75660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with transaction KOB1. My task is to add two new columns to the report, the vendor's number and name (fields LIFNR and NAME1 in table LFA1).&lt;/P&gt;&lt;P&gt;For that I modified the user exit ZOOMEP1 and the include ZXKAEPU01.&lt;/P&gt;&lt;P&gt;I managed getting the vendor's number and name by referring to the order-nr (field BESTNR), but unfortunately only few records have an order-nr.&lt;/P&gt;&lt;P&gt;But there's a field BELNR in every record, which should be a key to a costing-record.&lt;/P&gt;&lt;P&gt;Can anyone help me to get the vendor's data via this field BELNR?&lt;/P&gt;&lt;P&gt;For example the table's names, by which I can connect the data I need or perhaps even a function module.&lt;/P&gt;&lt;P&gt;I'm searching for a solution for a few days and meanwhile I don't know how to go one.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greets&lt;/P&gt;&lt;P&gt;Sven Sondag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2005 08:30:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-transaction-kob1/m-p/997904#M75660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-17T08:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with transaction KOB1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-transaction-kob1/m-p/997905#M75661</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;&lt;/P&gt;&lt;P&gt;try to select table bseg with field belnr and additionally bukrs and gjahr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in item with WE/RE account or G/L-account&lt;/P&gt;&lt;P&gt;look for  bseg-ebeln&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2005 09:09:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-transaction-kob1/m-p/997905#M75661</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-08-17T09:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with transaction KOB1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-transaction-kob1/m-p/997906#M75662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have BELNR field available, then you should have Fiscal year (GJAHR) and Company code (BUKRS) should also be available at the same place. These three fields form the key of a FI document. I have 2 options for you as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) If you have BUZEI which is the line item number of the document then you can directly access BSEG table ( with BUKRS, BELNR, GJAHR and BUZEI) and find the LIFNR and proceed for more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) If you do not have BUZEI field accessible then Still you can access table BSEG, but in this case you look for BUKRS, BELNR GJAHR and KOART fields. KOART is account type whose value is 'K' for vendor. So you can access vendor from multiple line items using this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use BSAK(cleared items) or BSIK(open items) table instead of BSEG if you know the document is cleared or open.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2005 09:11:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-transaction-kob1/m-p/997906#M75662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-17T09:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with transaction KOB1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-transaction-kob1/m-p/997907#M75663</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;Unfortunately these are the solutions I already found out.&lt;/P&gt;&lt;P&gt;The BELNR you mean is type BELNR_D and just added to very few records. To get the LIFNR this way I wrote a query connecting tables EKKO and LFA1, that works quite fine.&lt;/P&gt;&lt;P&gt;This BELNR has 10 digits and the format is "45000xxxxx".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The key I need is the one to the costing-record. Help says: "Belegnummer - Schlüssel, mit dem auf einen Kostenrechnungsbeleg (z.B. Umbuchung von Kosten) zugegriffen wird."&lt;/P&gt;&lt;P&gt;The title in the report is "Belegnr" and it has 9 digits. At records with a BELNR_D this number has the format "200xxxxxx", at records without it is "600xxxxxx" or "900xxxxxx".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sven&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2005 12:12:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-transaction-kob1/m-p/997907#M75663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-17T12:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with transaction KOB1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-transaction-kob1/m-p/997908#M75664</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;1) costing records are in tables cobk and coep&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) you'll not found ebeln/bestnr in bsak/bsik only in &lt;/P&gt;&lt;P&gt;   bseg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2005 12:48:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-transaction-kob1/m-p/997908#M75664</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-08-17T12:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with transaction KOB1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-transaction-kob1/m-p/997909#M75665</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 problem can't be solved, 'cause the records without EBELN are accumulated records or self-costs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greets&lt;/P&gt;&lt;P&gt;Sven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2005 12:26:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-transaction-kob1/m-p/997909#M75665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-18T12:26:44Z</dc:date>
    </item>
  </channel>
</rss>

