EvMNU in 7.0NW SP-5

Dear Experts,
I am using BPC7.0NW SP-5.
I am using EvMNU function as below. But Its not openming "TEMPLATE.XLT".
=EVMNU("OPENFILE","Click","HTTP://BPCDEV/PLANCONSOL/OPEX/eEXCEL/INPUT SCHEDULES/TEMAPLE.xlt")
I guess, some thing incorrect in Path to "TEMPLATE.XLT".
Please correct me ....
Thanks a lot in advance...

Hi Friend,
Could you please give some samples for "MNU_eData_RUNPACKAGE" and "MNU_eDATA_SELECTPACKAGE".
from Custom menu or input template.
From my Custom Menu Sheet, I have button with Macro assigned, macro name : MNU
Below is my macro...Its not working....
Sub MNU()
Application.Run (MNU_eDATA_SELECTPACKAGE("Copy", "/CPMB/COPY", "ADMIN", "Data Management"))
End Sub
Please help...
Thanks a lot in advance..
Edited by: S.KumarBPC on Nov 4, 2009 4:47 AM

Similar Messages

  • FOR Loop in 7.0NW SP4

    Dear Experts,
    How can we write FOR loop in 7.0nw SP4.
    *WHEN  Acct
    *IS "C"
    *FOR %YEAR%=2005
    *FOR %MONTH%=JAN,FEB,MAR,APR,MAY,JUN,JUL,AUG,SEP,OCT,NOV,DEC
    *REC(ACCOUNT="D",FACTOR=[Acct].[A], [TIME].[%YEAR%.%MONTH%] * [Acct].<b>, [TIME].[%YEAR%.%MONTH%]
    *NEXT
    *NEXT
    *ENDWHEN
    I am  facing error with TIME loop for "Acct" member "B".
    How to use tow loops in *REC() in 7.0NW SP4?
    Can any body correct this code..?
    Please help..
    Edited by: S.KumarBPC on Oct 25, 2009 6:52 AM
    Edited by: S.KumarBPC on Oct 25, 2009 6:54 AM

    S.KumarBPC,
    I don't believe that you have a valid MDX statement in the FACTOR= of that *REC statement. There is also a parenthesis missing on the statement. Try something like
    *REC(ACCOUNT="D",EXPRESSION=%VALUE%*([Acct].[A], [TIME].[%YEAR%.%MONTH%])*([Acct].<b>, [TIME].[%YEAR%.%MONTH%]))
    Hopefully that helps a bit.
    Ethan

  • *SELECT in BPC 7.0NW

    Dear Experts,
    I am from 5.1 version. Now I am using 7.0NW version.
    I am trying to use *SELECT in my script logic but its not working...I am trying a simple code as below..
    *WHEN ACCOUNT
    *IS <> "NoAcct"     
    *SELECT(%INCACC%, "[ID]", "ACCOUNT", "ACCTYPE='INC'")
    REC(ACCOUNT=%INACC%, FACTOR=GET(ACCOUNT=u201DPRICEu201D)7)
    *ENDWHEN
    Please help me..Thanks alot in advance...

    Hi,
    For better response to your query, please post your question to " Business Planning and Consolidations, version for the NetWeaver Platform" forum.

  • 7.0NW: script logic to post data to another cube

    Hi,
    On the 7.0NW we have a FINANCE cube (8 dimensions) and a FINANCE_DETAIL (12 dimensions) cube. I was hoping that someone could advise on how to transport data using script logic from FINANCE_DETAIL to FINANCE, knwoing that the SQL logic for the MS-platform is no longer applicable (DESTINATION_APP statement) on the NW-platform.
    Thx&Rgrds
    Bjorn

    BPC7Nw supports ABAP development through script logic. You can use the keyword 'call custom logic' to execute the BADI that you developed. With SP01, you can also pass parameters to this BADI. Here are step by step instructions to do the same.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20f4252d-98ca-2b10-e689-f85085ae2d12
    Regards
    Pravin

  • BPC 7.0NW Landscape

    BPC Gurus,
    Please advice on the below lanscape of BPC7.0NW for BPC Consolidation:
    1) Client has installed BI(Global) instance which has got all Business content intalled for regular extractions from ECC for FI, SD, MM, PP reportig.
    2) And they have installed BPC over another instance BI(Local) which does not have any Business Content objects like in BI(Global).
    Question:  Is there a concept of Local and Global installations of BI for the purpose of BPC? If so why?Is there an SAP documentation of SAP best practices on this?
    If so how to load master data and transaction data to BPC from Global BI to BPC? Is it that I have use open hub for master data and transaction data or any other way?
    What are the advantages and disadvantages of the layout as for as BPC is data loads(masterdata & transaction data) is concerned?
    Which is best landscape for the client??
    Thanks in Advance,
    GMR

    Hi GMR,
    What I would do with the scenario that you described below is the following. I would have my GLOBAL instance setup as a Source System within my LOCAL instance. Once you have done this you can setup a "one hop" loading process from your BPC system. BPC can do the following when it comes to loading master and transactional data.
    Dimensions can be loaded from BW InfoObjects and their corresponding master data via standard (BPC 7.5 NW)
    Dimensions can be loaded from BW InfoObjects and their corresponding master data via How-To Guide (BPC 7.0 NW)
    BPC Applications can be loaded from BW InfoProviders
    This means that you will need to (at least temporarily) persist what you pull in from GLOBAL somewhere in your LOCAL BW instance prior to pulling it into your BPC NW system.
    For Master Data I would suggest replicating the key infoObjects from GLOBAL to LOCAL and integrating this into a single data manager package that you can use to pull master data from GLOBAL BW into the LOCAL BW and finally into your BPC NW Dimension Library within your LOCAL instance.
    For Transactional Data I would suggest using a write optimized DSO in your LOCAL instance that you load into from your GLOBAL instance and then subsequently you pull the DSO data into your BPC Application via the Load from InfoProvider Data Manager Package. You could as I suggest above integrate this all into a single data manager package by copying your process chain and making some modifications.
    Hope this helps,
    Cheers,
    Scott

  • BPC 7.0NW installation error

    Hi,
    In BPC server diagnosis, we are getting an error 'Current User Name does not have permission for Administrators group. - Incorrect' when we try to install BPC 7.0NW. We get this error when we try to install BPC. The user has full admin rights. Still we are getting this error. We uninstalled and tried couple of times. But we are not able to move ahead. Please suggest.
    regards,
    Lokesh Nandula

    Hi
    Please make sure that the account that is used for the installation is a member of Local Admins in Windows on the .Net server. It should be explicitely listed in that group (as opposed to a nested group membership)
    best regards,
    Bruno Ranchy

  • Add Comments in 7.0NW

    Dear Experts,
    I using BPC 7.0NW.
    After adding the comments where comments are actually stored ?
    In 5.1 we have comments tables.
    And wht will be the performance if i use more comments and wht is the lenght limit for comments?
    Please help..
    Thanks alot in advance....

    S. Kumar,
    Comments are stored in tables on the Netweaver BW system, much as they are stored in SQL Server tables in the 5.1 version. I don't know the table names off of the top of my head, but you search for them in the backend system and you should be able to find them without too much trouble. Look in SE16 for table names starting with UJ* or /1CPMB/*.
    In my experience comments in the Netweaver version are quite fast, always returning in a couple of seconds or less. However we are not dealing with high volumes of comments currently, so it is possible that this performance could slow down if you started dealing with large numbers of comments in your application.
    Ethan

  • BPC 7.0NW Reporting

    Hi,
    Current we are using BI7 cube with WAD for reporting, after BPC7.0NW GA (Feb 09) we are planning to use BPC front-end (excel reporting) with BI cubes. Do see any problem? or
    We are loading actual data & master data into BI, do we need to related this data again into BPC namespace to use BPC excel front-end reporting? Here there is no plan data involved, all data are actual and actual reporting only.
    Thanks
    Ramesh

    Using BPC 7.0 NW, you must use the BPC admin interface to create new BPC-controlled BI cubes, in a \CPMB\ namespace dedicated to BPC. Only these cubes are available for reporting from the BPC Excel user interface. Other existing BI cubes can't be accessed directly from BPC.
    There are tools to move data & master data back and forth between the BPC-controlled cubes & existing BI cubes, but there are a number of complexities & design considerations.

  • Activity Based Budgeting in BPC 7.0NW

    Hi friends,
    Currently I am on the blueprint phase of bpc7.0nw implementation.
    I was just wondering id someone can tell me that can we do activity based budgeting in BPC?
    and if yes than please tell me how.
    thanks

    hi,
    As BPC is a account based model. We can assign a budget to particular account (using the account dimension).
    But we generally dont maintain activity master data in BPC (As this is my previous project experience).
    Even if we maintain activities list in BPC, it will keep changing frequently.
    How can we maintain activity master data in BPC?
    any suggestion from experts...
    Edited by: RaciMishra on Mar 4, 2011 6:37 AM

  • EVMNU Macro to expand active sheet

    Hi all,
    I have a question regarding the EVMNU macros. Is there a EVMNU macro which allows us to expand only the active sheet? I know that it is possible to do this via the context menu but as far as I know there is no EVMNU macro with which this action can be customized to a button. Am I right or is there a EVMNU macro available? The MNU_eTOOLS_EXPAND-macro expands all sheets of a workbook. In my case I would like to avoid doing an expand of all sheets because an expand of the active sheet would result in a better performance.
    Thanks in advance for your help
    Christian

    On the Workbook options check the EVDRE: Refresh by Sheet option

  • Virtual Directory for EVMNU functions: 2 application servers

    Hi,
    We are migrating from development to production. Production environment has 2 application server (load balancing) and we need to set up a virtualdirectory to allow the use of EVMNU functionality.
    Setting up a virtual directory is not that hard, but what needs to be done when we have 2 application servers?
    Thx

    Bjorn,
    Is it working on the appserver where the files are stored?
    On the other appserver, how did you reference the drive?
    folder?
    I don't think you need special security? Is this folder shared?
    Kind regards,
    sam

  • Any Updates to EVMNU command regarding web files?

    Hello,
    I am in the process of creating a custom menu to access templates that are located on the file server . The client files are located across multiple applications and are housed within individual folders. Is there a way to call on these using any combination of EVMNU and VBA script?
    Thanks,
    Krishnan Menon

    Hi,
    Sub Run_Macro()
        Workbooks.Open Filename:="https:\ApplicationSet\Application\Folder\file name.xls "
    'Open the workbook containing the command button
    'Change  the path and filename as required
        Application.Run "file name.xls!Macro1"
    'Run the macro 
    'Change the filename and macro name as required
    'If the macro is attached to a worksheet rather than a module, the code would be
    'Application.Run "file name.xls!Sheet1.Macro1"
    End Sub
    Try
    Hope this will help youu2026
    Tahnks,
    Devi

  • EVMNU to set current view based on a cell

    Hi,
    I am trying to set the current view based on an attribute of another dimension.
    If I use EVMNU("SETCV","Set Value","Profit_Center=1220") that works fine but if I point to a cell (this cell contains the attribute value) instead of hardcoding the profit center value, it does not work:
    EVMNU("SETCV","Set Value","Profit_Center=G24")
    Can't you set the current view based on a cell value?
    Thanks
    David

    Nilanjan, I think that's the right idea, but I'm also not sure it will work. It would be better to have your function look like
    =EVMNU("SETCV","Set Value",A1)
    And then in the A1 cell have
    ="Profit_Center="&G24
    Cheers,
    Ethan

  • Error with Hier context webitem while migrating 3x web appln to BI 7.0NW

    Hi Experts,
    We are migrating BW 3.X web application( Webtemplates)  to BI7.0NW Using migration tool.
    After miration I have got this error.
    E115 Item item:HIERARCHICAL_FILTER_ITEM:HIERCONTEXTMENU_1 of type HIERARCHICAL_FILTER_ITEM cannot be parent of HIERARCHY_NAME
    above error associated with a Hierarchy context menu webitem.
    Please suggest me the way out.
    Let me know what settings we need to change in new webitem.
    Best Regards,
    SSKV

    Single Sign On is optional.
    What would happen is that the user that's using the Web Application Designer will have to have access to Portals, and the portal Sign On screen will appear once that user executes a Web Template.
    It also depends on the Portal Strategy and the Security Strategy of your client. For example, the portal may only grant access to those used IDs in the Active Directory, so if your BEx WAD user is not defined in Active Directory that user will not have access to portals, and will not be able to execute the Web Template.
    Cheers.

  • DIMENSION PROPERTY calculation in 7.0NW

    Dear Experts
    I trying to do calucltaion on dimension property wise. I am using 7.0NW.
    I am facing error in below code. A,B,C is fromAccount Dim, CNT INP is property of ENTITY Dim.
    *WHEN PC_ACCOUNT
    *IS "A"
    *SELECT(%QENT%, "[ID]", PC_ENTITY, "[CNT_INP] <> 'C'")
    *SELECT(%PENT%, "[ID]", PC_ENTITY, "[CNT_INP] = 'C'")
    *REC(PC_ACCOUNT="C",  FACTOR =[PC_ACCOUNT].[A], [PC_COSTCENTER].[%QENT%] * [PC_ACCOUNT].<b>, [PC_COSTCENTER].[%QENT%]  )
    *ENDWHEN
    *COMMIT
    Generally, in 7.0NW version How can we calculate Dimension.Property filter ?
    Do we have SELECT key word in 7.0NW
    Plz help
    Thanks in advance

    Hello, Kumar,
    I suggest u to use XDIM_FILTER: it has much in common with XDIM_MEMBERSET function, but can filter data records by dimension properties values.
    *XDIM_FILTER PC_ENTITY = PC_ENTITY.properties("CNT_INP") NOT_EQUAL_SIGN "C"
    Insert <> instead of NOT_EQUAL_SIGN
    Hope, that will solve your problem,
    Dzmitry

Maybe you are looking for