BPC Properties and Use

I'm currently at a client and the situation they have is that for the ENTITY dimension, they have various numerical fees .  There are close to 10-15 fees and thus I've created 10-15 Properties for each fee.  The fee's will be standard across all categories and time, hence no need to store it as an account as that would be would require maintenance as I assume I would have to copy it across Time and Categories, whereas through properties, once its added there is no need to change it.    
The goal is through Script logic to use the Property/Fee attributed to the Entity and perform calculations.  In BPC is it possible to write Script Logic that could call the property and then perform a calculation?  I assume I would have to create each of the fees as properties and make them "InAPP" in order to perform calcs?
Thanks,
Pras

I may not be following your question so pardon if I don't actually fully answer.  When you maintain a dimension member sheet, with members and properties in the microsoft version, you may leave more data in the sheet than is stored in the dimnesion.  But only the PROPERTIES that are defined in the Manitain dimension properties will be stored in the application, with the exception of FORMULAH# entries.  In addition, in the SQL table there are other properties that are stored as part of the processing that may referenced using EVPRO, such as LEVEL. 
Some of the unlisted properties are part of the code for the product and will be part of the table in the background, but ONLY the properties that generally are added may be used by logic or the cube based on the INAPP setting.
Hope this helps.

Similar Messages

  • Struts - Application.properties and ApplicationResources.properties

    Java Guru's,
    Could some one tell me the difference between Application.properties and ApplicationResources.properties and which one shd i use in my application.
    Thank you in Advance ..

    Name it whatever you want. All that matters is the part before the .properties extension matches what you put in the struts-config.xml:
    <!-- Main resource bundle, contains errors and some generic stuff. -->
    <message-resources parameter="com.company.app.MainResources"
         null="true"/>
    <!-- Alternate resource bundle, contains some special things maybe. -->
    <message-resources parameter="com.company.app.AltResources"
         key="altResourceKey" null="true" />
    // and have the files...
    appdir/WEB-INF/classes/com/company/app/MainResources.properties
    appdir/WEB-INF/classes/com/company/app/AltResources.properties
    // and use them with the bean:message tag...
    <bean:message key="some.main.key" />
    <bean:message bundle="altResourceKey" key="some.alt.key" />The only thing that matters is that several Struts tags, like the <html:errors /> for ActionErrors will only use 1 message resource file. The html:errors tag can specify an alternate resource file, but all the error keys used for that html:errors instance must be in that same bundle. So usually I put all my error messages in the main one and if it's a large app, I put several other resource files for different areas of the app.

  • How to get a parameter from BPC and use it in ABAP program

    Hello gurus!
    I got a problem...
    SAP BPC will send parameters such as year, division, category, company code and so on via script logic to SAP BW.
    I need to get these parameters from BPC and use them in a ABAP program as a filter.
    This ABAP program will do several routines and return new values to BPC. It must be made on ABAP and I need to filter data to avoid performance issues.
    Does anybody knows how to do it? or have a example of it?
    Thank you in advance.
    Regards,
    Rubens Kumori

    Hello, I'm looking for a suggest.
    I need to pass two parameters (users can input them in a data manager package in bpc) to a BAdI.
    In this BAdI I write a code that store those parameters in a InfoObject.
    The problem is:
    - one parameter is for CATEGORY value. CATEGORY is a dimension of the application and I read the value with a code like this:
          READ TABLE it_cv INTO l_s_it_cv
               WITH TABLE KEY dim_upper_case = 'C_CATEGORY'.
    - other parameter is a generic DATE. this parameter is not a dimension of the application and I don't know how I can retrieve this value in BAdI.
          READ TABLE it_cv INTO l_s_it_cv
               WITH TABLE KEY dim_upper_case = '.....'.
    The data manager dynamic script is:
    PROMPT(SELECTINPUT,,,,"%CATEGORY_DIM%")
    PROMPT(TEXT,%SELECTED_DAY%,"Write the date (format YYYYMMDD)",)
    I also have a dynamic constant that assign the name %CATEGORY_DIM% to "C_CATEGORY" value.
    Can anyone help me?
    thanks a lot
    Edited by: Luca Novali on Feb 13, 2012 3:49 PM

  • A font not used in an MS Word doc is showing up in the PDF properties and won't embed

    A friend needed a new manuscript uploaded to a publishing site. I retyped it in MS Word (2007) using NO formatting shortcuts and using only ONE font (Georgia)  for both body and headers/footers. Placed all the jpg illustrations on the pages. Then saved it in the required PDF format for the publisher's system to use. They also require that ALL fonts/symbols are embedded. Even ONE character that is not embedded will void the file. I'm now on attempt 17.
    When I checked the properties on this PDF file, the font I used, including italics, symbols and bolding, are noted as embedded. However, it also says that there is ARIEL font (which I did not use) that is NOT embedded. AARRGGHH.
    This gal wants her book ready in two weeks. HOW can I resolve this? Any ideas? I saved it once through MS Word using the PDF option, but also tried it through my Photoshop Elements. Same result. My PC uses Windows 8 (NOT 8.1) and the Adobe Reader XI.0.7. The Java files are the most current update as of yesterday.

    It seems to me to be a problem of MS Word, not Adobe Reader.
    Also, I don't know how you can convert a Word doc to PDF with Photoshop Elements.

  • SOAP Use Adapter-Specific Message Properties and Variable Transport Binding

    Hi Friends,
       I am new to use to Soap Adapter. Please help me out bellow doubts.
       1.When you use Use Adapter-Specific Message Properties and Variable Transport Binding .
       2. Where exactly  we r using below parameters.
    Remote User : (technical name: SRemoteUser )
    Remote Host : (technical name: SRemoteHost )
    SOAP Action (technical name: SHeaderSOAPACTION )
    To transfer further header fields, set the relevant indicator. You can then store the following attributes and their values in the XI message header:
    Variable Header : (technical name: XHeaderName1 )
    Variable Header : (technical name: XHeaderName2 )
    Variable Header : (technical name: XHeaderName3 )
    Thanks&Regards
    G.Bhanuprakash

    Hi,
       1.When you use Use Adapter-Specific Message Properties and Variable Transport Binding .
    SAP Help says both are needed to be checked when you want to process adapter attributes
    Configuring the Receiver SOAP Adapter - SAP NetWeaver Exchange Infrastructure - SAP Library
    These attributes can be get/set using dynamic configuration and their technical names are what you have pasted:
    Remote User : (technical name: SRemoteUser )
    Remote Host : (technical name: SRemoteHost )
    SOAP Action (technical name: SHeaderSOAPACTION )
    To transfer further header fields, set the relevant indicator. You can then store the following attributes and their values in the XI message header:
    Variable Header : (technical name: XHeaderName1 )
    Variable Header : (technical name: XHeaderName2 )
    Variable Header : (technical name: XHeaderName3 )
    Remote User - the username used to send a message to the adapter engine using SOAP
    Remote Host - hostname which the remote user used
    SOAP Action - SOAP Action of the XI webservice (sender) / SOAP Action of the receiver webservice
    Variable Headers are additional key-value pairs in the HTTP Header that could be accessed in the XI Header using dynamic configuration. The limit is only three though.
    Regards,
    Mark

  • Get the pc name with domain name and add it to my properties file using commands

    i want to get the pc name with domain name and add it to my properties file using powershell  .
    sid

    function Get-Environment{
    [environment]|Get-Member -Static -MemberType Properties |
    ForEach-Object{
    if($_.Name -ne 'StackTrace'){
    $v=[scriptblock]::Create("[environment]::$($_.Name)").Invoke()
    New-Object PsCustomObject -Property ([ordered]@{Name=$_.Name;Value=$v[0]})
    Get-Environment
    Get-Environment | Out-String | Out-File environment.txt
    ¯\_(ツ)_/¯

  • Using VI server from DIAdem script :: Syntax (documenta​tion) for properties and methods of VI Server objects (for non-labvie​w programmer​s)

    Hello all,
    I am using DIAdem 10.0 Advanced, LabVIEW 8.0 PDS. I would like to start a LabVIEW IHM from a VBS script. I use VI Server to call my VI from DIAdem.
    Here is the script and the VI I use (VI attached):
    Dim lvapp, vi, viPath, paramName(1), paramVal(1)
    Set lvapp = CreateObject("LabVIEW.Application")
    viPath = "C:\TEST\test.vi"
    Set vi = lvapp.GetVIReference(viPath)
    vi.FPWinOpen = True
    paramName(0) = "Input"
    paramVal(0) = 10
    paramName(1) = "Output"
    paramVal(1) = 0
    Call vi.Call(paramName, paramVal)
    Call lvapp.Quit()
    I found a similar example on your web site.
    Question 1:
    I need to know the syntax for all the other properties and methods of a VI object (method like Get or Set Control Value for example).
    Is a documentation (other than the LabVIEW help which is dedicated for LV programmers) exist in order to be able to use all the features of VI Server from another environment (CVI, VB, ...)?
    Question 2:
    Is it possible to call a VI with VI Server with the parameter "Wait until done" to FALSE? (run a VI asynchronuously from DIAdem)
    Thanks for your answer.
    MatthieuG
    Eurilogic
    Attachments:
    Test.vi ‏9 KB

    Hello,
    I finally found a way to get the documentation of VI Server. I can view the "LabVIEW.TLB" type library file with a OLE/COM Object Viewer (a utility from the Windows SDK).

  • BPC backup and restore Q&A...

    Dear all:
    See below, and please share your knowledge!
    Situation
    We are in the phase of modifying existing structure. We would like to back up what's in the Production server, and restore onto Development Box and develop and test our modification there using the latest data we have.
    Data
    We have a production server, which SQL service and BPC service are running on separate physical server (as I was told), and a development box, which SQL and BPC are running together in one box.
    A_PRODUCTION is the App Set in the Production Server
    A_DEV is the App Set in the Development Box.
    Below are what I have done and failed:
    1. 
    a. I used "Server Manager" to back up A_PRODUCTION.
    b. I then copied and pasted the backup folder (in which has Web, File, SQL etc sub folders) to the Development Box.
    c. I used "Server Manager" to restore by selecting the backup folder. The Server Manager was able to allocate all the backup files and SQL db.
    d. My Web and File folders are OKed during restore, but my SQL restore failed with an error message.
    2.
    a. We tried to open SQL Server Management Studio, and manually restore the A_PRODUCTION SQL backup (*.BAK) to A_DEV of Development box.
    b. We received the error message, System.Data.SqlClient.SqlError: RESTORE detected an error on page (0:0) in database "A_PRODUCTION" as read from the backup set. (Microsoft.SqlServer.Smo).
    c. We went to option and checked "Overwrite existing database" and still failed to restore.
    3.
    a. I logged on to Development Box's BPC Web Admin, and tried to create an App Set that has the same name A_PRODUCTION as my live database in the Production Server.
    b. The App Set creation failed at OLAP service with an error message saying something about "SalesPerson" column was not found or something.
    c. I noticed that a database named A_PRODUCTION is created Development Box.
    d. I tried method 1 and 2 again to A_PRODUCTION of the Development Box and failed.
    Question
    What is wrong with my approach?
    I have referenced the document https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20a26f50-4252-2a10-8c97-a2c7058cd804, and am confused why we have to backup the master database.
    Secondly, in the document, quoted "Restore Microsoft SQL Server 2005 Database(s): Restore the most recent database backup for APPSERVER, and each of the application set databases.
    (ApShell/ApShellExtra)", what is the difference between "the most recent database backup for APPSERVER", and "each of the application set databases"?
    At last, in the document, quoted "You must use an u2018Open File Agentu2019 to backup Data files that may be in use by the web server.", what does it mean by using an Open File Agent? Is it a type of agent in SQL backup service, or an agent in general that is able to back up open files?
    Thank you!

    Kranthi and Akim:
    Thanks for the reply...
    Kranthi: With BPC Admin ID, I did go back to *BPC Administration\Manage Security* and re-saved the configuration, and I did see the table update in *Database Engine\AppServer\tblAppSetAccess*. I could then grant my Windows ID rights to "everything", but was only able to access BPC Administration.
    Akim: Can you be more specific about delete/recreate orphaned users? Did you mean deleting/creating via SQL Analysis Services AppServer\tblAppSetAccess, or via BPC Administration\Manage Security? In addition, when you mentioned "reset permissions from the application itself", did you mean to modify Task, Member Access Profile, Team, and User, and re-save them again with the same settings?
    I am sorry that this thread has become longer than expected. Here are some updates:
    1. I have two Application Sets which my Windows ID can access: AppShell (default) and App_Dev
    2. I tried to create a new Application Set "App_Dev1" by copying from App_Dev (unchecked database,biz process flows, content library, and live reports). Then I logged in as BPC Admin and added my Windows ID to the System Admin Team, which was modified to have full access to everything. Again the same problem occured -- I could access App_Dev1's BPC Administration area but could not access BPC Excel; same error messages popped out.
    3. I tried to create a new  Application Set "AppShell1" by copying from AppShell (same unchecked everything). Then I logged in as BPC Admin and added my Windows ID to the System Admin Team, which was modified to be able to access everything. Same result as #2
    4. I tried to add myself to the System Admin Team of original AppShell, and I could open BPC Excel.
    My experiments so far concluded the followings:
    --No problem with App_Dev and AppShell in the Development Box
    --I could grant myself access to everything in any new Application Set, but only was able to access BPC Administration
    --BPC Admin ID and my Network Administrator (Domain Admin)'s Windows ID has no problem opening BPC Excel in any Application Set.
    What concerns me now is that even a copy from AppShell is not working as expected... My Network Administrator said it is not an easy process to reinstall BPC Development Server, but I think that's perhaps the only way to fix everything, if the root causes remain mysterious.
    If you have any insightful tip, please share with me as I have spent over a week and cannot progress further... Thank you!!!!
    Brian

  • How do I find and use the "Spotlight Effect" in PS6?

    How do I find and use the "Spotlight Effect" in PS6?  I was using it yesterday and now I can find it ... help!

    Hi,
    I'll start with the most basic qusetion if you have Spot selected from the dropdown in the Lighting Effects Properties.
    There are also some presets under Presets including a Default Setting.

  • Can I import HTMLs from inside the project and use as portlet page ?

    As you know, I am using Java Studio Creator 2 Update 1 for my current portal project. I have created JSR-168 JSF Portlet Project for my portlet development.
    As I have some html pages ready for my development,
    Can I import HTMLs from inside the project and use as portlet page for my project?
    I did the followings steps:
    1: In side the project - File -> Add Existing Item -> Web Page ( imported test.html page from my local folder)
    2: Let it convert some of the tags for me ( so now it becomes - �test.jsp� )
    3: Set it to initial view.
    4. A default portlet page � newPortletPage.jsp is still there with no initial view.
    Now after doing this, No Visual Designer and Properties window available to for that �test.jsp� page. Though it allowed me to �build� the project successfully.
    When I build and run the portlet application, got the error message �Error occurred in portlet!� on Pluto Portal. Please advice.

    You do not open fcpproject files. You don't double click or anything else. The files have to be in the correct folder structure in the Final Cut Projects folder and the application opens them automatically. Can you post screen shots of the Final Cut Projects folder and its location.

  • Include or create a view in the database and use this view?

    Well, I need to get related data of the main table from another related tables, so one way to do that is to use the Include method in Entity Framework to get this related data.
    However, I am thinking in another option, create a view in the database and use this view in entity framework. In this way, I avoid the needed of the include, because I think that is expensive in resources. But I am no very sure about that.
    I would like to know if the use of views on entity framework is a good idea to improve the performace or is better to use the include.
    For example, if I use the include I have the advantage that I get only one the main record and all the related data I have in the navigation properties, so the info is more shorted.
    Which is the advanteges and disadvantages of both methods to get related data in entity framework?
    Thank so much.

    Hello ComptonAlvaro,
    >>I would like to know if the use of views on entity framework is a good idea to improve the performace or is better to use the include.
    If your view would use a Join syntax to query master-child relationship tables, it actually is similar with the Include() method which actually results a duplicate records from master table, you could check this
    link for detail description.
    >>Which is the advanteges and disadvantages of both methods to get related data in entity framework?
    One visible difference is that records from Views are not editable by default(if you want edit them, you could refer to this
    blog).
    In your case, my suggestion that you could use the lazying load which will load the matter table once and disable the trace if you only need to display data.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • SAP BPC 7.5 SP3 and Citrix Entering Data through BPC Client and Citrix

    Hello BPC experts,
    my client is using SAP BPC 7.5 SP3 in combination with Citrix. We are having problems now, while entering data through the BPC Client (installed on BPC Server) and the BPC Client (running on Citrix).
    When we enter data through the BPC Client (Server) and expand the sheet, we can only see the data that we entered through the BPC client (Server). When entering data through the BPC Client (Citrix), we can see only the data we enter through the BPC Client (Citrix).
    The database, however, saves both entries correctly. For test purposes we created a test report which shows both entries correctly in the BPC Client on the server and on Citrix.
    Does anyone have an idea what can be wrong with our system? We tried to create an EvDRE log File for this BPC version as well, but failed. Maybe one of you already did that and can help me with this.
    Thanks in advance!

    You can greatly improve your chance of receiving a helpful answer to your question if you state the version (MS or NW) of BPC which you are using.
    Also notice the sticky [note|Please do not post BPC, SSM or FI/CO questions here!; at the top of this forum whereby we announced new dedicated forums for BPC which are the proper place to post your questions regarding BPC in the future to be able to reach the right audience for your question.
    Thanks and best regards,
    [Jeffrey Holdeman|http://wiki.sdn.sap.com/wiki/display/profile/Jeffrey+Holdeman]
    SAP Labs, LLC
    BusinessObjects Division
    Americas Applications Regional Implementation Group (RIG)

  • Unable to sign and use In-browser Editing for Adobe Muse CC 2014?

    I'm unable to sign in and use the in-browser editing feature for my Adobe Muse created website, http://foreseeson.com
    which is not hosted on Adobe Business Catalyst, but hosted on a third-party (TUCOWS) hosting service provider.
    When prompted to enter hosting credentials (which do work -- I've verified this by successfully using the Connect to FTP Host feature within Adobe Muse),
    I'm given this message on the Adobe® Muse™ CC In-Browser Editing website:
    "The FTP server configured for this site doesn't seem to match the URL you entered.
    Make sure that you use the Upload to FTP Host feature in Muse to publish the site directly to the final location and that you are logging on to In-Browser Editing with the same user."
    is anyone else having this problem?
    thank you
    Hui
    The FTP server configured for this site doesn't seem to match the URL you entered. Make sure that you use the Upload to FTP Host feature in Muse to publish the site directly to the final location and that you are logging on to In-Browser Editing with the same user.

    Hi
    I am also unable to access the Inbrowser editing page now for 3 days. It won't open up, either in my clients site https://inbrowserediting.adobe.com/login/www.edc.org.za or another client also: https://inbrowserediting.adobe.com/login/www.calgan.co.za or just as plain https://inbrowserediting.adobe.com
    I have tried it in 3 different browsers: Firefox, Chrome and Safari and it won't open up the site.
    This is becoming a big problem for me as clients need to update remotely.
    I used to be able to access these sites a few weeks ago and have not changed anything since. I don't have any special characters in the password and my IP is not being blocked. I am able to connect with FTP with Muse and with Dreamweaver. The sites are enabled for Inbrowser Editing under properties.
    Any help would be appreciated.
    Lauren

  • When i plug my ipod in it says ipod cant be read cuz the apple mobile device is not started.And i went to services and apple mobile device properties and start stops in the middle.and its on automatic.and there isnt a stop button.

    when i plug my ipod in it says ipod cant be read cuz the apple mobile device is not started.And i went to services and apple mobile device properties and start stops in the middle.and its on automatic.and there isnt a stop button.when i click start it says the apple mobile device services stopped in the middle then stopped.it said some services stop in the middle if not used by other services.and i just updated itunes before all a this and ever since ive had errors.

    Have you looked at this article:
    iPhone, iPad, iPod touch: How to restart the Apple Mobile Device Service (AMDS) on Windows

  • I make greetings cards and use images downloaded from cardmaking websites eg - cently I find I cannot copy and paste an image from adobe reader which is the how the images are downloaded. Why is this and how do I copy and paste an image on a  adobe reader

    copying and pasting images from adobe.     I make greetings cards and use images downloaded from cardmaking websites eg - printable heaven. Recently I find I am unable to copy and paste the images which are opened in adobe reader. Why ?  How can I overcome this problem.

    Check the document properties; is copying allowed?

Maybe you are looking for

  • Stop and start a photos slideshow

    Hi .. So I want to use the photos slide show to execute a presentation .. But this means I need to start the slideshow and then stop, present the slide (a photo of the slide in fact), and then continue to the next photo .. I.e. I want manual control

  • Snow Leopard Color is Terrible

    Just glad I have it installed on an external. The 2.2 gamma shift has been botched imo. None of my calibrators work properly and it hurts my eyes with blinding brightness at 2.2 gamma. Used to be able to tone it down by changing 10.5 1.8 gamma to 2.2

  • What is a database in Oracle?

    Hello, After installing the XE version, I can start creating users and tables. Could someone please tell me in which database are these tables stored? Or in fact everything in the db server is stored in one database? If so how could I create another

  • Projection Offsets (GDA94-AGD66)

    Hi All, I created a table a from another schema on teh same database. create table a as select * from schema.b;schema.b is in GDA 94,srid =8311 Then at the new schema i have done the transformation from GDA94 to AGD 66 DROP INDEX a_sx; DELETE FROM us

  • I have a ipad2 and can only connect to the internet on safari but not any WiFi related apps such as YouTube or Facebook. plz help.

    i have a ipad2 and can only connect to the internet on safari but not any WiFi related apps such as YouTube or Facebook. plz help.