Planning EPM issues

Hi All,
I have successfully installed and also configured planning BPM(Performance Management Architech) everything has been done successfully. I think to create planning application we have to use Performance Management Architech which I should be able to access through Workspace. But I am not able to access Performance Management Architech through workspace, Infact I am not able to see Perfoamance management Architech tab under Navigation>>Administration.
I don't have any errors in installation or configuration. Anybody encountered this type of problem, did I miss some thing?
Any help is greatly appreciated.
Thanks in advance.

Hi,
Have you set up the correct security access, you must
have the Dimension Editor and Application Creator security roles to access BPMA.
Cheers
John

Similar Messages

  • I have an apple id for my ipod touch at home. My company is planning to issuing Ipads. Should I use the same apple id on the ipad for those apps I purchase and would like to purchase and use on my work ipad?

    I have an apple id for my ipod touch at home. My company is planning to issuing Ipads. Should I use the same apple id on the ipad for those apps I purchase and would like to use on my work ipad?

    Yes, otherwise you will have to pay for those apps again. If an app is purchased by one Apple ID, he/she will be able to redownload it again for no cost (note: this does apply to songs, but NOT to movies).

  • New planned goods issue date during delivery creation due to changed route

    Hello All,
    I have defined 2 routes with different values for transit time and transporation lead times. I have configured routes such that in order creation - route A is determined and while delivery creation due to weight group - delivery B is determined.
    Now for Route A i have maintained transit time of 3 days and Transportation lead time of 4 days and for Route B it is 1 day each.
    Delivery scheduling is active for the order type.
    Now when i create the order with a delivery date of say 05/24/2010 then (route A with transit time of 3 days) is determined and the planned goods issue date of 05/21/2010 is in the order.
    Now while creating delivery (Route B which has transit time 1 day) is determined due to the weight group. But the planned goods issue date is still the same 05/21/2010 as in order.
    I am assuming that since the route B has a route of 1 day so the planned goods issue date should be re-determined to 05/23/2010? IS there no scheduling done during delivery creation even though route and subsequently transit time has changed?
    Please let me know the answer to this...
    Thanks
    Shobhit

    Hi ,
    You can use TA - MASS . Enter object type - BUS2032(for sales orders) on initial screen and select sales item data.
    Next screen enter selection fields like sales order no and items. After giving order no and item range , execute and enter all new values for any item data fields. After pressing button "carry out mass change", don't forget to press save button.

  • Need to Post Components in Production Order in MB1A through BAPI as Planned Good Issue

    Hi ,
    I have created a Program to upload data s for MB1A through BDC , it works fine, but for huge data s it takes more time.  alternatively created one more Program which updates through BAPI Function Module  "BAPI_GOODSMVT_CREATE".  It works fine , but one issue noted, after posting through Function Module , components are posted as Unplanned Goods Issue.   I need to post the components as " Planned Goods Issue" instead of "Unplanned Goods Issue " . This can viewed through Tcode : C003
    Below are the  inputs passed for BAPI Function Moduel
    **&------Header Contents of bapi Upload-------------------&*
    header-pstng_date = sy-datum.                                              " Posting date
    header-doc_date    = sy-datum.                                             " Document Date
    header-header_txt  = '000001002280'.                                     " Header text
    header-pr_uname   = sy-uname.                                            " User Name
    header-ref_doc_no  = '000001002280'.                                    " Header Ref. Doc. No.
    CONCATENATE sy-uname sy-uzeit c_method INTO  header-ref_doc_no_long SEPARATED BY '-'.  " Refer  Text
    *Item Data
    wa_item-material   = '000000000010000800'.                             "Material
    wa_item-plant      = '3910'.                                              "Plant
    wa_item-stge_loc   = 'WIP'.                                            "Storage Location
    wa_item-move_type  = '261'.                                            "Movement Type
    wa_item-entry_qnt  = '1'.                                                  "Quantity
    wa_item-entry_uom  = 'PC'.                                              "Unit
    *wa_item-res_item  =  1.                                                  "Reservation Item
    *wa_item-reserv_no =                                                      " Reservation Number
    wa_item-batch      = '0000011027'.                                    "Batch No
    *wa_item-mvt_ind   = 'F'.                                                  "Movement Indicator
    *wa_item-stck_type = 'F'.                                                 "Stock Type
    wa_item-orderid    = '000001002260'.                                 "Order ID
    wa_item-prod_date  = SY-DATUM.
    *wa_item-GL_Account = '610000'.                                     "GL Account
    *TRANSLATE wa_item-batch TO UPPER CASE.
    *APPEND wa_item TO it_item.
    c_code = '03'.
    CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
    EXPORTING
    goodsmvt_header       = header
    goodsmvt_code         = c_code
    TABLES
    goodsmvt_item         = it_item
    goodsmvt_serialnumber = it_sno
    return                = return.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
    EXPORTING
          wait = 'X'.
        commit work and wait.
    Even i tried to pass "Movement Indicator , GL Account etc" , Still not able to fix the issue. Can anyone suggest how to post the Production Order components as "Planned Goods Issue".  I am not sure any other values to be password.
    BR,
    Murali

    I have made something like your :
    * Alimtentation de la BAPI de mouvement de stock MM.
    move : sy-datum        to ls_header-pstng_date ,
            sy-datum        to ls_header-doc_date ,
    * Indique le code mouvement
            '03'            to lw_code.      " 03 normalement, mais je veux que ca plante
    loop at lt_ltap
          into ls_ltap.
       move : ls_ltap-matnr   to ls_item-material ,
              ls_ltap-werks   to ls_item-plant ,
              ls_ltap-lgort   to ls_item-stge_loc ,
              '261'           to ls_item-move_type ,
              ls_ltap-vsolm   to ls_item-entry_qnt ,
              ls_ltap-meins   to ls_item-entry_uom ,
              i_ltak_vb-benum to ls_item-orderid ,
              i_ltak_vb-rsnum to ls_item-reserv_no ,
              ls_ltap-rspos   to ls_item-res_item ,
              ls_ltap-rsart   to ls_item-res_type.
       append ls_item to lt_item.
       clear  ls_item.
    endloop.
    I have to put the reservation number to have it works.
    Fred

  • Actual goods issue date required to be equal to planned goods issue date

    Hi All,
    Can anybody tell me on what basis does the actual goods issue date get determined and what needs to be done if we want to restrict the actuall goods issue date to be equal to the planned goods issue date?
    Avinash

    Avinash,
    Can anybody tell me on what basis does the actual goods issue date get determined
    ???? It is the date that the goods are actually issued from stock, e.g. whatever the date was when the delivery was actually issued, that is the date that is normally written to this field in the delivery.
    what needs to be done if we want to restrict the actual goods issue date to be equal to the planned goods issue date
    That's a pretty restrictive criteria.  Basically, you are telling the warehouse that they are not able to issue the goods early or late.  In companies I have seen, that would constitute a lot of deliveries.  Hope your customers don't need the parts....
    Anyhow, the restriction would have to be against the goods issue transactions being used by the warehouse.  I don't believe there is any standard configuration that creates such a restriction, so it would require custom development.  If you pursue this restriction, make sure you leave yourself some kind of override.
    In many companies, this problem is handled through policy and procedure.  Warehouse manager simply creates a policy about early and late goods issues.  The system will track discrepancies in the case the policy is not followed.
    Best Regards,
    DB49

  • Planning Good Issue date and loading date

    Hi All,
    How I can get the planning Good issue date? I found that the loading date is the same as the planned Good issue date, what's the loading time?
    As what I understanding, loading date + loading time = Good issue date,  But I am not sure how to calculate the planned Good issue date.
    thanks,

    Hello Friend,
    It is determined in Shipping Point configuration.The path is as follows SPRO--> Enterprise Structure >Definition>Logistics Execution-->Define, copy, delete, check shipping point and go in detail the concerned shipping point.

  • WCS Map planning mode issue

    WCS Map planning mode issue:
    Hi ,
    we try to set AP planing mode in WCS with actual obastacle rail other editing featue in planing mode but when we genarate planning we can't get edit map .
    how can we solve this issue .
    thanks and regards
    Robin

    What browser are you using?  There are some compatibilty issues with some browsers like google chrome. I use chrome to view WCS, but firefox to manage/plan mapping.

  • Planning Login issue And EPM windows services error

    Hi All,
    I require help from you guys. I have couple of issues while installing Hyperion 9.3.1 on a sandbox.
    (which is a win2003 SP2)
    Issue1: I have Installed all the applications as mentioned in the Hyperion Documentation. In windows services
    I can't able to start the following services.
    -> Hyperion S9 EPM Architecht process Manager
    -> Hyperion S9 EPM Architecht job Manager
    -> Hyperion S9 EPM Architecht Event Manager
    -> Hyperion S9 EPM Architecht Engine Manager
    Though i could able to start the two other services( Web ATS5 and Data Synchonization ATS5) successfully.
    Error I am getting is like ::: some services stop automatically if they dont have work to do.................
    Issue2 : I could be able to login to Hyperion Appwizard page. when i completed the steps of creating the Application,
    i clicked Finish button. Its displaying error like Error in processing the page please check log for details.
    Please help me to resolve these issue. IF you ever had faced any of these.
    Thanks in Advance,

    Hi John,
    Following is the Captured log file. I followed the steps as you mentioned to capture.
    After reading the log, I came to know that there are no privileges for
    my Table space in planning database schema.
    Can you just let me know, wether i am correct or not.
    So that i can approach my DBA and find out....
    Connection to the datasource created successfully.
    createSchema hyperion.jdbc.base.BaseBatchUpdateException: [Hyperion][Oracle JDBC Driver][Oracle]ORA-01950: no privileges on tablespace 'USERS'
    hyperion.jdbc.base.BaseBatchUpdateException: [Hyperion][Oracle JDBC Driver][Oracle]ORA-01950: no privileges on tablespace 'USERS'
         at hyperion.jdbc.base.BaseStatement.executeOneStatementAtATime(Unknown Source)
         at hyperion.jdbc.base.BaseStatement.executeBatchEmulation(Unknown Source)
         at hyperion.jdbc.base.BaseStatement.executeBatch(Unknown Source)
         at com.hyperion.planning.sql.HspSetupSQLImpl.createSchema(Unknown Source)
         at com.hyperion.planning.HspManageApplication.createApp(Unknown Source)
         at com.hyperion.planning.appdeploy.HspManageAppSession.createApplication(Unknown Source)
         at HspCreateApp.Handle(Unknown Source)
         at HspCreateApp.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Unknown Source)
    Unable to create Scehma for application. Exiting Application Creation.
    Exception in Application Creation :Unable to create Scehma for application. Exiting Application Creation.
    java.lang.IllegalStateException: Unable to create Scehma for application. Exiting Application Creation.
         at com.hyperion.planning.HspManageApplication.createApp(Unknown Source)
         at com.hyperion.planning.appdeploy.HspManageAppSession.createApplication(Unknown Source)
         at HspCreateApp.Handle(Unknown Source)
         at HspCreateApp.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Unknown Source)
    java.lang.RuntimeException: Create application failed.
         at com.hyperion.planning.appdeploy.HspManageAppSession.createApplication(Unknown Source)
         at HspCreateApp.Handle(Unknown Source)
         at HspCreateApp.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Unknown Source)
    Error terminating Essbase connection: java.lang.NullPointerException

  • Hyperion EPM 11.1.2 Planning Configuration Issue

    Hello,
    I am experiencing a bit of a problem when attempting to configure Hyperion EPM 11.1.2.
    Envrionment: Windows Server 2003 R2 64-bit, Oracle 11g
    Issue: Configuration abruptly fails during after the configure database screen for additional EPM products. Upon further digging I found the following error message:
    log4j:WARN Please initialize the log4j system properly.*
    Exception in thread "Thread-26" java.lang.UnsatisfiedLinkError: D:\oracle\Middl*
    ware\EPMSystem11R1\common\config\11.1.2.0\NativeCall.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform*
    I am pretty much at a loss at this moment. I downloaded the 64-bit zip files from edelivery and the install appeared to run successfully. I have tried the big bang approach to configuring and the modular approach, but can't seem to move past this. Has anyone encountered this issue before? Any assistance would be greatly appreciated.
    Thank you.
    Corey

    Hi Corey, that error it is shown because java is trying to open a 32bit .dll file using a 64 bits library.
    to resolve this issue you have to navigate to HYPERIONHOME\common\config
    modify the bat file setJavaRunTime.bat and comment the 64 bits java options like this:
    REM Get JRE or JDK
    REM if exist "%HYPERION_HOME%\common\JRE-AMD64\Sun\1.5.0" goto okSetJREAMD64_150
    REM if exist "%HYPERION_HOME%\common\JRE-IA64\Sun\1.5.0" goto okSetJRE64_150
    REM if exist "%HYPERION_HOME%\common\JDK-IA64\Sun\1.4.2" goto okSetJDK64_142
    REM if exist "%HYPERION_HOME%\common\JRE-IA64\Sun\1.4.2" goto okSetJRE64_142
    if exist "%HYPERION_HOME%\common\JRE\Sun\1.5.0" goto okSetJRE150
    if exist "%HYPERION_HOME%\common\JDK\Sun\1.4.2" goto okSetJDK142
    if exist "%HYPERION_HOME%\common\JRE\Sun\1.4.2" goto okSetJRE142
    then run the config utility again it will works. regards
    Lucio.

  • Planning Units issues in Hyperion Planning 11.1.2

    Hi, experts.
    I'm new in HP, so needed some help with misunderstanding of how PU&proccess management normally works.
    More detailed I interested at the area of Validation rules.
    I have to give an example of few problems I met during my try to implement this functionality.
    Firstly, it's a newest version of EPM 11.1.2 installed and supported by the vendor's professionals
    I have Planning app deployed in EPMA with 14 dims. I didn't drop any standard planning dimensions, all are present
    There is the only PU hierarchy to test how approvals works. It has 3 entities and 12 elements of additional dimension - functional group. Hence, there are 36 level zero members in PU hierarchy.
    Form1 consists of 36 rows according to PUH, columns are Period (17) and one custom dim for the target, plan values, it's diff etc. Validation rule VR1 on Form1 check negative values of target minus plan (I plan expences) VR1 has "No Promote" flag. Then I start 2 level0 planning units (entity1-FuncGroup1 and entity1-FuncGroup2). I try to promote these PU1&PU2. It's Ok only if negative exists I get an data error links drilling down into my form1. So user can see the error and all happy.
    Problem actually with form2 that has Region Dim in page. Entity,Functional Group,Account in rows and Plan value,Year,Period in columns. It also has VR2 for testing plan values greater than 1000 with No Promote option. Another VR3 checks values greater than 100 to add new approver, reviewer (no matter) to the approvals process management.
    Both VR2 and VR3 don't work accurately. They fired only for the first member in page (Region), hence any data validation for other regions except first skipped. In addition VR3 when triggered for Region1 always circles (between new and previous approver). It meens there is no way to finish this proccess using the promote option. Anyway you can approve PU, but all steps after current Aprover will be skipped in promotional path.
    Maybe I can't work with Proccess managment in the right way? So could anybody give me an idea what's wrong. I've spent much time googling any issues like me have
    Many thanks in advance,
    Vladimir

    Hi, Theresia
    Yes you're absolutely right, I created VR from the manage form's menu. So I use standard HP 11.1.2 functionality. I've seen it in new features while read Oracle documentation. Also with testing of approvals in Proccess managment I use distinct colours for negatives and diff values (greater 1000 and 100 in my example). Colours work fine, but i can't say it about aprovals :). And all these examples of using planning form VR's i've taken from oracle administrators&user guiide and from presentations of EPM 11.1.2
    In addition I've started work with Hyperion products 2-3 month ago. Hence I have to read a lot of information because my previous experience was OLTP, RDBMS not OLAP.
    As a first step i wanna know all standard possibilities of product i use. And also best practice and some often used technics. Many thanks for your idea with Smart list and BR i'll try it (though i use EMPA and Calc Manager rules). I know that soon I have to use Java API's, so I might read and learn Java to write the simplest code first. But for me it's too much info i have to load into my brain in such short period :)
    As a resume, my opinion it's a bug of new features EPM 11.1.2. But maybe I'm wrong cause none has said the same
    Anyway thanks, Theresia, for your help. If you know or will some new additional info i'll say you thanks again
    Best regards,
    Vladimir

  • Planning : plan number issue for plan3

    Hi guys,
    I've created an planning app containing 3 standard plans : plan 1, plan 2 and plan3.
    My EPM system release is the 11.1.1.3.
    On my Account dimension, my master plan is plan1.
    Some detailed data must be supported by plan2 or plan3. Then, only the agregated member is valid for plan1.
    I manage to do this without any issue with my plan2. (I check plan2 as source plan type for detailed data).
    My issue : It's impossible with plan3, the source plan type must be plan1 for all my detailed data.
    The number affected for my plan3 number is 4, althought I've not created a Planning Capex plan.
    I tried to do this on another application, I encountered the same issue.
    *Have you ever seen such an issue?
    What could I do to solve it?*
    Thanks and Regards,
    J.

    Hi,
    As per my understanding, what you have mentioned above is exactly the way SAP is designed. Its SAP Standard behaviour.
    But if you check your PR document type - no:range & the CBP no:range both will be same only since both refers to the same object.
    Please check the PR document type that you have assigned in the CBP & its no:ranges.
    Thanks & Regards,
    Ram

  • BI-IP - Planning Buffer issue

    Hi Experts,
    In our current BI-IP project, there is a requirement to jump from an input ready query, located in web template u201CAu201D, to another web template u201CBu201D, which contains one display only query and a couple of planning functions.
    To do this, we are using the standard RRI feature, since the users want to use the mouse right button to select one specific cell in the input ready query as the start point of the jump.
    Everything works just fine, except when the user changes the plan values in the origin query and jumps to the destination without first saving the data. In this case, the values are not refreshed in the destination query in web template u201CBu201D. This situation really represents an issue, because this kind of navigation is supposed to occurs frequently, and the users donu2019t want to save the data every time they jump to the second web template.
    As a workaround, we tried to use the class CL_RSPLFA_PLAN_BUFFER to read the planning buffer in the target web template, but it does not work, since the planning buffer delta can only be accessed by queries and planning functions in the context of the same application, in our case the web template u201CAu201D, from where we jumped.
    We understand that this situation represents a limitation of the standard BI-IP planning buffer concept, so we would like to hear from you suggestions on how to workaround this issue.
    Any input will be highly appreciated.
    Thanks in advance,
    JSalva.

    Hi Matthias, thanks for your reply.
    Yes, we are almost sure that, so far, is not yet possible to recover, from outside, changed data in the context of a particular planning session buffer, at least using standard methods.
    What we are looking for at this moment is a workaround for the jump using the context menu. Since integrate the both web templates in only one is not really a solution, according to user needs and layouts defined in the Business Blueprint, we have to find a way to implement, for example, a save function before the jump. However, it's a little bit tricky, because we are using a standard query jump (RRI), so itu2019s impossible to use any kind of command with that.
    Can anyone provide a script code example on how to implement an additional entry in the context menu that: 1) saves the data in the origin application (web template u201CAu201D) before the jump; 2) jumps into the destination (web template u201CBu201D)?
    Best regards,
    JSalva.

  • Actual Goods Issue date and Planned Goods Issue date

    Dear All
    we are loading the january,08 sales  invoice from the legacy system to SAP system through BDC program.
    for this at the time of PGI we are using Actual GI date as month of January, 08 and keeping planned GI date as the system date and at the time of creating sales order, delivery, we are not changing the material available date, loading date, delivery date, at the item level and system taking automatically based on the current date
    when doing PGI system accepting and creating PGI document and billing also creating based on this delivery.
    But dose it give problem in Inventory managements and FI in future, then what would be the right procedure to uploading the back dated invoices in the system.
    Please give me solution for this issue, or what we are doing is the right procedure.
    Thanks In advance

    For those who might come across this note, the design issue was solved by incorporating Rule Groups.
    Problem:
    Need to have 2 different Date references for 0calday, based on the key figures. For example for Sales key figure date it would reference to Actual GI Date. But, for Intake key figure I needed the date reference to be Planned GI date.
    Solution-- applied to the transfer rules of the desired cube:
    1. In the starndard rule group delete the transfer rule for the appropriate key figures. in this case (sales key figure)
    2. In the same rule group map all time characteristics from the cube to Planned GI date from DSO
    3. Create a new rule group in the transfer rule between the DSO and the Info Cube
    4. In the new rule group, create a new rule for the appropriate key figure i.e. sales
    5. In the new rule group, Map the date/week/month/fiscal period to Actual GI date
    6. save/activate
    This solution eliminates the need for changing the data model, which makes everything almost transparent to the report users.
    Hope this helps someone.
    Edited by: Babak Shafiei on Dec 12, 2008 5:23 PM
    Edited by: Babak Shafiei on Dec 12, 2008 5:24 PM

  • ABC Analysis of Planned Consumption(Issue against Reservation).

    Hi Experts,
    Is there any standard report is available for ABC Analysis of Planned Consumption(material issued against Reservation)?
    thx in advance...

    Hi,
    I allready tested with Tcodes such as MC.9 (gives details of total & unplanned consump. not for Planned consump.) & MB51(gives details for only one Mov. Type say either 261 or 262 not possible to do ABC ana. for balance of both)
    Is there any other std report as ABC analysis of planned consp.
    Thx in advance...

  • HAL planning adapter issue

    Hi all,
    We are using planning 9.3.1, and the planning and HAL 7 are on same machine , the issue was when I tried to pull the planning adapter on to flow diagram - I got a prompt for planning server name , i gave the planning server name
    the error is
    connection refused to host; nested exception is: java.not connect exception ;connection refused; connect.
    Does I need to do any priliminary configuration before trying to use planning adapter..... I appreciate if anyone help me regarding this issue.
    Thanks a lot
    regards
    M.V

    Here are a couple of other things to check:
    1) Make sure the Planning web app server is running.
    2) Verify that you can log on to Planning at http://<your_server>:8300/HyperionPlanning/LogOn.jsp using the user name and password you're supplying to the HAL Planning adapter.
    3) Make sure you're supplying the Planning server name, not the Essbase server name to the server port on the Planning adapter. I get them mixed up every once in a while, and when I do, I receive exactly the error message you posted.
    4) Make sure the RMI registry service is listening on port 11333. If it isn't, click the Advanced... button on the dialog that appears when you drop the Planning adapter onto a flow diagram, and then specify the port number the RMI registry service is listening on. Alternatively, reconfigure the RMI registry service is listen on port 11333.
    Hope this helps.

Maybe you are looking for