BPC BADI to HANA

We have BPC powered by HANA. We have been looking for some starters/help/samples in converting/pushing some custom logic BADI or some additional requirements to HANA SQL but not much information available in this forum to get started. Has nobody tried it or i am searching in the wrong place?
Vadim,  any help or can you throw some light on where i can look.

Hi Andrew,
Have a look at these documents, hope it helps.
SAP HANA Developer Guide | SAP HANA
http://scn.sap.com/docs/DOC-33863
Why SAP Business Planning and Consolidation, version for SAP NetWeaver on SAP HANA is the right choice over BWA
The part at the end have more resources.
Andy

Similar Messages

  • Reporting off BPC Cube in HANA using BOBJ Tools

    Hi,
    I have a customer who is on BPC NW on HANA. Customer has BPC cube exposed in HANA, We need to do some reporting on that BPC HANA views with the ability to drill down to the hierarchies. Is there a BOBJ tool which would allow the cutomer to:
    1) Drill down on the G/L level
    2) Mobile compatible
    3) Have access to BPC built in logic/metadata
    Thanks,
    Mike

    Hi Mike,
    I found the following presentation,
    SAP Product Road Map SAP BusinessObjects Design Studio
    Road Map Revision: June 9, 2014
    https://websmp102.sap-ag.de/~sapidb/011000358700000390622012D.pdf
    SAP BusinessObjects Design Studio 1.3 HANA-only deployment
    Support HANA-only deployment
    Design Studio applications saved in HANA Repository
    Design Studio runtime is moved to browser, No Java stack as deployment platform is needed
    Using firefly instead of BICs at Design Studio runtime
    Require HANA 1.0 revision SPS8 (revision 80)
    I think there are some limitations like hierarchies not supported, please check.
    Regards,
    Raj.

  • BPC BADI error ORA-14400

    Hi,
    In BPC, we are using BADI to process allocations.
    In the BADI data are read from the BPC cube (F and E table), calculate allocations and write back to F table.
    In writing, I use MODIFY (ftable) from itab. Sometimes it works and recently I get the following error: ORA-14400: inserted partition key does not map to any partition
    Anyone here who has encountered the same problem?
    Thanks in advance,
    Karen

    solution found.

  • BPC BADI Excluding Values?

    Hey,
    When I call the BADI from logic script, I want to exclude some data. For example, I do not want to query the data which have 'R_USD' in its currency dimension.
    How can I do this?
    Regards, Volkan Çuğali

    Hi Vadim,
    I do not want to query calculated datas, because i already calculate them in my BADI. For now, in the beginning of BADI, I delete calculated datas first then i calculate it again. I want to exclude calculated datas, so that i dont query them.
    For example,
    I dont want to query datas which have 'C_TOTAL' in its ACCOUNT dimension. If i can handle it in script logic, I wont lose time to delete the calculated data in my BADI. I hope I am clear.
    Volkan

  • HANA SQL for BPC cubes

    I have been looking for getting start help/ideas on how to push BPC BADI logic down to HANA SQL. Not really sure where is the right place my question. Which forum should I focus on?  Not much help in BPC forum on this subject.
    ~Dilkins

    Hi Dilkins,
    Any responses?
    thanks

  • BPC Dimension Members displayed as numbers/index in HANA tables

    Hi,
    I used the following post from Selva BPC tables in HANA to lookup a BPC model in HANA. However all the dimensions members are represented by numbers/index instead of the actual dimension member description. Is there a way in HANA to see the actual dimension member instead of an index value?
    e.g. Category Actual is displayed as 2 and Category Plan as 3 and so on.
    Please refer to the screenshot
    yogesh

    BW also has the values in text correctly. I am not sure if only the dimension member index value is passed on to HANA.
    yogesh

  • Retraction of PS from BPC/EPM to ECC

    Hi All !
    Have you work on retraction for PS system from EPM to ECC? Please advise. Thanks.
    With Regards
    Rekha

    It depends on what sort of data you are going to retract. The easiest process is find the required BAPI which is going to load the data to ECC system through a RFC connection.
    Once you know the BAPI, you just have to call it inside the BPC BADI ( like UJD_RETRACT or UJ_CUSTOM_LOGIC).
    Thanks,
    Bishwajit

  • Change Workstatus with BPF step completion using BADI

    Hi Experts,
    I have a requirement of changing Workstatus as soon as the user clicks on “Submit/Approve/Reject” button from the BPF.
    We are trying to implement the same by referring to the thread Automating Work status Change in BPF
    Now the thing is, we have written the BADI referring above thread which needs to be pass with some parameters(Owner & Context Members).
    Our concern is how to pass active context members to BADI, and how to trigger the same from the Submit/Approve/Reject button in BPF?
    Is it a manual invocation through script/DM, or is there any other way?
    Since I am new to BPC BADI’s and requirement is urgent, please help………
    Thanks in advance
    Priyanka Jagtap

    Hi Anjan,
    I referred to the below link for debug:
    Debugging BPC 10 for NetWeaver
    Followed following steps:
    1. Logged in to BPC client using user X.
    2. Went to the page where BPF step needs to be submitted.
    3. Logged in to SAP GUI and set a breakpoint in class CL_BPC_REST_RES at line 56 using same user X.
    I have created Enhancement Implementation for BADI UJ_BPC_BPF_SUBMIT.
    Filters provided are:
    APPL_ID = ABC
    APPSET_ID = XYZ
    DRV_DIM_MEM = 0166
    STEP_ORDER = 1.
    In "IF_UJ_BPF_SUBMIT_LOGIC_HANDLER~EXECUTE_SUBMIT_LOGIC" method i have written break-point.
    When i clicked on SUBMIT, error appears as
    I tried with and without filter as mentioned in Re: About bpc aprove badi question.
    Please help. I am not able to debug and move ahead.

  • Error in ABAP table

    Hi,
    I am executing script logic in SAP BPC. however it's back end is SAP BI and i am getting this following error
    "A dump error occourred in ABAP stack". while i have tried to pull error info by going through ST22, i can see this below error.
    The current ABAP program "CL_UJK_RUN_LOGIC==============CP" had to be
    terminated because it has
    come across a statement that unfortunately cannot be executed.
    The following syntax error occurred in program
    "BADI_UJ_CUSTOM_LOGIC==========CP " in include
    "BADI_UJ_CUSTOM_LOGIC==========CM000 " in
    line 9:
    "The specified type cannot be converted into the target variables."
    The include has been created and last changed by:
    Created by: "DDIC "
    Last changed by: "DDIC "
    Error in the ABAP Application Program
    The current ABAP program "CL_UJK_RUN_LOGIC==============CP" had to be
    terminated because it has
    come across a statement that unfortunately cannot be executed
    Any advices.

    Hi,
    The easiest way to debug custom BPC BADI is to put a break point in you BADI and run script that calls it from transaction UJKT.
    if you want to debug any script logic run it from UJKT as well and put your break-point in Method RUNLOGIC of Class CL_UJK_RUN_LOGIC. Methods PREPROCESS_LGF, GENERATE_LGX and EXECUTE_LGX process different steps of script execution.
    If you can't run your script in UJKT, than you can debug it from DM Package. Scott's blog at /people/scott.cairncross/blog/2010/03/14/troubleshooting-bpc-netweaver-data-manager-packages is an excellent guide to that.
    Prabhudas

  • How to call Webservice in abap Program

    Hi Guys,
    How can i call a abap webservice located in another server(CRM) in Bpc BADI.Is this web service is thing is possible??

    Hi,
    For calling a web service first you have to Create Proxy object using web service URL or WSDL file.
    and create logical port for that URL.
    This will generate Class and method in your system.
    After that you can use this class and method to call this web service.
    Regards,
    Arpit

  • ADOBE CC - Redeem Code

    Hi!
    I have won 12 month of Adobe Creative Cloud. I Have a code to redeem. My CC expired on 29 December (Student Subscription). I can redeem the code after my subscription?

    Thanks for the answer!
    I try to contact the Italian Adobe Assistance but they have answered to me that they don't know about this.
    The problem is that my actual subscription is limited (for example i not have Prosite ecc.) The Code to redeem include the complete suite, so prosite ecc...
    Sorry for my bad English =)
    hans-g.

  • Problem with BPC 10 REST SERVICE. (Write-Back  BAdI)

    Hello!
    We have implemented a Write-Back BAdI order to write values ​​to a parent and copy those values ​​to their children in the hierarchy. Proper operation.
    Then through the Default Logic we are making various calculations (many to be honest), based on the data recorded with the Write-Back BADI.
    The problem arises when we try to write in a parent hierarchy with many children.
    We receive the following message in Excel.
    We have configured the service as follows
    The transaction st22 says nothing about our problem.
    If I go to log the EPM Add-in for Excel see the following. A problem with REST service (I think that is the PROBLEM)
    Write-Back BAdI writes values properly.
    Thank you!

    Thanks for answering.
    Yes, if I try to write in a parent without Default.lgf there is no problem. I performed the test to the parent node of all hierachy.
    I send the Default.lgf and the others scripts .
    I think the problem is that the communication between BPC and Netweaver is lost, which is done through the REST service??
    thank you very much.

  • BPC 7.5 NW on BW 7.3 - Short Dump when using BADI

    Hello all,
    When migrating from MS bpc to Netweaver we've had to move some logic from script to BADI.
    (Runlogic not supported)
    However we now get shortdumps in when calling the BADI'
    It works in BW 7.0 but now that we are on BW7.3 the error appears and shordumps occur.
    During the upgrade SAP have updated the Class CL_UJR_WRITE_BACK to include a method  "GET_DELTA"
    That's where we have the problem. No OSS notes for it yet.
    The problem shortsumps as follows:
    Short Dump Log.
    Category               ABAP Programming Error
    ABAP Program           CL_UJR_WRITE_BACK=============CP
    Application Component  CPM-BPC
    "ASSIGN_TYPE_CONFLICT" " "
    "CL_UJR_WRITE_BACK=============CP" bzw.
    "CL_UJR_WRITE_BACK=============CM00U"
    "GET_DELTA"
    Error occurs at line statement
    ASSIGN COMPONENT uj00_cs_fieldname-keyfigure OF STRUCTURE <ls_data> TO <l_value>.
    Any help out there?
    Please.........
    Thanks
    Paul

    Hi Paul,
    First of all, there is a How To Guide for RUNLOGIC implementation. It uses BAdI approach as well, but doesn't call WRITE_BACK that can change from version to version.
    Second, you should be able to see that method GET_DELTA is being called under
    IF D_CALC_DELTA eq abap_true and df_bw_delta eq abap_false.
    D_CALC_DELTA is set to TRUE only in Method WRITE_BACK_INT; I hope you aren't using that one.
    DF_BW_DELTA is taken from DM Package parameters. Can you check what you have there or put just a break-point in PACKAGE_LOGIC_1 to see what value those 2 variables have?
    Hope this helps,
    Gersh

  • 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.

  • S&OP on Hana, IBP and BPC

    Hi All,
    can some one please help me in understanding the difference between S&OP on HANA, IBP and BPC and how they are differentiated from SAP APO?
    Thanks in advance.
    Thanks,
    Kishore

    Story started around 2012 with S&OP Hana until version 3.0. Following marketing definition and Gartner group vocabulary, this application has now change its name to IBP S&OP 4.0. Nothing changes within S&OP except improvements with 4.0.
    IBP is a new family of application in SCM under Hana
    BCP belongs to analytic family, not much appropriate for SCM Concern.
    APO is the previous APS of SAP that is still supported until 2025. Say a new customer needs SCM advance planning, better going IBP nowaday but nothing wrong with APO neither
    Daniel

Maybe you are looking for

  • Pop up text on clicking link on a sql report

    Hi I'm using apex 3.2 I've a sql report like below taskId(edit) Task_details Notes owner ..... What I want to do is if I click on taskId which is edit link ,pop up text box should open where I can add notes to that row. How can I achive this? Thanks

  • How can we generate our FTP license using TrueLicense software ?

    Hi friends, I am Jaymin Shah from India. Currently I am developing an J2EE application for office use. Now I want to commercialize that application. So, I look around the web and found TrueLicense as a good Licensing software available for Java.. It

  • Migrating from 10.4.11 to 10.5.1 on a new machine

    I want to migrate my tiger server to a leopard server which will be on a new machine. What is the best way to deal with two computers have the same server name? Install the leopard sever when unplugged from the network and give it the same name as my

  • Trying to make this...

    Hello everyone. I am trying to build a new portfolio site for my graphic design work and have an idea for the menu system I want to use. Here is an example of the menu that i want to create in action. http://www.triplicatedesign.com/default.aspx  Any

  • Upgrade Authorisation Objects between 4.6c and ECC 6.0

    Hello Guru's I am in the early stages of upgrading from 4.6C TO ECC6.0 and I have worked through transaction SU25. During step 2c all of our Z Roles required editing and regenerating, during this step a number of authorisation objects appeared in the