Retraction BPC to ECC

Hi All,
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.
The File explains how to retract Data on a Cost center level and Im doing it on a profit center level.
Can any tell me how I can debug the BAdI?

Hi,
Find this tip in the thread How to debug data manager BADI end routine ?.
Look at the LT_RETURN variable on the call function 'BAPI_COSTACTPLN_POSTPRIMCOST'.
My problem was no authorization to modify cost planning on ECC...
I give some tips about this HTG on thread Re: BPC CO Retraction
regards,
Marco.
Try infinite loop in End routine of your logic as follows.
data: v_val(1) value ''.
DO.
if v_val = 'X'.
exit.
endif.
ENDDO.
Save and activate the method.
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.
Select the process, Goto menu options select Program/Session-->Program -->Debugging.
Once system opens debugging session change v_val to X and proceed to debug of your logic.
Edited by: Marco Aurelio Barreto Modesto on Sep 14, 2011 12:44 AM

Similar Messages

  • Error KBAPI 002 in BAdi Retraction BPC to ECC

    Hello experts,
    We are using the BAdi for retraction to ECC but the information is not showing in the report it should be. We were debugging and we found an ERROR:
    KBAPI 0002 , The message says "Transfer a CO oobject". We do have a Cost Center that is sendig from BPC to ECC. What is this error related with?
    How can I fix this to get the data in ECC.
    Thanks in advance.
    Best Regards.

    Hello Experts,
    I was checking the BAdi document and checked step by step, because in DEV environment the everything worked but in QA it didn't. I fount out that this error is caused by not maintaining the COST CENTER dimension with the property ERP_CostCtr.
    the problem got solved.
    Best regards.

  • Retraction cost center plan data from BPC to ECC

    HI Experts,
    We are integrating BW-BPC.
    The client wants to Retract the data from BPC to ECC System for reporting purposes.
    u201CIn order to be able to calculate standard costs correctly in production plants planning data from BPC is needed in SAP ECC.
    The data needed is the planning data on cost centers which are currently entered into SAP manually via transaction KP06. This data will now be entered into BPC instead and therefore it is required to get an interface between BPC and SAP ECC for transferring data.
    A description of the process and the data needed is available in the section u201CSAP ECC Screen Dumpu201D sectionu201D including screen dumps from ECC
    If this interface is not created the task of entering in the planning data will double as the data must be entered both in BPC and SAP ECC. The process of entering in the data twice I estimate will add 1 u2013 2 extra days of work for each subsidiary involved in this.u201D
    What is the options to support this Business Process of getting data from BPC to SAP ECC.
    Regards
    venu
    Edited by: venu WAD on Aug 19, 2011 7:19 AM
    Edited by: venu WAD on Aug 19, 2011 10:17 AM

    Hi Keyrun:
    Please refer to slide 7 of document below.
    "SAP NetWeaver 7.0 Data Retraction in BI Integrated Planning"
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30af46fb-eb4f-2a10-4899-9167af035742?quicklink=index&overridelayout=true
    >Online documentation: http://help.sap.com/saphelp_sem60ep1/helpdata/en/99/97157967e3440a94d199538959cd0b/frameset.htm
    >See SAP Note 525543 for additional documentation on field mapping.
    Regards,
    Francisco Milán.
    Edited by: Francisco Milan on Jun 22, 2010 8:13 PM

  • Available Retraction from BPC to ECC

    Hi Friends !
    I would like to know how many available retractors are possible from BPC to ECC:
    1) Fund Management - BPC to BI & then Standard Tcode in ECC
    2) PCA - Only possible for flat file upload
    Is there any more retractors? any presentation available?
    With Regards
    Rekha

    I assume you're posting budget to ECC-FM.
    Set your BPC config so that the InfoCubes and InfoObjects don't change every time you optimize
    Build a BEx query on the cube containing your data
    Use the standard retractor on the ECC side (there are three parts:  field assignment, budget derivation strategy, actually running the FM_CYCOPIBW program)

  • How to create Drill through's from BPC to ECC and BEX

    Hi Experts,
    @Greetings@
    Am new to BPC can any one help me on Drill trough's. I want to create a drill through to ECC system and BEX Query.
    Thanks for support in advance.
    Regards,
    Harini.

    Hi Harini,
    Your Drill through functionality is linked to an on line search website, giving you all necessary information.
    During reporting, you need to have more information about selected region.
    Before performing or using the Drill-Through feature, ensure that the following prerequisites have been met
            1. You are logged on to any BPC Environment with administration authorizations
            2. From home screen, Switch to the administration area by clicking planning and consolidation                          Administration link
    Inside admin area you find Drill through  maintainace in the content tree under the features node.
    After opening the Drill through click on New button,
        There we need to enter Id, Decription, URL and model name.
    If you want do Drill- through from BEx query first you need to publish the query to portal. see below I mention the procedure for publishing a query in the portal.
    BEx Query Designer: In the menu bar, choose Query → Publish → To the Portal. See Functions in the Menu Query.
    BEx Web Application Designer: In the menu bar, choose Web Template  → Publish → To the Portal. See Functions in the Menu Query.
    BEx Report Designer: In the menu bar, choose Report  → Publish → To the Portal. See Functions in the Menu Query.
    After posting to portal copy that link paste in the URL address in the drill through.
    In the parameter mapping add infoobjects technical names under parameters and Dimensions names under Dimension or user defined values and maintain the which property you want map mention under the property values.
    And the save the query and go to the excel and you have an option in the excel ribbon Drill Through and click on that, you will get the query which you are posted in the portal.
    This may help,
    Saida Reddy G

  • Diill through configuration BPC to ECC with multiple values for each dims

    Hi Guys,
    I have a situation where I want to pass on multiple values (ex: Country A is made up of multiple company codes 1000, 1010, 1020).
    I added these 3 values in member property maintenance for the node Country A under a propety I created called ECC_CC.
    In the URL for DT I have ECC screeen field name BURKS_LOW=?
    When I test this DT, I go the transaction screen (eg: K5EZ) and the company code is filled with 1000 and does not recognize other values.
    Did anybody expoerience this situaton? What needs to be done to enable multiple selections insteaf of single selections as it is doign now?
    Thanks in advance
    Raj

    Hi Rich,
    I saw your similr reply to Vijy/IBM. Thanks for your queston.
    I have a followup question. Is there any workaround to accomlish this task.
    Example: What if I pass a single value though a custom ECC transaction (ZKE5Z) for profict center parmeter weather it is parent node value (eg: WWACX) or base member value (eg: 1000). Is there anyway in ECC to receive this parameter, parse it and flatten it as necsary to multiple values and execute standard txn KE5Z.
    Just a wild thought. Feel free to shoot me if I am wrong!
    Thanks
    Raj
    Note:I'll award points even if he sanwer is "NO" for this question - just kidding!

  • Retraction SAP BI to SAP R/3 (ECC)

    hello,
    has anyone experience with SAP BW retraction into SAP ECC ?
    Has anyone some possible solutions?
    thanks
    regards,
    andreas

    Hi,
    Take a look at these.
    BPS Retraction for Cost Center Accounting - I
    BPS Retraction for Cost Center Accounting - II (Primary Cost & Qty)
    BPS Retraction for Cost Center Accounting - III (Activities & Prices)
    How to Retract BPS data back to R/3 when there is no standard retractor
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/30af46fb-eb4f-2a10-4899-9167af035742
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1910ab90-0201-0010-eea3-c4ac84080806
    Regards.

  • BPC Retraction for Funds Management

    hi guys,
    is there any FM or programs that we can use to retract data from BPC back to ECC6 for Funds Management module

    In my project, customer has same requirement. We retracted BPC data to FM module by:
    Option1 - FMCYCOPI_BW is a standard function, but issue: it can't provide detail information if there's error happened.
    (1) Download BPC data to a BW Cube. (This step is not mandatory)
    (2) in FM, use TCODE FMCYCOPI_BW to extract BW query (on that Cube) and generate FM documents.  // you need to do some configure in SPRO FM.
    Option2 - you can capture error while creating FM documents.
    Write ABAP codes to retract BPC data and generate FM Documents.

  • Planned Cost allocations in BPC

    Hi all,
    Is it possible to plan for secondary cost in BPC and then run allocations?
    Alternatively, can we retract primary cost from BPC to ECC- run allocations in ECC- etract it back to BPC?
    Please help.
    Regards
    SSC

    Hi Nilanjan
    Thanks for your response.
    1. In SEM BPS we would plan primary cost in BPS and then retract it to R/3. In R/3 we could run assessments/ distribution and pull extracted the assessed (secondary cost) back into BPS.
    The question is if we can do similar thing here in BPC and how?
    2. In case we dont want to do this as above, can we run cost assessments within BPC itlsef? If yes please advise how.
    Hope the question is clear now.
    Thanks in advance.
    Best Regards
    SSC

  • Retraction in 7.5 NW

    We are trying to retract the freezed budgets from BPC to ECC and followed the How to guide...However, it shows that data is submitted succesfully but still no numbers are posted in ECC. Also, changed the BADI to match our controlling area, cost center etc in ECC. Still no data found in ECC.
    Please advise if anyone has tried the How to retract available.
    Regards,
    Abhi

    Hi Abhi,
    There are some things you can check:
    1.     Put a breakpoint inside the code and verify if structures are updated correctly. (Look at  Velavan Trichy Thirugnanamu2019s article at /people/velavan.trichythirugnanam/blog/2009/02/12/debugging-sap-businessobjects-planning-and-consolidation-70-version-for-nw-data-manager-job-in-abap-backend )
    2.     You can also verify (through that breakpoint) the result message that appears after you process function BAPI_COSTACTPLN_POSTPRIMCOST at the IF_UJD_RETRACT~RETRACT method
    3.     Verify if the connection between your SAP BW and SAP ECC are working and user has the rights for updating the SAP ECC, through transaction SM59.  (I had this problem, and had to create a new RFC destination with other user).
    Hope this helps.
    Best regards,
    Sue

  • BCP retract, Tranformation file iquiry

    Hello Experts,
    We have a BAdi on BPC10 SP17 that sends information from BPC to ECC (Retract). We have everything setup, when we run the data Manager it finishes succesfull, but when checking the ECC report it doesn't show any information.
    I am suspecting that it is bc the Cost Centers in BPC are made <prefix><ECC cost center ID>.
    Would it be correct to do a transforation file to remove the prefix or it must be done in BW?
    If it is a BPC tranformation File.
    How can i do it?
    Thank you in advance.
    Best Regards.

    Hi Sebastian,
    If you are using a BADI to do the retraction then you don't need a transformation file to remove the prefix, you can do that in your BADI.
    Ask your abaper to debug.
    Andy

  • Data Migration from R3 to new ECC System

    Hello,
    We are doing a fresh implementation for SAP MDM. Currently we have 3 SAP R/3 systems and 1 non-R3 system (BPCS system). One of the project goals is to do data migration from all these 4 systems into a new SAP ECC system and to MDM for Vendor Master, Customer Master and Material Master. My manager says that we need Business Objects tool to Migrate these data. But, my question is that is it not possible to achive this through XI/PI itself ? Can anyone let me know the entire process in XI/PI as to how do I receive the Idocs from R/3, convert into XML and then send it to the new ECC system in Idoc format ?
    Thks & Rgds,
    Hema

    Hi Gandhi,
    You have SAP MDM, BPC and R/3 systems in your landscape, when you are migrating data to new ECC system, what is the role of mdm, did you moving the same data to MDM to avoid duplicate/redundant data??is there any data migration from R/3 to MDM(any integration required)or MDM to R/3,
    You have to develop different interfaces to transfer data from MDM to ECC, BPC to ECC.definelty you required one middleware, the option definitely SAP PI. it offers very easy of integration between MDM and R/3 system, you can use MDM-PI adapter to connect to directly MDM syndicator file port from there you can pull the XML file and convert it in to IDoc format use Receiver IDoc adapter in PI, the same way we can integrate BPC system with R/3.
    Search in sdn, there are some scenarios integration of R/3 and MDM using PI, refer those links, if still you have any doubts let me know,
    Regards,
    Raj

  • Drilldown of reports in BPC 7.5.

    1>>>> I need to drill down from BPC 7.5 consolidation application to other application.
    From BPC reports to what extend I can drilldown or do jump query?
    BPC to BI cube, ODS
    BPC to ECC in same landscape
    BPC to ECC system in parent company's network
    BPC to another BPC system in parent company's network
    BPC to another BI system cubes in parent company's network
    It is for a huge company running with different BPC system needs to optimize the
    2.>>>>Is there any documentation that I can refer for the drilldown of reports in BPC 7.5.
    Appreciate help.

    Dear BCS_BPC,
    If you said "Drill Down", BPC will break a particular data from one line to be several lines and its data not comes from outside BPC. For your case you need Drill Through feature, BPC can retrieve data from BI /ECC base on BPC's parameter. I think that you do not use drill though feature from BPC to ECC, because SAP ECC saved transactional data from more tables so the performance of BPC will be run slowly.
    Please refer link below to review Drill Through configuration
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/10a56b21-04b9-2d10-a6b7-e0f8732b4142
    Kind Regards,
    Wandi Sutandi

  • Unable to retract zero values for amount

    Hi,
    We are unable to retract values where the amount is planned as zero.
    Please suggest how to retract zero amounts to R/3.
    Regards,
    Srinivas Kamireddy.

    Hi,
    Hello,
    SAP does not retract zero values.
    There are 2 ways you can work around this issue -
    First Method -
    1) Create a temp version on ECC for example 777.Retract from the version that you plan on this version.
    This can be achieved on the UPB_STRUCT control.
    Step a ) Lets say u had $1000 on cost center X and cost element - labor for period 10/2008 .You have completed the retraction to ECC to version 777.Copy version 777 to the final version on ECC.
    Step b) Delete version 777.There are standard ECC transactions to achieve this.
    Step c )Now change the cost center $1000 to $0 on IP . Retract back to ECC.Copy version 777 to target version again.This overwrites the original version from $1000 to $0.
    Second Method-
    There is a way on BW where you can add an additional key figure to the transaction cube .
    Follow oss note 768822 SEM-BPS
    Thanks
    Pratyush

  • Export to Flat File

    Hi,
    Need to export few columns (from an application) from BPC 7.0 NW version to a flat file on desktop. Is there any standard functionality to do it.?
    Also, does BPC 7.0 NW has any retraction process chains available to retract back to ECC
    Regards,
    Abhi

    Hi Abhi,
    I would suggest you to upgrade your system to 7.5 NW. You will get a standard package for retraction of your transaction data and master data.
    Please refer to the below link for more information on this:
    http://help.sap.com/saphelp_bpc75_nw/helpdata/en/22/84fc60a0f64525935742a5071d5b82/content.htm
    http://help.sap.com/saphelp_bpc75_nw/helpdata/en/28/155e1d691a418e9b1a200e9f98c312/content.htm
    http://help.sap.com/saphelp_bpc75_nw/helpdata/en/03/5d7212e96c43e99a007e8b830d3e87/content.htm
    http://help.sap.com/saphelp_bpc75_nw/helpdata/en/01/d24991bc31439698f66ba7f6c3f116/content.htm
    Hope this helps.

Maybe you are looking for