BPC NW 10 DM Package

Hello Experts,
System - BPC NW 10.
For a data manager package that is run by business, I would like to give them a prompt that has some information. For example, the message/info should be
"Please make sure to verify versions are maintained before running this data manager package".
After reading this message, the user needs to click "Next" and run the package. How do I do this?  I do not want to use prompts like "RADIOBUTTON", "COMBOBOX" etc.. as I only want to display the message.
I tried the prompt "MESSAGE" and it is displayed in the same page where we get the "Run" option. I do not want this option as I want the user to read the message and then click "Next" to run the package.
Any information/help in this regard is highly appreciated.
Thank you...

Hi Vijay,
Please have a look at your ST22 t-code if it gives this error:"exception 'CX_SY_RANGE_OUTOF_BOUNDS'   " apply the following note:
1957783 - An exception 'CX_SY_RANGE_OUT_OF_BOUNDS' occurs while
loading infoObject hierarchy on BW 740
Regards,
Noura

Similar Messages

  • BPC 7.5 CONSOLIDATION Package

    Hi team,
    Issue:
    To execute the consolidation Package SAP delivered the Package with default promts as Category/RptCurrency/Time.
    But my scenario for consol is to execute consolidation at group level. So I ahve changed the prompts in data manager package to Category/Group/Time.
    If try accessing the package directly from BPC excel, package promoting with prompts as category/Group/Time.
    But if I try accessing the package using BPF, system is promoting Category/RptCurrency/Time.
    May be it is taking prompts from standard process chain not from front end.
    Any one figuring the same problem in BPC NW 7.5?
    How to make BPF to take prompts from front end.???
    Thanks and regards
    Naveen Vaddi

    Make sure your  have correct MDX statements in 'consolidation' logic as well.
    Make sure the 'group' dimension members are correctly defined.

  • BPC 7.5 Run package doesnt update new request into the Cube though

    SAP BPC 7.5 NW - Run package
    When I run  a data package previously it was generating records for the data as a new request in the Plan Cube in the back end.
    But since today though the package is successfuly it does not generate any new records or create a open request in the plan cube.
    Lite Optimize didnt work.

    Hi,
    Could you please open up your transformation and try and validate the transformation with the data in your infoprovider. Have a limited selection and see if you can validate the transformation file successfully.
    Thanks

  • BPC NW7 sp03 installation(packages missing)

    Hi
    WE are installing BPC7.0 NW sp03 as per installation guide. Successed in installing BPC admin client, office client.
    But at BPC excel interface, i observed few options are disabled.
    Eg: Under  eData menu item many sub menu items are disabled(16 out of 19) as well for appset(appshell) and application(planning), when i chose to run data manage pakage, a dailog box comes with company folder, but no package groups and packages are exising. Not only for appset(appshell) and application(planning), but also i tried with custom appset & app combination also, i'm not viewing any package group & packages, what might be problem?
    In backend(bw system), check system->status, for software component(CPMBPC), no support package is there? I know latest SP is sp08. Is datamager packages are not viewing, becoz of absence of support packages?
    could anyone  help for post installation activity?
    thanks,

    Any suggestions please..

  • BPC MS - Custom copy Package

    Hi guru,
    I need to copy a selection of data but with a custom package because I need to fix a parameter:
    E.g.:
    Source:
    CATEGORY TIME          DATASOURCE   value
    B                   2011.10            DS_P               100
    Target:
    CATEGORY TIME          DATASOURCE   value
    B                   2011.11            DS_P               100
    The fixed parameter will be the datasource DS_P.
    My question is:
    is it possible to set default parameter DS_P in package in order to avoid user to copy only this datasource? in this case, how can I forbid the user to change this fixed parameter?
    thanks in advance.
    Marco

    BEGININFO(%SQLDUMP%)
    select %FACTDIMS%,SUM(SIGNEDDATA) AS SIGNEDDATA FROM (SELECT %FACTDIMS%,sum(SIGNEDDATA) as SIGNEDDATA FROM (SELECT     %FACTDIMS%, SIGNEDDATA FROM TBLFACT%APP%  WHERE %SELECTION% AND  DATATYPE IN ('DT_PERC','DT_DRIVER')
    UNION ALL SELECT %FACTDIMS%,SIGNEDDATA FROM TBLFACTWB%APP% WHERE %SELECTION% AND  DATATYPE IN ('DT_PERC','DT_DRIVER')
    UNION ALL SELECT %FACTDIMS%,SIGNEDDATA FROM TBLFAC2%APP% WHERE %SELECTION% AND  DATATYPE IN ('DT_PERC','DT_DRIVER')
    ) AS SourceTable GROUP BY %FACTDIMS% union all SELECT %FACTDIMS%,0 as SIGNEDDATA FROM (SELECT %FACTDIMS%,0 AS SIGNEDDATA FROM TBLFACT%APP%  WHERE %TOSELECTION% AND  DATATYPE IN ('DT_PERC','DT_DRIVER')
    UNION ALL SELECT %FACTDIMS%,0 AS SIGNEDDATA FROM TBLFACTWB%APP% WHERE %TOSELECTION% AND  DATATYPE IN ('DT_PERC','DT_DRIVER')
    UNION ALL SELECT %FACTDIMS%,0 AS SIGNEDDATA FROM TBLFAC2%APP% WHERE %TOSELECTION% AND  DATATYPE IN ('DT_PERC','DT_DRIVER')
    ) AS zeroTable  GROUP BY %FACTDIMS%) as TotalTable    group by %FACTDIMS% OPTION(MAXDOP 1)
    ENDINFO

  • Export BPC data using standard package

    I tried to use the standard 'EXPORT' package to export data to flat file.
    It is successful for the base members but fail for the calculated members.
    How to export the calculated member? Do I need to customize the EXPORT package?

    Hi,
    The export package basically exports the transactional records from the database to an external file. However, the calculated members are not stored in the database. These members are calculated on the fly. And thats the reason you are not able to see the data for the calculated members.
    Hope this helps.

  • NEW TO SAP BPC - Advice on Data Management Packages

    Hi,
    I am an experienced Microsoft BI User, but am new to SAP BPC.
    I am working on a project that has required me to create custom SSIS packages for my client. To date my packages transform / cleanse and format the source into a clean CSV file, that requires no further intervention from the user, other than to use the standard SAP BPC Import Routine, with a simple Transformation file.
    In order to fully automate the process, I would like my Custom package to automatically invoke the Standard import package without any user based intervention.
    Can anyone advise on this?
    I have considered writing further logic in my custom package that would completely bypass SAP BPC Data Manager, and insert the information direclty into the Fact Tables, taking into consideration any members that don't exist in the Dimensions. However, I would prefer not to go down this route unless absolutely necessary.
    Can anyone point me in the right direction, so that I can call a clear routine from within my custom package, that would invoke a SAP BPC package /task to clear certain data from the fact table, and then call another Package / task that would update the Fact table based on a fully prepared csv file.
    Many thanks

    You could modify your custom package to perform all the steps thru BPC import and have the user initiate the Package from the BPC Data Manager.  You would just need to add a MODIFYSCRIPT variable (see the standard IMPORT package as an example) and add the BPC tasks required to Convert/Load that data your package already prepares.
    I have had prior success having a custom package initiated from within the BPC Data Manager extract data from an external data source (ie: Oracle), use user provided runtime input to customize data extraction parameters, manipulate the extracted data, and import it into BPC.
    Unfortunately I've never attempted to initiate a BPC task without the package being initiated from within BPC.  But I would surmise that if you provide the proper values for the individual BPC Tasks (ie: Convert and Load) required properties (ie: AppSet, App, User,...), I cannot think why it would not work.

  • Package run error

    Dear Friends,
    I am not able to run the Package successfully in BPC, because some dimensions are not mapped in BI to BPC which showing the error in BPC after run the package.
    I am trying to pull the transactional data from BI to BPC and while mapping in infoprovider BI to BPC, I am not able to find all the dimensions which are created in BPC.
    In the Application set I can map the dimensions which are not available in BI. Can anyone please guide me how to map such dimensions with BI.
    Thanks in advance.
    Regards,
    MD.

    Hi,
    If you have some additional dimensions in BPC, which are not in BI, then you can use *NEWCOL statement in the transformation file, something like:
    dimname = *NEWCOL(ABC)
    ABC is a valid member of the dimname dimension.
    Hope this helps.

  • Open Hub For BPC Cubes

    Hi Gurus,
    I have an issue about the open hubs for BPC cubes. I have a need to take my transactional data from my BPC cube to a table.So  I want to create an open hub on my BPC planning cube.
    But when i create the open hub on BPC cube, it doesn't read the package. So, data cannot be read. But the open hubs work on my BW cubes.
    Is there anything i should do different for BPC cubes ? How can i make the open hub work?
    Thanks in advance..
    Fatih

    Hi Fatih,
    Glad you got this working, but a word of warning: As far as I am aware, customer SAP BW development linked to objects in the BPC namespace is not supported. It may very well work, but BPC may also delete and recreate BW objects at any time and without warning, which can leave you in a situation in your production environment that is very difficult to recover from without manual modification of the production BW environment.
    The recommended way to export data from BPC NW into a flat table is to use the BPC data manager Export package. You may want to try this option and see if you can meet your requirements this way.
    Ethan

  • BPC 7.5 NW: Loading transaction data from infocube

    Hello, I am trying to load transaction data from an infocube into a BPC application using a package based on /CPMB/LOAD_INFOPROVIDER.
    The master data (cost center and cost element) are already loaded. As they are compounded, we have added in the key the CO area (eg ID=0CO_AREA+ID)
    I am facing an issue that the system ads leading 0 in front of the values of those master data comming from the cube.
    So the data looks like CO_AREA00000000000cost_center.
    As the data where correctly loaded in the dimensions (CO_AREAcost_center), the loading fails.
    How can we remove those 'O'?
    Thanks!

    Hi Anton,
    We use this in most of our projects; since auditing is one of the important requirements.
    You should enable the auditing for selective categories only. With each transaction data entered, it will keep a log, which can increase the size a lot, and hence impacting the performance.
    If you are enabling the log, you should frequently purge the audit data as well. However, you should take a backup of this and then purge it.
    Hope this helps.

  • Dm package(process chain: /cpmb/load_infoprov_UI)

    HI Friends,
    i'm trying to load data from bw cube to bpc, using data manager package(based on process: /cpmb/load_infoprov_ui). Which allows user to selectively load data. With this DM package,  succsfully loaded data for few combinations, but i failed later on upon using this. What i did, was for few combinations i changes filed list options like selecting all, or selecting few fields . Now i'm unable to successfully use this dm packge. Where as normal process chain based package working correctly(/cpmb/load_infoprovider). Do i need to select any mandatory fields in field list option while executing packge based on selections.  Filed list means, i read text as " select attributes for which you want to get master data". Now this package not bringing any data to bpc.
    Any observations on this pls.
    thanks,
    SELECTION=<Selections><Selection Type="Selection"><Attribute><ID>YSEMPOSIT</ID><Operator>3</Operator><LowValue>14140</LowValue><HighValue>14141</HighValue></Attribute></Selection><Selection Type="FieldList"><FieldID>YSEMPOSIT</FieldID></Sel
    ection></Selections>
    i select single field(ysemposit) in field list and given ysemposit range(14140-14141). above one is view package status screen.
    For 2nd case,
    SELECTION=<Selections><SelectionType="Selection"><Attribute><ID>YSEMPOSIT</ID><Operator>3</Operator><LowValue>14140</LowValue><HighValue>14141</HighValue></Attribute></Selection><Selection Type="FieldList"><FieldID>0CALMONTH</FieldID><Fiel
    dID>0CFM_TR_CUR</FieldID><FieldID>0CHNGID</FieldID><FieldID>0CURRENCY</FieldID><FieldID>0CURTYPE</FieldID><FieldID>0DATAORIGIN</FieldID><FieldID>0FISCPER</FieldID><FieldID>0FISCPER3</FieldID><FieldID>0FISCVARNT</FieldID><FieldID>0FISCYEAR</
    FieldID><FieldID>0OBJ_CURR</FieldID><FieldID>0PS_COARCUR</FieldID><FieldID>0RECORDTP</FieldID><FieldID>0REQUID</FieldID><FieldID>0VTYPE</FieldID><FieldID>YBUSLINE</FieldID><FieldID>YBUSPROD</FieldID><FieldID>YBUSPROD__YBRAND</FieldID><Field
    ID>YBUSPROD__YPRODGROP</FieldID><FieldID>YBUSPROD__YSERVTYPE</FieldID><FieldID>YCCA_CAT</FieldID><FieldID>YCIRCLE</FieldID><FieldID>YCOMBCCOD</FieldID><FieldID>YCOMBCIR</FieldID><FieldID>YCOTELMNT</FieldID><FieldID>YCO_AREA</FieldID><FieldI
    D>YCSTCENTR</FieldID><FieldID>YG_CWW001</FieldID><FieldID>YREGION</FieldID><FieldID>YSEMPOSIT</FieldID><FieldID>YTECHTYPE</FieldID><FieldID>YVERSION</FieldID><FieldID>Y_PCMODEL</FieldID></Selection></Selections>
    i select choose all fields in field list and given ysemposit range(14140-14141).

    Hi,
    with the process chain you mentioned, just make sure al attributes are selected in the second tab of your selection screen. If an attribute is not selected, you cannot use it for your selection ... Also note that with this process chain the SELECTION statement in your transformaiton file will not work anymore ...
    D

  • Run SSIS Package (SQL Database on Different Server) from Data Manager.

    Hi- How to run a SSIS package from BPC Data Manager -This package connects to another SQL Server Database and creates a text file. This text file is the source to BPC custom tasks CONERTTASK and DUMPLOAD task to load to BPC.
    Here is the  flow of the complete package- Dataflow (Create the text file from a SQL Database)
                                                               CONVERT TASK (Convert the file to BPC Format)
                                                                DUMPLOAD TASK (Load the converted file to BPC)
    Any pointer will be a great help.

    Hello Pam,
    When you run SSIS package with BPC DM it runs on the application server. You don't really have to run a package on a different server in order to get data from a remote database and dump it to a file. That task can be done in your SSIS package using various data sources/destinations. If that's what you are trying to do. The only thing is, your BPC admin user (the one you used to install BPC) has to have an appropriate privileges on a remote server.
    Hope that helps.
    Regards,
    Akim

  • How to uninstall a service pack BPC 5.1 SP09 and revert back

    We are planning to upgrade from BPC 5.1 SP03 to BPC 5.1 SP09 on our test servers and would like to develop a backout plan incase we need backout this new service pack.  Does anybody have any ideas on how to do this?

    Unfortunately, support pack of BPC is foward-only packages. There is no option to uninstall specific SP or rollback. I like to suggest to use some image making tools such as Norton ghost.
    However, you may have to backup your appset also. Because some of support packs have database related changes such as table design update as well as stored procedures.

  • Cannot perform write (ILLEGAL_INPUT) - BPC Cube

    Hello Friends,
    I getting the below error in log file while uploading the transnational data from BI to BI BPC Cube.
    DM Package: Import_Transaction_Data_BW_Delta
    /CPMB/MODIFY completed in 0 seconds
    /CPMB/SOURCE_DELTA_IP completed in 107 seconds
    /CPMB/CLEAR completed in 0 seconds
    [Selection]
    INFOPROV_INIT_NAME = Actuals_GL
    RUNLOGIC = No
    CHECKLCK = No
    [Message]
    Task name SOURCE DELTA INFOPROVIDER:
    Cannot perform write (ILLEGAL_INPUT)
    model: . Package status: ERROR
    The same package is running in other model and its working fine.
    Can anyone please help me to give the correct reason why it gives the error.
    Regards,
    Rajesh. K

    Hi Rajesh,
    I think in the backend you may change the structure of the cube.
    Go to backend I mean BW and use RSA1 tcode
    Next choose your cube and right click on it, later choose real time load behavior, check their is in planning mode or data loading mode, if it is in data loading mode please change in to planning mode and run the package .
    Regards,
    Saida Reddy G

  • BPC 75NW Debugging

    Hi Experts,
    I am new with BPC and I wondered if is there any posibility to debug a Legal Consolidation Package. We execute the package with all the required information ready to eliminate, but the package does not process any register and I would like to debug to analyse the steps follwed by the package.
    Thank you in advanced.

    HI Daniel -
    Please review the process decribed in the following blog on Debug/Troublesooting BPC NW :
    [/people/scott.cairncross/blog/2010/03/14/troubleshooting-bpc-netweaver-data-manager-packages|/people/scott.cairncross/blog/2010/03/14/troubleshooting-bpc-netweaver-data-manager-packages]
    Regards,
    Sheldon

Maybe you are looking for

  • Q:  Data Modeler - Logical Model - 0 or 1 to....relationships...

    Hi, I'm currently at a client where we're using Oracle SQL Developer Data Modeler to design our Logical Data Models (as part of an overall deliverable). When in the Oracle SQL Developer Data Modeler (in the logical view), I'm trying to figure out if

  • Music Error

    When every I try to play music, it says the error code 805a193. I looked up this error code on Bing, and it says it occurs when you try to download an app. Please help, trying to listen to my music, and this is the second major problem with a Nokia 9

  • Iphone web camera?

    is it possible to use your iphone camera as a web camera, i know it does not take video but just wondered if it was hooked up to my pc and windows see's it as a camera then would it be possible to use it?

  • Home sharing error -9843

    when i try to import from my imac to macbookpro using home sharing i get error -9843. what is this and how do i fix it?

  • HELP!!!!! Double Applet Viewer

    I am running an applet in JBuider. When I run it JBuilder's applet viewer one applet comes up but when I run it in Sun's applet viewer 2 applet viewers come up. An ideas on why this is happening and how I can fix it? Thanks, Ayelet