<?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: BSEG and KOB1 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-and-kob1/m-p/1935965#M387119</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;I don't know how you calculate the total, but you should only consider if SHKZG is equal to H, the item is negative and you should get only the item of G/L account type, so BSEG-KOART = 'S'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Feb 2007 15:31:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-12T15:31:00Z</dc:date>
    <item>
      <title>BSEG and KOB1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-and-kob1/m-p/1935964#M387118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a program to draw out a profitability report for a Profit Centre Group/ Profit Centres (parameters from selection screen) of a particular company code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program will extract records from BSEG table based on the profit centre specified, where Sales and Purchase can be determined using field SHKZG (S-Debit/ H-Credit).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I have completed the program and get ready for user testing, user claims that my total sales value is incorrect, user claims that the value should be the same as the result from transaction KOB1 (where user inserted Profit Centre Group and G/L account number at the selection screen of KOB1). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am wondering why the value/result should be the same as KOB1 where BSEG should be the table to calculate profit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone has any ideal on the relationship between BSEG and transaction KOB1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2007 15:16:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-and-kob1/m-p/1935964#M387118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-12T15:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: BSEG and KOB1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-and-kob1/m-p/1935965#M387119</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;I don't know how you calculate the total, but you should only consider if SHKZG is equal to H, the item is negative and you should get only the item of G/L account type, so BSEG-KOART = 'S'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2007 15:31:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-and-kob1/m-p/1935965#M387119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-12T15:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: BSEG and KOB1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-and-kob1/m-p/1935966#M387120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Best option would be, to debug the program of the tcode: KOB1.&lt;/P&gt;&lt;P&gt;Find out how they bring the results. The standard SAP may be using some function module to fetch the amount figures, you can also use the same function module in your program to get that result.&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;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2007 15:37:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-and-kob1/m-p/1935966#M387120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-12T15:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: BSEG and KOB1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-and-kob1/m-p/1935967#M387121</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;I have solved it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 16:42:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-and-kob1/m-p/1935967#M387121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T16:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: BSEG and KOB1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-and-kob1/m-p/1935968#M387122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd be interested in knowing that relationship.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 16:48:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bseg-and-kob1/m-p/1935968#M387122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T16:48:04Z</dc:date>
    </item>
  </channel>
</rss>

