Problem in choosing Long Description Attribute in AWM

While creating a dimension,both Short Description Attribute and Long Description Attribute can not be checked in simultaneously.Even though I tried to check both the options while creating but during data mapping it is showing only short description attribite.
Is there any workaround you can give me to declare both Short and Long Description Attribute simultaneously.

Never seen before. What version?

Similar Messages

  • Discoverer Plus not showing changed Long Description Attribute for dimesion

    We have created Discoverer reports on OLAP AWM cubes.
    We modified Long description and short description for one dimension.
    Now in Analytical Workspace it shows correctly modified Long and short labels.
    However Discoverer report still shows Old Value. When we try to create new report on same cube, then also it shows old long and short label.
    We are using 10g AWM.
    Can anyone help.

    We have created Discoverer reports on OLAP AWM cubes.
    We modified Long description and short description for one dimension.
    Now in Analytical Workspace it shows correctly modified Long and short labels.
    However Discoverer report still shows Old Value. When we try to create new report on same cube, then also it shows old long and short label.
    We are using 10g AWM.
    Can anyone help.

  • I have a Problem in print the long description data through EDI.

    I have a Problem in print the long description data through EDI:Actually we want to print the long description data through EDI, but it not handling our huge long description data. Here is the example of that>We can print the first two lines into EDI output, but it is failing to print the below text: 
    <B>EPSON, TM-U590 Series: </B> Reliable 88 column slip printer. Operator friendly dot matrix impact printing. Ideal for hotel, bank, restaurant and many more applications .<br><BR> Includes: Printer, Black ribbon & a Connect-It Interface. Power Supply & interface cable sold separately. All printers are RoHS compliant & have a standard 1 year depot warranty. <BR> <BR>
       -------------------------------------Failing to print this lines------------------------------------------------------------------
    <b>COLORS:</b> Epson Cool White (ECW) Only<BR><BR><B><FONT COLOR=#FF0000#>Click links below for helpful Information</FONT><b><br><table border="0" bordercolor="" style="" width="100%" cellpadding="5" cellspacing="5"><tr><td><FONT SIZE="2"><CENTER><A HREF="www.sample.com"f.2605" target="_blank"><b>Spec Sheet</b></a></CENTER></FONT></td><td><FONT SIZE="2"><CENTER><A HREF="www.sample.com"f.2606" target="_blank"><b>MSRP Price List</b></a></CENTER></FONT></td><TD><FONT SIZE="2"><CENTER><A HREF="www.sample.com"f.2868" target="_blank"><b>Product Information Guide</b></a></CENTER></FONT></TD></TR><TR><td><FONT SIZE="2" COLOR=#0000FF><B>Warranty Information</B></FONT></td></tr><Tr><td><FONT SIZE="2"><CENTER><A HREF="www.sample.com"f.2554" target="_blank"><b>Depot Warranty</b></a></CENTER></FONT></td><td><FONT SIZE="2"><CENTER><A HREF="www.sample.com"f.2555" target="_blank"><b>Spare In the Air Warranty</b></a></CENTER></FONT></td><td></td></tr></table><br>
    Please provide some useful thoughts on this EDI issue.
    Thanks
    Ameer

    Try using the FM:
    ENQUE_READ2
    Passing the follwing values:
    GNAME --> VBAK (Sales Order header table)
    GARG   --> The lock argument
                       (This will be a combination of client number anb Sales Order No.
                        Eg: '3001210000054' where the first three digit i,e 300 is the client No
                       and 1210000054 is the sales order no.)
    Regards,
    Firoz.

  • Dimension with 2 Hierarchies, Lowest Member w/ Different Long Descriptions

    I'm trying to create a dimension that would allow Discoverer For OLAP users to choose between different LONG DESCRIPTIONs, and I am trying to accomplish this by using multiple hierarchies.
    For example, when a user is trying to create a report and eventually stumbles upon the Dimensions part of the Workbook creation, he can choose a different description other than the default by choosing from the Hierarchy drop down list.
    The following is the dimension details:
    Dimension: TEST_DIM
    Hierarchy #1: HIER_NAME
    Levels: TOTAL_DIM_NAME
            TEST_LVL_NAME
    Hierarchy #2: HIER_CODE
    Levels: TOTAL_DIM_CODE
            TEST_LVL_CODE
    Dimension View: V_TEST_DIM
    Fields: TOTAL_DIMENSION_NAME_ID   ---mapped to-->  TOTAL_DIM_NAME
            TOTAL_DIMENSION_NAME_DESC ---mapped to-->  TOTAL_DIM_NAME_LONG_DESCRIPTION
            NAME_LEVEL_ID             ---mapped to-->  TEST_LVL_NAME
            NAME_LEVEL_DESC           ---mapped to-->  TEST_LVL_NAME_LONG_DESCRIPTION
            TOTAL_DIMENSION_CODE_ID   ---mapped to-->  TOTAL_DIM_CODE
            TOTAL_DIMENSION_CODE_DESC ---mapped to-->  TOTAL_DIM_CODE_LONG_DESCRIPTION
            CODE_LEVEL_ID             ---mapped to-->  TEST_LVL_CODE
            CODE_LEVEL_DESC           ---mapped to-->  TEST_LVL_CODE_LONG_DESCRIPTION
    Cube: TEST_CUBE
    Measure: TEST_MEASURE
    -----------------------------------------------------------------------------------------With the above dimension having 2 hierarchies, Discoverer users can choose between HIER_NAME or HIER_CODE. The problem with this setup is that for this to work, different fields must be mapped to the lowest levels of each hierarchy, because the values of NAME_LEVEL_ID and CODE_LEVEL_ID fields from the V_TEST_DIM dimension view are different from each other, even though they share the same set of records, which means they can be considered as one.
    The values of NAME_LEVEL_ID and CODE_LEVEL_ID must be different, because if they are not, I receive the following error during maintenance:
    ***Error Occured: Data for at least One of the Hierarchies for TEST_DIM.DIMENSION controdicts the Definition of such Hierarchy as Level
    Based.After making the NAME_LEVEL_ID and CODE_LEVEL_ID values different from each other, I tried mapping the fact table to the cube. Mapping details are as follows:
    Cube View: V_TEST_CUBE
    Fields: TEST_VALUE       --mapped to-->  TEST_MEASURE
            NAME_LEVEL_ID    --mapped to-->  TEST_DIM.TEST_LVL_NAME.NAME_LEVEL_ID
         CODE_LEVEL_ID    --mapped to-->  TEST_DIM.TEST_LVL_CODE.CODE_LEVEL_ID
    -----------------------------------------------------------------------------------------Unfortunately, the above mappings does not work, because I get the following error when I do so:
    Invalid Mapping:
    Levels in a dimension TEST_DIM have to be mapped to the same column for summary fact_tableBut despite the error(s) above, I've actually made this work, by leaving the one ID field (NAME_LEVEL_ID or CODE_LEVEL_ID) unmapped. Say, I map NAME_LEVEL_ID to TEST_DIM.TEST_LVL_NAME.NAME_LEVEL_ID but leave CODE_LEVEL_ID unmapped, then maintain to load data for TEST_DIM (HIER_NAME hierarchy). Then I unmap NAME_LEVEL_ID and map CODE_LEVEL_ID. I maintain the cube again to load data for the other hierarchy which is HIER_CODE.
    Now, if that works, why won't AWM let me map NAME_LEVEL_ID and CODE_LEVEL_ID at the same time?
    I tried running the following DML command to manually map the fields:
    call set_measure_key_expression('TEST_CUBE.MAPGROUP1.CUBEMAPGROUP',NA,'TEST_DIM.HIER_NAME.LEVEL\nTEST_DIM.HIER_CODE.LEVEL','VIEW_OWNER.V_TEST_DIM.NAME_LEVEL_ID\nVIEW_OWNER.V_TEST_DIM.CODE_LEVEL_ID',FALSE)I checked the mappings afterwards and the two fields are indeed mapped, but when I try to maintain, I got an error stating that 'VIEW_OWNER.V_TEST_DIM.NAME_LEVEL_ID\nVIEW_OWNER.V_TEST_DIM.CODE_LEVEL_ID' does not exits or something like that.
    Does any know a better way to implement this?
    Please help.

    I understand what you are trying to achieve, and technically it should be possible. In practice, however, Disco caches dimensional information as it is not expecting information such as descriptions to change from one query to the next.
    The complication is the description objects do not have any additional dimensionality beyond their base dimension, however, there is a language dimension that might be useful in this case. If you created an additional language with a formula that calls a program to set the underlying AWM language dimension you could assign this measure to the first worksheet in your workbook and allow users to swap between different versions of their long descriptions. However, this would be a session wide setting and not worksheet specific.
    In the AWM tree you will need to add additional languages to your AW which can then be used a placeholders for your different descriptions. This will affect all your dimensions so you will need to either use OLAP DML to copy the base language descriptions to all the other languages or using the mapping editor.
    In the dimension mapping tool you will now see multiple entry points for descriptions - English, French, German etc depending on which languages you picked. You can assign any column from your source view/table to these columns.
    Should work - I did something similar for another customer. It is not ideal, and does require the users to open/create a worksheet to switch the descriptions but it was all I could think of at the time.
    Keith Laker
    Oracle EMEA Consulting
    BI Blog: http://oraclebi.blogspot.com/
    DM Blog: http://oracledmt.blogspot.com/
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    BI Samples: http://www.oracle.com/technology/products/bi/samples/
    Does that make sense?

  • InfoSet Query - Long Description while selecting variable values

    Dear Experts,
    We have an InfoSet Query on different InfoObjects like 0CUSTOMER, 0CUST_COMPC etc and the common link between these InfoObjects is CUSTOMER.
    We have a variable created on this CUSTOMER. The requirement is that when this query is executed, user should be able to select a value of Customer (F4 help) and at that time, he should be able to view both Key and Long Text of Customer.
    We know that if we change the CUSTOMER InfoObject --> BEx Properties tab, then we can display Long Text and Key in Query Selection Screens. However we can not do that because it would affect all queries in which this InfoObject is used.
    If we go to Query Design, and choose "Long Text and Key" in properties of Customer, then system displays Long Text and Key of Customer but after the report execution is done.
    We want to display the Long Text of Customer to User at the time of selection and that too without making any InfoObject level change.
    If it was InfoProvider, we could have done it using "Provider specific properties of Characteristic" option. But this is InfoSet and that option does not appear here.
    Please suggest the solution.
    Regards
    P

    Rohit,
    Are you looking to display long text for infoobject instead of short description ?
    Then go tp rsd1>infoobject>display/change-->master data/texts -->text table properties -->check long text exists.
    It supports a long text field with a length of 60 characters
    Activate the infoobject
    --Doodle
    Message was edited by: Doodle

  • CCMS Long Description

    Dear Experts,
    We have a requirement. The alerts that are raised in a PI System to be transferred to CCMS with long Desciprtion.
    The function module that populates details into CCMS is SXMB_MON_ALERT_MSG_ANALYZE from SXMB_MONI(Runtime Workbench)
    The Tables parameter for this FM is of type ALTLEXDESC.
    We may need to extend this ALTLEXDESC to accomodate the long description.
    Our concern is how to get the long description. We could see long desciption in RWB.
    The long description will look similar to
    Error found in the MAPPING.EXCEPTION_DURING_EXECUTE for the MAPPING Category in a message ID 7E8E03CCD98D43271412FFE59F820080 for the Interface MI_SUMI_FlatFile_ABS  from the Sender Party <Name of sender Party>.
    We also figured out that we can populate them from Container expressions.
    Also there is an background job running for the flow from RWB->CCMS for every 5 mins.This also needs to be debugged.
    Job Name         : SAP_BC:PRPGT.XI.ALERTS.TO.CCMS
    Function Module: SXMB_MON_ALERT_MSG_ALERTCAT
    Report              : SXMSALERT_ACTIVE_ALERTS
    Need to find out how the flow of messages from RWB->CCMS
    <REMOVED BY MODERATOR - REQUEST OR OFFER POINTS ARE FORBIDDEN>
    --Ragu
    Edited by: Alvaro Tejada Galindo on Dec 23, 2008 10:41 AM

    Hi,
    In CCM the problem the problem you have can be easily solved. There is a BAdI
    BBP_CCM_CHAR_MAINT where you can implement the transport of additional
    characteristic values. In your case you simply have to implement the
    method valuate_product to fill the valuation of the Detailed Description
    from product master to /CCM/LONG_DESCRIPTION.
    I assume for SRM-MDM this Badi is still valid, maybe someone with expertise in the SRM-MDM area can calrify this.
    Regards,
    Jason

  • Multi Language Description and Long description update.

    Hi Guru,
    I would like to know the possible ways to upload the description and long description in multiple languages for the existing items in mass.  For newly created items, we can enter the data in language form tied to the description.
    Is it possible to do with APC WebADI.?  or any other suggestion would be highly appreciable.
    Venkatesh

    I solved the problem by myself. It's a customizing with OBVU.
    Hope it can help others.
    Andy

  • How do I modify the Long Description of video files, so that it shows up when on the iPad or using Home Sharing?

    The content manually inserted into the Description field in iTunes does not display in either the iPad Video App nor when using Home Sharing. I then used MetaX to populate the Long Description field, which one cannot modify directly in iTunes. However, the descriptions still do not show up on either the iPad or when using Home Sharing. The problem is only with TV shows that I ripped from legitimate DVDs; items bought from iTunes seem to work fine. So I opened up a file bought on iTunes with MetaX, and the Long Description field is not even populated leading me to believe Apple had that information stored elsewhere. This is getting so frustrating, and Apple customer care does not seem to care.
    Does anyone have any other suggestions? Where has Apple hidden the long descriptions for TV shows that do show up on Home Sharing? Is there other 3rd party software that may fix the problem? Thanks in advance for any help or suggestions!

    Go to the form login and select the mistake with the arrows and press the Delete button, soon the mistake will be deleted

  • Just updated to itunes 12.1.0.71 - big problem - can no longer access the legacy "Get Info" where you could change multiple files, easily add artwork, add album name for TV show, and much more. In previous iTunes 12 you'd right click

    Just updated to itunes 12.1.0.71 - big problem - can no longer access the legacy "Get Info" where you could change multiple files, easily add artwork, add album name for TV show, and much more. In previous iTunes 12 you'd right click and hold shift key and be able to get to it. Anyone figured this out?

    The "legacy" metadata editors, for which there was a "back door" in iTunes 12.0, have gone from 12.1.  However, the revised editors in 12.1 provide access to (almost) all the metadata elements that were available in iTunes 11, albeit in a different layout and with some additional constraints based on media kind.  Some users have / will have an issue with the statement that "Get Info has been completely redesigned in iTunes 12 to focus your attention only on what’s necessary for the selected item" since that removes some metadata elements that people may have been using in creative ways.  iTunes 12.1 basically gives you access to the fields that Apple think are necessary ... .  Some of the things that have been excluded by this rule:
    track and disc number fields for video media kinds
    show and episode fields for music
    description tab for audiobooks made up of more than one file
    Obviously the first two examples can be regarded as "overloading" the metadata elements - i.e., using them in ways that the designers didn't intend - but given that some users do find valid cases for this it's a shame that they've been deprecated in the new UI.  There are couple of workarounds:
    in songs view (or any of the other columnar views), you can still select any fields to display, independent of media kind, and these can be edited (though only one at a time) by double-clicking in the relevant "cell"
    you can (temporarily) change the media kind of an item (or group of items) to get access to metadata elements that would otherwise be inaccessible.
    It may be worth submitting an issue via https://www.apple.com/feedback/itunesapp.html - I can't see it as a huge development task to have a user preference to switch between "show all fields" and "filter fields based on media kind".
    One other oddity/irritation is that some of the tabs don't, by default, show all the available fields - you need to scroll up/down to access them or to expand the window by dragging on one of its corners.  Fortunately, the latter seems to be persistent - once you've done this to make all the fields visible the editor will open at the same (larger) size when opened again.

  • Display Key and Long Description

    Is there any way to display the Key and Long Description for a hierarcy in a query? It looks like the only option is to display Key and short description or Long Description only.
    Thanks,
    Ron

    Hi
    These are the basic steps:
    1. upgrade to BW 3.5
    2. choose to display as key and text
    3. choose key + long text
    the following links says the step by step procedure to do it:
    http://help.sap.com/saphelp_nw04/helpdata/en/22/27813b731fd60ee10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/af/27813b731fd60ee10000000a114084/frameset.htm
    Regards,
    Naveen P

  • My 1st generation Time Capsule/2007 keeps shutting off and disconnecting from internet?  What could be the problem?  How long do the Time Capsules usually last?

    My 1st generation Time Capsule/2007 keeps shutting off and disconnecting from internet?  What could be the problem?  How long do the Time Capsules usually last?

    That it is still working is miraclous.. most have died.. lots started flaking out at 18months to 2years..
    See deadtimecapsule.org
    The few that remained now seem to have reached EOL.. you can repair if you have some skills.. fairly cheaply.
    But it is well and truly time to replace.
    https://sites.google.com/site/lapastenague/a-deconstruction-of-routers-and-modem s/apple-time-capsule-repair

  • I am running Windows 7  and trying to update to iTunes version 10.5 (from version 10.3.1.55) and I keep getting the following error message, 'Error occurred while installing the updates. If the problem persists, choose Tools Download Only and try instal

    I am running Windows 7 home edition and trying to update to iTunes version 10.5 (from version 10.3.1.55) and I keep getting the following error message, ‘Error occurred while installing the updates. If the problem persists, choose Tools > Download Only and try installing manually’ which I do only to have the same error message pop up.

    Try updating your iTunes using an iTunesSetup.exe (or iTunes64Setup.exe) installer file downloaded from the Apple website:
    http://www.apple.com/itunes/download/

  • Trying to update iTunes and I get the error - "errors occured while installing the updates. If the problem persists, choose Tools Download only and try installing manually". Currently on version 10.5.3.3 trying to update to 11.0.2 on a Windows 7 64-bit

    Trying to update iTunes and I get the error - "errors occured while installing the updates. If the problem persists, choose Tools > Download only and try installing manually". Currently on version 10.5.3.3 trying to update to 11.0.2 on a Windows 7 64-bit.

    Try updating your iTunes using an iTunesSetup.exe (or iTunes64Setup.exe) installer file downloaded from the Apple website:
    http://www.apple.com/itunes/download/

  • Problem in Saving long texts from IC Webclient

    Hi,
    I have a little problem with BP long text transfert.
    In IC Webclient, I identify a account and I create a long text (for exemple a Accounting Note).
    I can find this text in CRM (t-code BP->long text) but, it is not transfert to ECC (XD03->Extra->text).
    If I create a accounting note directly in CRM, it is transfert to ECC !!
    The transaction PITX is customized in ECC.
    I work with CRM5.0 and ECC6.
    What I missed ?
    Gaétan

    Hi Gaétan,
    Maybe the BDOC BUPA_MAIN responsible to export the change to ECC is not being created when you make the change in IC Webclient.
    Can you confirm it in SMW01? Try to make a change in a partner long text in IC webclient, and check if the bdoc was sent to R3.
    Then try it in BP t-code, and check it again.
    If this is the problem, maybe you should contact OSS suport.
    Kind regards,
    Garcia

  • Problem in displaying long string in JTextField

    Hi All,
    I got problem in displaying long String in JtextField. It does center alignment & I can see middle part of string where length of JTextfield is 6 char. How can I do left alignement so that I can see starting 6 character?
    --Harish                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    you may try this:
    yourTextFieldName.setHorizontalAlignment(JTextField.LEFT);
    or
    yourTextFieldName.setHorizontalAlignment(JTextField.LEADING);
    hth.

Maybe you are looking for

  • What is the best Resolution for this Error: Failed to execute IS server package because of error 0x80131904. Server:

    Dear Forum Members, I have an SSIS running perfectly when i run it in Visual Studio Shell. I have organized it into a job which runs well on SQL Server agent at intervals.  However, suddenly, i started having this error as stated in the title. Please

  • Ajax question - driving me mad!!

    Hi I am still trying to get my head around the whole Ajax "game" perhaps someone can help me. I have a page which shows lets say 10 rows in a table representing different analyses the user has saved. rather than simply click thru to the page "produc.

  • Sales Oportunity / Activity Query Question

    I am trying to create a query to look up all Activities assigned / associated with a specific Sales Oportunity. I can not determine how to join the the Activity / Activities to the Sales Oportunity.  I see the the table OCLG, Activities table , that

  • Remove right bar in Adobe Reader X 10.1.7

    Hi, after the installation of the Reader X a new tool bar has arrived on the right side. Earlier it was possible to collapse the left toolbar, but this one seems impossible to collapse or remove. Is there a Windows registry value or a setting in the

  • Mini and Adobe CS3 vs G4 tower and CS2

    Graphic artist is using tower G4 Dual 1GHz 2mb L3 cache per processor 1.5 gb RAM with Creative Suite 2 I am suggesting we move on to a MacMini 1.66GHZ with 1 gig Ram using CS3... Any opinions on relative speeds - I have CS2 on a Mini and it is slower