<?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 creating Work Centre Master in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-work-centre-master/m-p/5330989#M1228412</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NM.&amp;nbsp; Valid from date needed to be passed.&amp;nbsp; It is weird that it didnt return that as an error though&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jun 2016 17:25:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-06-08T17:25:58Z</dc:date>
    <item>
      <title>BAPI for creating Work Centre Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-work-centre-master/m-p/5330978#M1228401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Kindly help me with the BAPI for creating Work Centre Master&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Avishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2009 09:19:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-work-centre-master/m-p/5330978#M1228401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-14T09:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for creating Work Centre Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-work-centre-master/m-p/5330979#M1228402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi  look at this ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP has already provided two programs for this purpose. They are as following. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RCRAPDX1 - Generate dataset for workcenter&lt;/P&gt;&lt;P&gt;RCRAPDX2 - Data transfer of workcenter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program generates the text file of data of workcenters you choose. The second program loads it in SAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2009 11:34:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-work-centre-master/m-p/5330979#M1228402</guid>
      <dc:creator>former_member203501</dc:creator>
      <dc:date>2009-03-14T11:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for creating Work Centre Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-work-centre-master/m-p/5330980#M1228403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the FM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CRAP_WORKCENTER_CREATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the same function module used inside the direct input program RCRAPDX2 for work centers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mathews&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2009 12:04:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-work-centre-master/m-p/5330980#M1228403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-14T12:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for creating Work Centre Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-work-centre-master/m-p/5330981#M1228404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Avishek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did land up with the same Issue earlier. I also explored below option at that time:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)&lt;/P&gt;&lt;P&gt;RCRAPDX1 - Generate dataset for workcenter&lt;/P&gt;&lt;P&gt;RCRAPDX2 - Data transfer of workcenter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This solution works well, at least I unit tested. But Client rejected it as they wanted ALE solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) &lt;/P&gt;&lt;P&gt;CRAP_WORKCENTER_CREATE&lt;/P&gt;&lt;P&gt;This function module betrayed us as at the SAP adviced not to use it as its not released for progrmmers.&lt;/P&gt;&lt;P&gt;Also there are lot of Hiccups we faced while implementation like dont provide update facilities.&lt;/P&gt;&lt;P&gt;Some customer required fileds were not inclded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)&lt;/P&gt;&lt;P&gt;How about finding the standrd process code and so the Inbound Function module:&lt;/P&gt;&lt;P&gt;-&amp;gt; SAP said there is no Process code (as POIM TCode at sender side is only for transferring data to Non SAP systems)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And here is the solution that we required to be implemented&lt;/P&gt;&lt;P&gt;Create a Custom Inbound Function module and use BDC to upload the Work center.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you require further information, I will be glad to assist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shital&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2009 16:26:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-work-centre-master/m-p/5330981#M1228404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-14T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for creating Work Centre Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-work-centre-master/m-p/5330982#M1228405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank Shital for the update, I wasnt aware of this restriction on the above function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I do agree that the BDC for creating workcenter is pretty straight forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mathews&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2009 16:43:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-work-centre-master/m-p/5330982#M1228405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-14T16:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for creating Work Centre Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-work-centre-master/m-p/5330983#M1228406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try below things&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_RCVPRORDCF_RECEIVEWORKC&lt;/P&gt;&lt;P&gt;in LSMW &lt;/P&gt;&lt;P&gt;Direct Input&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object               0260   Work center&lt;/P&gt;&lt;P&gt;Method               0000&lt;/P&gt;&lt;P&gt;Program Name         RCRAPDX2&lt;/P&gt;&lt;P&gt;Program Type         D   Direct Input&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Idoc method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message Type         LOIWCS                      Work center&lt;/P&gt;&lt;P&gt;Basic Type           LOIWCS01                    Master work center&lt;/P&gt;&lt;P&gt;Enhancement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Mar 2009 10:09:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-work-centre-master/m-p/5330983#M1228406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-15T10:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for creating Work Centre Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-work-centre-master/m-p/5330984#M1228407</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;when you mentioned IDOC method, does it mean we can upload work center base on available IDOC??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am asking this because I have transferred work center using POIM transaction (message type: LOIWCS), IDOC gets created and transferred to the receiving client, but don't know how to post the IDOC. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please adv, thks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 11:36:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-work-centre-master/m-p/5330984#M1228407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T11:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for creating Work Centre Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-work-centre-master/m-p/5330985#M1228408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAP does not provide Inbound process code (and so is the function module) for processing so you may need to go for custiomization using Approches smthing like BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shital&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 13:59:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-work-centre-master/m-p/5330985#M1228408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T13:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for creating Work Centre Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-work-centre-master/m-p/5330986#M1228409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shital&lt;/P&gt;&lt;P&gt;     We are trying to do excatly the same  of transfering Workcenters using ALE and i am investigating all the options involved in doing that .&lt;/P&gt;&lt;P&gt;        Any other suggestion besides the BDC .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Anjali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2009 07:13:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-work-centre-master/m-p/5330986#M1228409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-20T07:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for creating Work Centre Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-work-centre-master/m-p/5330987#M1228410</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 am trying to load master data for work center. I tried to use the &lt;STRONG&gt;program - &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;RCRAPDX2&lt;/SPAN&gt;&lt;/STRONG&gt; to load work center. I am able to create work center in SAP ECC. But while opening the work center using t-code - CR03 and clicking&lt;STRONG&gt; tab "COSTING"&lt;/STRONG&gt;, it is giving error - &lt;STRONG&gt;"Assignment does not exist". &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have generated a file using&lt;STRONG&gt; program - RCRAPDX1, &lt;/STRONG&gt;which help in generating Dataset for Work Centers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not finding it looking for value - &lt;STRONG&gt;"Controlling Area" under Costing tab. &lt;/STRONG&gt;I am not finding any field to populate "Controlling Area" using &lt;STRONG&gt;program - &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;RCRAPDX2.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Please advice.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Thanks &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Rajesh&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 22:21:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-work-centre-master/m-p/5330987#M1228410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-20T22:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for creating Work Centre Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-work-centre-master/m-p/5330988#M1228411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I am having the same issue.&amp;nbsp; Did you solve this?&amp;nbsp; I want to avoid having to create a change lsmw recording to populate this tab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jacob Levinson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 15:56:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-work-centre-master/m-p/5330988#M1228411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-08T15:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for creating Work Centre Master</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-work-centre-master/m-p/5330989#M1228412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NM.&amp;nbsp; Valid from date needed to be passed.&amp;nbsp; It is weird that it didnt return that as an error though&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 17:25:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-work-centre-master/m-p/5330989#M1228412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-08T17:25:58Z</dc:date>
    </item>
  </channel>
</rss>

