<?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 Retraction BPC to ECC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/retraction-bpc-to-ecc/m-p/7750553#M1582629</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'm new to BPC and working on retraction using a BAdI. I was following a SAP: How To... Retract data from BPC 7.5 NetWeaver to SAP ERP Cost Center Accounting, Part I.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The File explains how to retract Data on a Cost center level and Im doing it on a profit center level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any tell me how I can debug the BAdI?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Apr 2011 06:54:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-04-07T06:54:33Z</dc:date>
    <item>
      <title>Retraction BPC to ECC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retraction-bpc-to-ecc/m-p/7750553#M1582629</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'm new to BPC and working on retraction using a BAdI. I was following a SAP: How To... Retract data from BPC 7.5 NetWeaver to SAP ERP Cost Center Accounting, Part I.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The File explains how to retract Data on a Cost center level and Im doing it on a profit center level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any tell me how I can debug the BAdI?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 06:54:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retraction-bpc-to-ecc/m-p/7750553#M1582629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-07T06:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Retraction BPC to ECC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retraction-bpc-to-ecc/m-p/7750554#M1582630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you find a solution for this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm also following the SAP: How To... Retract data from BPC 7.5 NetWeaver to SAP ERP Cost Center Accounting, Part I and I also need to retract data on a profit center level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 11:45:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retraction-bpc-to-ecc/m-p/7750554#M1582630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-30T11:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Retraction BPC to ECC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retraction-bpc-to-ecc/m-p/7750555#M1582631</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;Find this tip in the thread &lt;SPAN __jive_macro_name="thread" id="2010270"&gt;&lt;/SPAN&gt;. &lt;/P&gt;&lt;P&gt;Look at the LT_RETURN variable on the call function 'BAPI_COSTACTPLN_POSTPRIMCOST'.&lt;/P&gt;&lt;P&gt;My problem was no authorization to modify cost planning on ECC...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I give some tips about this HTG on thread &lt;SPAN __jive_macro_name="message" id="10636862"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Marco.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try infinite loop in End routine of your logic as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: v_val(1) value ''.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;DO.&lt;/P&gt;&lt;P&gt;if v_val = 'X'.&lt;/P&gt;&lt;P&gt;exit.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;ENDDO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save and activate the method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run your package from BPC Excel and login into back end goto Tcode SM50. You can find a job there which is in running mode.&lt;/P&gt;&lt;P&gt;Select the process, Goto menu options select Program/Session--&amp;gt;Program --&amp;gt;Debugging.&lt;/P&gt;&lt;P&gt;Once system opens debugging session change v_val to X and proceed to debug of your logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Marco Aurelio Barreto Modesto on Sep 14, 2011 12:44 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 22:19:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retraction-bpc-to-ecc/m-p/7750555#M1582631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-13T22:19:09Z</dc:date>
    </item>
  </channel>
</rss>

