<?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 BAPI/Function Module for posting internal order + cost center plan in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-for-posting-internal-order-cost-center-plan/m-p/1654931#M290684</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any function module/BAPI, which could be used to post internal order + cost center( both of them )plan data?&lt;/P&gt;&lt;P&gt;Like post a record:&lt;/P&gt;&lt;P&gt;internal order = 10000&lt;/P&gt;&lt;P&gt;cost center = C1000&lt;/P&gt;&lt;P&gt;amount = 1000$&lt;/P&gt;&lt;P&gt;for plann version 30?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems the BAPI could only contain 1 cost object, either cost center or internal order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Oct 2006 06:02:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-26T06:02:30Z</dc:date>
    <item>
      <title>BAPI/Function Module for posting internal order + cost center plan</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-for-posting-internal-order-cost-center-plan/m-p/1654931#M290684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any function module/BAPI, which could be used to post internal order + cost center( both of them )plan data?&lt;/P&gt;&lt;P&gt;Like post a record:&lt;/P&gt;&lt;P&gt;internal order = 10000&lt;/P&gt;&lt;P&gt;cost center = C1000&lt;/P&gt;&lt;P&gt;amount = 1000$&lt;/P&gt;&lt;P&gt;for plann version 30?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems the BAPI could only contain 1 cost object, either cost center or internal order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2006 06:02:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-for-posting-internal-order-cost-center-plan/m-p/1654931#M290684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-26T06:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI/Function Module for posting internal order + cost center plan</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-for-posting-internal-order-cost-center-plan/m-p/1654932#M290685</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 had this requirement a few years ago and solved like this with an ABAP report:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Use BAPI BAPI_PDTRANSCO_POSTPRIMCOST (from R/3 4.6A&lt;/P&gt;&lt;P&gt;- Fill structure COOBJECT with Cost Center as CO object&lt;/P&gt;&lt;P&gt;- Fill other necessary data&lt;/P&gt;&lt;P&gt;- Execute the BAPI but do not do any BAPI_TRANSACTION_COMMIT call - Check return parameters&lt;/P&gt;&lt;P&gt;- Fill Fill structure COOBJECT with Order as CO object&lt;/P&gt;&lt;P&gt;- Fill other necessary data&lt;/P&gt;&lt;P&gt;- Execute the BAPI - Check return parameters&lt;/P&gt;&lt;P&gt;- If both calls are OK -&amp;gt; Call FM BAPI_TRANSACTION_COMMIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this gives you an idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Johan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2006 13:27:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-for-posting-internal-order-cost-center-plan/m-p/1654932#M290685</guid>
      <dc:creator>reedtzj</dc:creator>
      <dc:date>2006-10-26T13:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI/Function Module for posting internal order + cost center plan</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-for-posting-internal-order-cost-center-plan/m-p/1654933#M290686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Johan:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply, it is really helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I do so, it means for cost center and internal order, I both post cost 1000$. I think what my client want is, in internal order, they could breakdown by cost center, and see the 1000$ for this internal order is post to this cost center.&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2006 14:37:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-for-posting-internal-order-cost-center-plan/m-p/1654933#M290686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-26T14:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI/Function Module for posting internal order + cost center plan</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-for-posting-internal-order-cost-center-plan/m-p/1654934#M290687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you may have missed something important here. In R/3 there can only be a single "real" cost object for any one posting. If not then the whole SAP financail model would collapse as there would be "double postings" and that is certainly not wanted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is a need to post to two cost objects, like in your case, then one of the cost objects MUST be statistical. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your scenario SAP has thought of a solution that might be of help for you. An internal order can be set to be statistical in master data. When posting to both the cost center and the internal order then you will get a real posting for the CC and a statisitical posting for the IO. Reporting does work with this as per your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this gives you some hints for how to proceed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Johan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aaaaah. Noted that this was only plan data. Sorry. But the same still applies for plan data postings as well as for actual data postings. If there should be just one posting that could be "drilled down" from IO to CC -&amp;gt; If you post twice then, when doing "Grand total" for instance, double values would appear. So, still IO should be statistical. //Johan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Johan von Reedtz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Oct 2006 11:04:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-for-posting-internal-order-cost-center-plan/m-p/1654934#M290687</guid>
      <dc:creator>reedtzj</dc:creator>
      <dc:date>2006-10-29T11:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI/Function Module for posting internal order + cost center plan</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-for-posting-internal-order-cost-center-plan/m-p/1654935#M290688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Johan:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your reply, it is very helpful.&lt;/P&gt;&lt;P&gt;So, if the internal order is a statistical order, which BAPI/function module should I use to post the cost, to get a drill down for cost center? &lt;/P&gt;&lt;P&gt;I tried to call the bapi twice, but as you said, I could see the cost in both cost objects, the internal order and the cost center, but how to know the 2 posting are from 1 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 02:58:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-for-posting-internal-order-cost-center-plan/m-p/1654935#M290688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T02:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI/Function Module for posting internal order + cost center plan</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-for-posting-internal-order-cost-center-plan/m-p/1654936#M290689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad that you are making progress and can have some benefit from my suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just from calling the BAPIs you can not tell that this is a single posting. You need to look at a SAP report for this (that is what the end user does so this makes sense).&lt;/P&gt;&lt;P&gt;Also, you must use the idea of a statistical internal order for this to be a single posting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you run a standard SAP cost element report for instance for the internal order then you can always drill down to the lowest level meaning the posting itself. There you can see both cost objects and from that it is, of course, obvious that this is a single posting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check with a functional CO consultant if in doubt. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you move on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Johan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 08:52:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-for-posting-internal-order-cost-center-plan/m-p/1654936#M290689</guid>
      <dc:creator>reedtzj</dc:creator>
      <dc:date>2006-10-30T08:52:04Z</dc:date>
    </item>
  </channel>
</rss>

