How to display language key (0LANGU) in the query for BW report

Hi,
Can someone tell me how to display language key (0LANGU) in the query? I want to display which language (English or French) is used for material description in BW report. Thx.

hi,
check if the infoobject is kept as lang dependent or not  for material text, else you need to create a masterdata attribute with text and lang keys and do corresponding mapping, so then it can be displayed in your report
regards
laksh

Similar Messages

  • How to display properties of dimension on the input form and report in bpc

    Dear Expert,
    Please tell me how to display properties of dimension on the input form and report in bpc. I can only display dimension number.
    thanks so much
    hungth

    Hi Hungh,
    If your are using BPC 10 with EPM add in client, you can use the function:
    EPMDimensionProperty ()
    This function retrieves the properties of a specified dimension in a specified cell range.
    Thanks, Safa

  • Is it mandatory to assign language key to all the words exist in the syste

    Hai experts plz clarify my dout,
    Current Scenario: We are in the Scan phase of the Combined Upgrade and Unicode Conversion.
    Our questions:
    1.      Is it mandatory to assign language key to all the words exist in the system? When we tried, without assigning a language key, still we were able to proceed to the next step.
    2.      Now the upgrade has started, so confirm us that whether it is necessary to assign the language key for all the words without a language assignment before export or SAP considers SPACE as a language character? This question is raised because in MDMP systems there is 1 column with Space.
    3.      For words with mix characters what is the language to be assigned? Mix characters eg: “a#p//e”
    4.      How such words are generated? Usually words are generated from table CDPOS where the field: table key has a provision to store binary numbers and the when system doesn’t recognize the characters given at the input, an ambiguous word is generated and it is stored in the vocabulary list. Hence what language is to be assigned to this word?
    There are 21,000 such words without language assignment in the Vocabulary.

    Hello!:
    1. It's mandatory, to do all correctly.
    2. You have to do all the scan's for the MDMP.
    3. I've put German (the original lang)
    4. 21195 in my case, it's normal. The total number of tables is 27265.
    Please confirm the message, and points (you can contact with be by email)
    Regards,
    Alfredo.

  • Is it mandatory to assign language key to all the words exist in the system

    Current Scenario: We are in the Scan phase of the Combined Upgrade and Unicode Conversion.
    Our questions:
    1.    Is it mandatory to assign language key to all the words exist in the system? When we tried, without assigning a language key, still we were able to proceed to the next step.
    2.    Now the upgrade has started, so confirm us that whether it is necessary to assign the language key for all the words without a language assignment before export or SAP considers SPACE as a language character? This question is raised because in MDMP systems there is 1 column with Space.
    3.    For words with mix characters what is the language to be assigned? Mix characters eg: “a#p//e”
    4.    How such words are generated? Usually words are generated from table CDPOS where the field: table key has a provision to store binary numbers and the when system doesn’t recognize the characters given at the input, an ambiguous word is generated and it is stored in the vocabulary list. Hence what language is to be assigned to this word?
    There are 21,000 such words without language assignment in the Vocabulary.
    Thanks ,
    vinay

    Hello Vinay!:
    I'm doing the same project, CU&UC.
    Now i'm in the PREPARE of the source system (all the steps in the additional steps has been done)....and i think that Is it mandatory to assign language key.
    About other questions, i'm investigating too.
    Alfredo.

  • How to display duplicate key in web report?

    Hi Experts,
    Can anybody tell me how to display duplicate key in web report?
    I know in the Bex analyzer, we can allow the duplicate key to be dispalyed via the 'query property' by right click, and in the 'display option' tab, there is an option which named 'forbid duplicate key', if we don't select this option, the duplicate key will be dispalyed in the report result in BEx analyzer.
    But how can I do this in Web report? Thanks in advance.
    Eileen

    Hi,
    <b>I know in the Bex analyzer, we can allow the duplicate key to be dispalyed via the 'query property' by right click, and in the 'display option' tab, there is an option which named 'forbid duplicate key', if we don't select this option, the duplicate key will be dispalyed in the report result in BEx analyzer.</b>
    Do the same and execute report in web.You can able to see the same.
    Cheers
    Karthik

  • How to display multi-channel image in the 'proxy'?

    There're many examples to show how to display composite channels in the 'proxy'. But I don't find any example to show how to display multi-channel image in the 'proxy'. I found that I can use PSPixelOverlay to display alpha channel data like this:
    int nSpotChannel = gChannelCount - 4;
    PSPixelOverlay* overlay = new PSPixelOverlay[nSpotChannel];
    for(int i = 0; i < nSpotChannel; i++){
           if( i != (nSpotChannel - 1) )
                 overlay[i].next = overlay + i + 1;
           else
           overlay[i].next = NULL;
           overlay[i].data = gChannelData + (4 + i) * nPlaneBytes;
           overlay[i].rowBytes = gProxyRect.Width() * gDocDesc->depth / 8;
           overlay[i].colBytes = 1;
           overlay[i].r  = 230;
           overlay[i].g = 161;
           overlay[i].b = 174;
           overlay[i].opacity = 255;
           overlay[i].overlayAlgorithm = kStandardAlphaOverlay;
    pixels.pixelOverlays = overlay;
    Then, Seeing red part, it will trigger a new problem, that is how to get the color value of the alpha channel by plung-in itself? It seems that no channel color value info is in FilterRecord.
    If you have other solution, please tell me. Many thanks!

    This is what I've been doing - was just curious if there was a way to see a more cohesive image.
    If the individual EQ plugins are in fact the answer, is there any way to smooth how the Analyzer displays? The image I posted above, all of the tonal curves are very smooth. The analyzer tool shows a lot of peaks and valleys within the overall curve and it's hard to pinpoint each instrument's "sweet spot." Vocals for example are very hard to spot.
    - Morgan

  • How to display my country flag on the task bar in osx mavericks?

    How to display my country flag on the task bar in osx mavericks?

    System Preferences > Keyboard > Input Sources
    Checkmark the box beside "Show Input menu in menu bar".

  • How to identify which key figure will the numeric pointer for deltas?

    Hi All,
    I have created a numeric pointer for generic extraction ? but how to identify which key figure will the numeric pointer will use for deltas ?
    how to identify the key figures which is suitable for numeric pointer. And the generic extraction is based upon the copa table?
    Can anyone suggest me how the numeric pointer works and how to identify deltas are carried out at numeric pointer?
    Thanks
    Pooja

    Pooja,
    If you are using a generic extractor which is based on COPA table, then numeric pointer may not be the suggested delta extraction mechanism. 
    A time stamp would be the better one to use.  In a time stamp, you can give a lower limit value of 300 seconds.. so that it will try to fetch the missed records.
    Moreover, a delta would be based on a character, preferably a time char.
    In your requirement, try to figure out the character on whichdeltas will be based.
    Sasi

  • How to open a file created at the server through form/report at client end

    How to open a file created at the server through form/report at client end
    Dear Sir/Madame,
    I am creating a exception report at the server-end using utl file utility. I want to display this report at the client end. A user doesn't have any access to server. Will u please write me the solution and oblige me.
    Thanks
    Rajesh Jain

    One way of doing this is to write a PL/SQL procedure that uses UTL_FILE to read the file and DBMS_OUTPUT to display the contents to the users.
    Cheers, APC

  • Display word/pdf document in the HTML region or report

    Hi,
    How to display blob content stored in a table in HTML region or report region.
    I already have a process to display the image content.
    But my question here is how to display word/pdf document within the html region so that the user can read the document without downloading it.
    Any suggestions/solutions would be of great help.
    Thanks in advance...
    Thanks,
    Ramesh P.

    I was dead wrong.
    The display of images from BLOB is a special case because APEX provides a Display Image item type.
    Moreover, HTP/HTF packages also do not provide for handling of BLOB content. So AJAX cannot be used.
    Which implies that the only way to get binary content, other than images, is with the use of a WPG_DOCLOAD.DOWNLOAD_FILE call.
    This in turn implies that it may not be feasible to "inject" the BLOB into an exist HTML DOM in the Browser.
    Regards,

  • Hi Everyone,  I am using iPhone5, my question in how to display name and contact number both stored for incoming and outgoing calls? If I have saved five different numbers with a same name, how do I recognise that from which number caller is calling?

    Hi Everyone,  I am using iPhone5, my question in how to display name and contact number both stored for incoming and outgoing calls? If I have saved five different numbers with a same name, how do I recognise that from which number caller is calling?

    I have friends all over Europe, does it matter what number they use to call me? Nope! All incoming calls are free for me.
    The only time you ever have to worry about which number is if you get charged for incoming domestic/international calls.
    You can tag their number (work/home/iphone) and that may show on the CallerID accordingly.
    It should show, John Doe
    underneath,    work/home/mobile
    For example:
    http://shawnblanc.net/images/img-0009-1.png

  • How can I add a contact on the calendar for an event

    How can I add a contact on the calendar for an event

    It is between Repeat and Alert on my iPhone 5 with iOS 6.0.1
    I used the + on the top right to add the event and when you look vertically starting with the name, followed by location and then time the rest of the default things includ Invitees, among other items. 

  • Need to display a percentage sign '%' in the query field

    hi all
    I know that this might be very simple..
    but it has bugged me for a while now..
    i need to display ''%" in a particular field alongwith the number in the query for
    1. when field is having a percentage calc of two KF.
    2. when field is a mixed containing amount type KF & i need to display it only for certain records not all .
    Please help me.
    best regards,
    ramesh

    1 - if you are using a percentage function in a CKF/Formula, it should by default come with a % sign in your report.
    2 - You can't mix and match (have '%' only for some rows) unless you want to use some vb macro or table interface class to do it.
    For any number that is a percentage but doesn't appear with %, you can always create another CKF ( = 100 % ckf_minus_perc ), or a variant of it and that should get you the same value with a % sign.

  • How can i pass a parameter to the query to filter the result of this lookup

    Hello,
    i'm developping a web application with JDeveloper 10.1.2 and JHeadStart.
    i realy need to know how can i filter the lookup (LOV) query result.
    in other word, when i click on the lookup, it show all the row that exist in may data base table.
    what i want is how can i pass a parameter to the query to filter the result of this lookup ?
    Thank you

    Hi,
    have a look if this helps
    http://oracle.com/technology/products/jdev/tips/fnimphius/restrictlovlist/restrictlov.html
    Frank

  • How can i register column with in the query

    hi all
    how can i register column with in the query?

    Thanks.
    In my business one, the column width was registed.
    But I don't know how can I do it.
    So I try to save the query again after change column width.
    Then the query was opend with changed column width.
    Is it right function?
    Is there any way to register the column width?
    It's very troublesome to change column width every time.
    seiichi

Maybe you are looking for

  • Fetch the values from internal table inside an internal table (urgent!!)

    data : BEGIN OF PITB2_ZLINFO occurs 0,          BEGDA LIKE SY-DATUM,          ENDDA LIKE SY-DATUM,          PABRJ(4) TYPE N,                       "Payroll Year          PABRP(2) TYPE N,                       "Pay. Period          ZL LIKE PC2BF OCCUR

  • How can I move my mp3 songs back into iTunes?

    Can you help me??? I accidently moved a group of MP3 files (songs) from my iTunes to the trash.  After doing a little research, I saw the suggestion of creating a folder on my desktop and dragging them from the trash to the new desktop folder.  So, I

  • HOW TO FIND PREVIOUS BALANCE OF DOCUMENT NUMBER.

    Hello Abapers, I am doing customer statment report in FI.In this i need to find previous cumulative balance of document number and i need to add present balance. For eaxmple. Invoice    payment        Balance    Cumulative balance 8000       4000    

  • Hidden photos still appear in all photos album

    Hi In the new iPhoto when I hide photos they still appear in the All Photos album and will not hide , this is very inconveinant can somebody tell me if this is a bug or intentional and if so is there a work around. thx

  • Decentral adapter engine sp14

    Hi All, Do we compulsory needed De central adapter engine and how to do this. According my understanding If I use in my scenarios rfc/Idoc adpter i can use proxy server and central adapter. Pls anyone clarify my assumption. Venu.