<?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: Bapi for KSH2 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-ksh2/m-p/2786778#M649785</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry - I thought that was you were asking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't know about this, but look at BAPI_BUSPROCESSCOGRP_CREATE or other FMs in this function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Sep 2007 20:47:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-12T20:47:26Z</dc:date>
    <item>
      <title>Bapi for KSH2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-ksh2/m-p/2786775#M649782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I need to insert cost centers into Cost Center Groups, using a BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_COSTCENTERGROUP_CREATE,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will not let me work with the standard hierarchy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know a BAPI or other function that I can use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 02:33:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-ksh2/m-p/2786775#M649782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-12T02:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi for KSH2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-ksh2/m-p/2786776#M649783</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;BAPI_COSTCENTERGROUP_ADDNODE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 18:36:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-ksh2/m-p/2786776#M649783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-12T18:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi for KSH2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-ksh2/m-p/2786777#M649784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks, but I tried this bapi before the one I mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_COSTCENTERGROUP_ADDNODE will only let you add Cost Center Groups. It has no option for adding Cost Centers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks anyway for your reply,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 20:36:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-ksh2/m-p/2786777#M649784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-12T20:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi for KSH2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-ksh2/m-p/2786778#M649785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry - I thought that was you were asking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't know about this, but look at BAPI_BUSPROCESSCOGRP_CREATE or other FMs in this function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 20:47:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-ksh2/m-p/2786778#M649785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-12T20:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi for KSH2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-ksh2/m-p/2786779#M649786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob, thanks again. I checked this BAPI, it is one of the functions within the same group as BAPI_COSTCENTERGROUP_CREATE. Only that the one you mention is for business process groups.&lt;/P&gt;&lt;P&gt;Within this function group the logical function to use for what I need is BAPI_COSTCENTERGROUP_CREATE, but as I said at the beginning, it will not let me do any changes to the standard hierarchy.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Oscar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 02:26:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-ksh2/m-p/2786779#M649786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T02:26:39Z</dc:date>
    </item>
  </channel>
</rss>

