MP Dimensions descriptions problem

Hello ,
I was created one multi provider on one cube.While updating MP dimensions descriptions I am faceing problem....
I able to update descriptions for custom dimensions in req languages.....But while updating standard dimensions(Data Package ,Time & Unit) in other languages I am getting problem.
Once I has updated descriptions for those three dim upto saving no problem,After activating Iam not able to see my updated descriptions.again technical names are showing instead of descriptions......
I tried  log out and log in also but not working.....What is the problem...? Is there any SAP note for this..?
Thanks
Bk

>
BK BI wrote:
> I able to update descriptions for custom dimensions in req languages.....But while updating standard dimensions(Data Package ,Time & Unit) in other languages I am getting problem.
>
>
> Thanks
> Bk
Login into the system with right language (if you want to see it in English then login in English language).
You neednot change the descriptions.

Similar Messages

  • Indenting dimension description

    Hi gurus,
    I would like to automatically indent dimension description in reports (without using REPT formula).
    In proprierty EVDESCRIPTION of the dimension I inserted the descriptions with spaces before. When I access the member sheet it shows indented descriptions but when I build a report the EVDES function automatically delete the spaces.
    Do you have any suggestions?
    Thanks
    Elena Sandroni

    HI Pkrishnas,
    may be I was unclear. I'm saving descriptions in BPC Admin (Member sheet) with leading spaces.
    One member colud be, for example:
    ID           : "C001"
    EVDESCRIPTION: "   Company01"
    So I supposed to see the same thing on BPC Excel, I mean with leading spaces.
    But unfortunately it seems to behave differently: in fact in BW InfoObject I don't see the leading spaces I typed in BPC Admin. In Long Description i get:
    KEYID: "C001"
    TXTLG: "Company01"
    As if while saving (or processing Dim) leading spaces where deleted.
    Is it normal or a malfunctioning?
    Is it possibile to avoid this behaviour?
    Elena

  • Purchase requisition- Mat. description problem.

    Hi Experts,
    I am stuck with one problem regarding Purchase requisition material description. The scenario is as follows.
    We have two types of PR creation. With or without material code.
    Material description is set to display only. But if the user enters the material code and random description and then press Enter button then the system doesnt pick the description from MAKT and keep the random description and disabling it for input. As shown in below screen shot.
    I want to restrict this, So I used the enhancement - MEREQ001 in CMOD and exit - EXIT_SAPLMEREQ_010  and INCLUDE ZXM02U12 , to compare the material description and change it to master data from table MAKT. But the problem here is the original PR data fetched in to the exit is not changing. I have written below code.
    +++++++++++++++++++++++++++++++++++++++++++++
    LOOP AT im_t_eban INTO l_s_eban.
    IF l_s_eban-matnr <> ''.
            SELECT SINGLE maktx FROM makt INTO mde
              WHERE matnr = l_s_eban-matnr.
              IF mde <> l_s_eban-txz01 .
                MESSAGE w007(zm_msg) . " DISPLAY LIKE 'E'.
                l_s_eban-txz01 = mde.
                  MODIFY im_t_eban FROM l_s_eban TRANSPORTING txz01. " THIS LINE IS GIVING SYNTAX ERROR THAT im_t_eban is not changeable
              ENDIF.
          ENDIF.
    ENDLOOP.
    ++++++++++++++++++++++++++++++++++++++
    So how to solve this problem??
    Or is there any other way to restrict the user to change the material description ??
    Thanks,
    Vishal .

    hello abaper,
    have a look on this
    Hi Gaurav, try this:
    http://scn.sap.com/thread/3297154
    FIELD-SYMBOLS: <T_EBAN> type mereq_t_eban.
    FIELD-SYMBOLS: <im_t_eban> type mereq_t_eban.
    DATA: wa_eban LIKE eban.
    ASSIGN ('(SAPLMEREQ)LT_EBAN[]') to  <T_EBAN> .   <-Uncommet this line
    LOOP AT <im_t_eban> INTO wa_eban.
    * => here you can change the value
       SELECT SINGLE matnr maktx into (mcode,mdesc)
             FROM makt
             WHERE matnr = wa_eban-matnr.
         if sy-subrc = 0 .
         move mdesc to wa_eban-txz01.
       MODIFY <T_EBAN> from wa_eban TRANSPORTING txz01.   <-Change the field-symbol for the one that is referencing the standard table
         ENDIF.
    ENDLOOP.

  • Dimension mapping problem

    Hi,
    I have built a mapping for loading a dimension. Unfortunately, after starting it , it just fails with the following error :
    ORA-00904: "INGRP1"."SERVICE_INVARIANT" : identificateur non valide
    ORA-02063: précédant line de DIIAV3@EMP_IIA_DATA
    I have looked each operator in my mapping, i don't have such group "INGRP1" nor any field "SERVICE_INVARIANT". This last field appears only in the table created "autobinding"-ly from the dimension.
    I have tried to synchronize the dimension operator , drop the mapping and re-deploy it : no success.
    What did i miss ?
    Stephan

    Stephan
    I think I posted the same problem as you have here a few hours prior to you. We have narrowed the problem down to the SQL select statement generated by the mapping failing and giving a meanless error. Possibly a 10g database bug. What is painful is the fact the the mapping is running quite happily in our production system and has only failed in our DEV/TEST since upgrading OWB from 10.2.0.1 to 10.2.0.3.
    I assume you have a TYPE2 SCD that is in your target schema and that your target schema is in a different database instance of that to which your Control Centre is registered. i.e the PL-SQL is running from the DB in which your control centre is registered and is referencing a table via a DB Link.
    I have proved that I can make the mapping work when the physical table the dimension creates is in the same database instance as my control centre.
    In light of the above we have raised a TAR with Oracle with example scripts that demonstrate the DB error.
    I hope this is useful.
    Regards
    Tim

  • BEx Query - Time characteristic Description problem

    Hi Guys,
    In one of the queries, I have '0I_FPER' as the time-characteristic in the columns section. I have few key figures in my rows section. When i executed the query (filter char. - Fiscal year variant restricted to July - June, 4 special periods i.e. V6), i get separate columns for each month as required. But, the descriptions for the months are July 2005, August 2005 ... June 2005.
    They should get displayed as
    July, 2004 August 2004 ... June 2005
    How do i get the description in the desired format.
    Any help will be greatly appreciated.

    Hi guys,
    I am awaiting a solution. The values are not being filled by any variable. As mentioned before, 0FISCPER has been restricted on 0I_FPER variable. The Fiscal Variant is V6. On execution, the following output appears (with user-entry values for 0FISCPER being 001/2005 - 012/2005):
    July 2005 August 2005 .....  June 2005
    I am expecting something like
    July 2004 August 2004 .....  June 2005
    I have problem only with the column description. The data appears correctly. i.e. Data for July 2004 appears correctly but with heading July 2005 instead of July 2004. I created text variables on 0FISCPER for all the months of 2004. But no help.
    Any help will be greatly appreciated.

  • MS SQL Server Analysis Services (SSAS) OLAP Connection - Dimension descriptions

    Hello,
    We are trying to create some reports on BO 4.0 on top of BPC 10 MS information.
    In order to overcome some issues related to standard connector between BO and BPC (XMLA Planning and consolidation 10 for Microsoft platform), we created a new connection based on discussion MS SQL Server Analysis Services (SSAS) OLAP Connection - Business Intelligence (BusinessObjects) - SCN Wiki
    However we have a major issue with this approach. We cannot see on BO dimension member descriptions.
    Is there anything that we missed?
    Could you help?
    Regards,
    Vitor Ramalho

    Bill,
    So, what you need is a model like SQL Server failover cluster instances. (before sql server 2012)
    In SQL Server 2012, AlwaysOn replaces SQL Server failover cluster, and it has been seperated to
    AlwaysOn Failover Cluster Instances (SQL Server) and
    AlwaysOn Availability Groups (SQL Server).
    Since your requirement is not in database level, I think the best option is to use AlwaysOn Failover Cluster Instances (SQL Server).
    As part of the SQL Server AlwaysOn offering, AlwaysOn Failover Cluster Instances leverages Windows Server Failover Clustering (WSFC) functionality to provide local high availability through redundancy at the server-instance level—a
    failover cluster instance (FCI). An FCI is a single instance of SQL Server that is installed across Windows Server Failover Clustering (WSFC) nodes and, possibly, across multiple subnets. On the network, an FCI appears to be an instance of SQL
    Server running on a single computer, but the FCI provides failover from one WSFC node to another if the current node becomes unavailable.
    It is similar to SQL Server failover cluster in SQL 2008 R2 and before.
    Please refer to these references:
    Failover Clustering in Analysis Services
    Installing a SQL Server 2008 R2 Failover Cluster
    Iric Wen
    TechNet Community Support

  • Are large dimensions a problem?

    Hello, I am looking to possibly purchase Premiere for some video editing.  I have been using Camtasia as a hack method, but I've learned that Camtasia does not deal well with large dimensions.  I'm looking to request authorization to purchase Premiere, but I want to ensure that Premiere is the tool I need for what I'm doing.
    In short, I am taking rather large screen motion captures for instructional purposes.  I need to blur out confidential information and silence portions of the audio.  The dimensions of these captures are 1920 x 1200.  The duration of these videos range from about 40 seconds to 14 minutes (which is 1.45 GB in size).
    Has anyone worked with movies of these dimensions in Premiere?  I'm hoping to find some anecdotes that I can bring to my manager before making this request.  I'd appreciate any input folks have on this.
    Kevin

    Kevin,
    If you are looking to purchase, I would assume that you are looking at PrPro CS4. Is that correct? Unfortunately, you have posted to the Premiere (precursor to PrPro) forum. Maybe one of our tireless MOD's will move the post out to the PrPro forum, where you will get a lot more traffic.
    As to the dimensions, yes, PrPro can handle those easily. Now, your satisfaction will be tied to two things: your computer, and the full specs. of your source footage. With a good, stout editing machine, and appropriate source footage, you will have no problems.
    In the Hardware sub-forum, Harm Millaard has done several worthwhile articles on building/buying an editing rig. In the PrPro forum, there is much discussion on cameras and their footage, to work the best in PrPro.
    When this post gets moved, you will receive a lot of worthwhile comments, that will steer you in the right direction.
    Good luck, and do not be surprised, when Curt or Jeff moves the post.
    Hunt

  • Dimension processing problems

    Hi am trying to process a Dimension table but I always get the same error :A duplicate attribute key has been found when processing: Table: 'dbo_DimRestaurants', Column: 'RestoCity', Value: 'Richmond'. The attribute is 'City'.
    After an health check this is the problem I get :
    Attribute relationship [City] -> [Province] is not valid because it results
    in a many-to-many relationship.
    RestoCity
    RestoProvince
    Richmond
    Colombie-Britannique
    Richmond
    Québec
    Waterloo
    Ontario
    Waterloo
    Québec
    Windsor
    Ontario
    Windsor
    Québec
    How can I get this to work, this is something I do not quite get , yes the same city name can be repeated across different province, this dim have an hierarchy like this : restaurant -> city -> province -> country
    This dim also contain ProvinceID and CountryID but I do not use it for mow or should I ?
    Am I making a concept mistake here ? if so, I can I make the proper corrections
    Thanks

    I have found the solution, I needed to add the province to the key column City to make it works, I understand that I can add more than 1 columns to a attribute key column to make it unique

  • Dimension access problem

    Hello there!
    I've got a problem:
    There is a user test_user, and there is a form test_form, test_user has an access to this form as write, and has an access directly to all lowest level dimensions used in this form. In pages there are two members: unit1 and unit2, both are marked as write for test_user, BUT at one time unit1 values could be modified, unit2 could be NOT.
    Same form, same accesses for dimensions, but unit2 for any form it is used in somehow is read only.
    Where should i search for this problem, maybe some solutions or it is just a bug-reason for Oracle SR?
    I really need help people, please :)

    when you say autogenerated currency conversion script , is it the calculation script CurrCo which get created from Administarion->Manage->Currency Conversion
    Or you are talking about <Calculate Currencies> on dataform one.?
    1)
    If it is a calc script then you need to provide access to that user via EAS
    Login to EAS- expand the Essbase server
    Go to Security-> right click on User and display
    Select the user and edit access then select the Calc Script from the Application-->Database
    Then the user will able to see that script on the webform if it is attched to that.
    2)if it is <Calculate Currencies> then no need to give separate access , it comes to all user having Planner access/Essbase Write access
    -KP

  • E65, a dimension font problem

    Hi,
    Yesterday i bought an E65 phone and i have a problem with reading e65 fonts because these are too much little for my eyes. how can i increase e65 fonts?
    bye..

    You need 3rd party software, like Psiloc Font Magnifier.
    Check this site:
    http://www.e-series.org/archives/356
    Regards,
    Bas

  • PSE 7 Drag and drop file dimension change problem

    Please can someone help.
    I am a long time user of various versions of Photoshop Elements and have recently upgraded from version 5 to 7. I am an avid scrapbooker and therefore crop and resize many of my photos.  The problem I am experiencing  is as follows:
    ·         I resized various photos to size 7 cm x 7 cm resolution 300 ppi
    ·         I then open a new image with say size 21 cm x 29.7 cm (A4) resolution 300 ppi
    ·         When I drag the cropped images to the new blank image they change size to approx 8.35 cm square.
    In desperation I reverted to Elements 5 used the same cropped images and open the same new image and they stay the same size.
    Is this a problem with the new version or is there a setting somewhere that I need to change.
    I would be grateful if you could help

    Ah. In PSE 7 you cannot drag from the project bin, the way you could in previous versions. You must drag from the layers palette or use copy/paste. Dragging from the project bin creates a special kind of passthrough layer (a sort of semi smart object) for use in photo books.

  • Essbase 11.1.2.1 - Dimension build problem, OCI and SQL...

    When retrieving SQL data in Data Prep editor, field names are replaced with SQL View field names.
    From what I can find this was supposed to be fixed in the patch for 11.1.2, can anyone confirm or deny that...
    Is this only a problem with OCI and ODBC connections?
    Any help would be appreciated.
    Adam,

    We are experiencing all of the defects:
    Defects Fixed in this Patch
    · 13398150 – When you use the Migration Wizard in Administration Services to migrate an Essbase application, an incorrect error message is returned: "Failed to migrate the application. Please see message panel for details." However, the application is migrated. Refresh the Essbase server application node to see the migrated application.
    · 13398160 – Selecting the OK/Retrieve button to populate data from SQL causes previously defined column headers to be changed.
    · 13398169 - Joining two or more data fields in Data Prep Editor, when one or more of the fields is empty, causes Administration Server to terminate abnormally.
    I think the patch would work if it weren't for the limited processors supported... were running Intel Zeons. How do we get ORACLE to compile patches for them... ???
    Supported Platforms
    · Microsoft Windows (32-bit) (console)
    · Microsoft Windows x64 (64-bit) (server)
    · Linux AMD (64-bit) (server)
    Edited by: Adam M on May 18, 2012 2:52 PM

  • Dimension Lock Problem

    Hello experts,
    I've a dimension lock issue.
    One of my Dimensions in the Appset is locked by a user. Hence i'm unable to maintain Dimension members as it is in locked state.
    However the user have logged into the Appset and tried to maintain the dimension. But strangely it gave "Dimension locked by user" pop-up again , though it is his own id.....
    Did any one face this issue?
    We have tried processing the dimension and it is successful but still getting the error.
    Pls suggest

    Thanks Raju,
    I've done as suggested by you but still facing the error.
    I've deleted....Dimension.xlt file from UJFS
    Using Fiddler i found that when the system tries to access the "Lock Status", the return of status is "Failed"
    Immediately it is shooting the popup that it is locked....
    Kindly suggest if there is any way to set the "Lock Status"
    I've "Dimension.xls"
          " Dimension.xml"
    and "Dimensionoptions".xml files  left in the File Interface

  • Dimension reordering problem !!

    Hi all,
    Second last dimension is not moving up when i am trying to reorder my dimension in my outline of a planning application .
    i am doing this through performance setting tab of hyperion planning.
    any idea why...and any other alternative to reorder dimension of a planning application.
    Thanks in advance..

    I have seen this issue a few times, not sure if it was ever noted as a bug and fixed. What version/patch are you on.
    Originally I had to update the planning application relational table HSP_DIMENSION to order the members.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Dimension Hierarchy Problem

    I have a table which has 2 columns as Req ID , Parent ID.These are raw tables.Now the values in Req ID are:
    Req1
    Req1.1
    Req1.2
    Req1.1.1
    Req1.1.1.1
    These are the values in the column of Req ID.And the values in Parent id will determine the parent of one requirement ID.
    Now i want to create a dimension hierarchy where i can drill from Req1 -> Req 1.1 ->Req1.1.1->Req1.1.1.1
    Req1.2
    This should be till 6 levels.Please suggest how it can be done ?
    Edited by: 833131 on Feb 1, 2011 7:44 PM

    Looks like a bug
    Check this Doc ID 1505504.1 or ID 1415135.1
    Pls mark as correct/helpful if helps
    Edited by: veeravalli on Nov 19, 2012 10:02 AM
    Edited by: veeravalli on Nov 19, 2012 10:05 AM

Maybe you are looking for