SRM 7.0 - Translation of the description of attributes in table T770MATTR

Hello,
I need to translate the description texts of custom attributes in table T770MATTR using SE63. Currently I'm looking for the object type of these texts, but unfortunately I couldn't find it so far. Can anybody help me regarding this issue?
Best regards.

Hello Timo,
Don't know using SE63 transaction.
Nevertheless, being in OOATTRCUST transaction, double click onto 'Attributes' folder in order to be able to select attributes you want to translate. Then, in the menu bar, select Goto > Translation.
Select, in the pop-up, langue for which you want to give a translation. Now you can write the translations for corresponding attributes.
By saving, a transport request will be created.
Regards.
Laurent.

Similar Messages

  • Not able to display the Node context attributes to table

    Hi Friends,
    Issue: Currently i am reading the Node parameters and assigning the parameters to the Context of the mainView.
    Then displaying the attributes into table here i am using a iterator to fetch the attributes.
    But its reading only one record to the table not all the attributes.
    Here i am attaching the code:
    Node is EvaluationDimensions and attributes are Dimension and Selected_values.
    Line: -
    public void wdDoInit()
       //@@begin wdDoInit()
    try
    IBONodeElement test = null;
    test = (IBONodeElement)wdThis.wdGetDefinedimensiongafController().wdGetContext().nodeEvaluationDimensions().currentEvaluationDimensionsElement().model();
    IBONode testNode = test.getBONode();
    Iterator it = testNode.iterator();
    IBONodeElement itElement = null;
    while(it.hasNext())
    itElement = (IBONodeElement)it.next();
    //wdContext.nodeEvaluationDimensions().createAndAddEvaluationDimensionsElement();
    wdContext.createAndAddEvaluationDimensionsElement();
    wdContext.currentEvaluationDimensionsElement().setDimension(itElement.getAttributeValue("KPIParameterDefinitionName").toString());
    wdContext.currentEvaluationDimensionsElement().setSelected_Values(itElement.getAttributeValue("ParameterSelectedValuesText").toString());
    } catch (RuntimeException e) {
    e.printStackTrace();
    wdThis.wdGetDefinedimensiongafController().wdGetAPI().getComponent().getMessageManager().reportSuccess(e.toString());
        //@@end
    Line: -
    Could you suggest me some alternatives to show all records into table??
    Thanks & Best Regards, Prabhu(9886855725)
    Edited by: Armin Reichert on Apr 24, 2008 12:57 PM

    Hi Prabhu
    IBONodeElement test = null;
    test = (IBONodeElement)wdThis.wdGetDefinedimensiongafController().wdGetContext().nodeEvaluationDimensions().currentEvaluationDimensionsElement().model();
    What is this model() .
    You remove the try catch method once and test it to trace the error.Why cant you use typed AccessAPI to fetch the values from the node element.Is your node have more elements test it.By getting the size of the node.
    That too you are setting values to only current context element .Not for other elements.Everytime you are setting the values to current context element,thats why you are getting only one element values at a time.Iterate properly and try to set the values for each element
    wdContext.currentEvaluationDimensionsElement().setDimension(itElement.getAttributeValue("KPIParameterDefinitionName").toString());
    See the above code every time you are setting to currentNode lement notforother elements.
    Regards
    kalyan

  • Translate TAX code description

    Hi everybody,
    We have created a new tax indicator for germany (Transaction FTXP). 
    Once it's created, If we log on to the system in a different language than deutsch the description of the tax code doesn't appear.
    Is there any standard transaction to translate these descriptions to another languages?
    In transaction SE63 we can traduce table entries but I'm looking for another solution without using this transaction.
    Thanks in advance.
    Answers will be awarded.
    Ismael

    Hi,
    the description are in following table :
    T-code : FTXP     Table : T007S
    If not installed Required language, it shows only EN, TAXXX So, it seems you first check if XX language installed correctly.
    It is not possible in the standard to translate the tax names in additional languages without that it is neccessary to logon in different  target languages and to enter the tax names several times in transaction "FTXP"
    You must logon in the language in order to manintain or see the corresponding texts.
    Please assign points if it useful.
    Regards
    Ravinagh Boni

  • Field description of an internal table

    Hi,
    I am trying to read the field description of an internal table, which consists of fields from different DD tables. I am able to read the descriptions of a DD table by using FM 'DDIF_FIELDINFO_GET'.
    Can you please suggest me how can read the text descriptions of an internal table fields in a Language other than English.
    Thanks
    Lokman

    Here is my code. I am trying to use imternal table instead of DD table. If I use internal table I get short dump. The language is OK withh DD table.
    CALL FUNCTION 'DDIF_FIELDINFO_GET'
           EXPORTING
              TABNAME   = 'ZFISB_TRANSFERS'
               TABNAME    = trsf_sel_tab
               LANGU     =  SY-LANGU
            TABLES
                DFIES_TAB = trsf_field_tab.
    *delete trsf_field_tab where fieldname <> 'NR' OR FIELDNAME <> 'TDATE'
    *OR
    FIELDNAME <> 'FYEAR'.
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
           EXPORTING
                retfield         = 'NR'
                value_org        = 'S'
                callback_program = 'ZFI_SCHOOL_BANKING_APP'
                callback_form    = 'TRANSFERS_F4CALLBACK'
           TABLES
                field_tab        = trsf_field_tab
                value_tab        = trsf_sel_tab
                return_tab       = return_tab
           EXCEPTIONS
                parameter_error  = 1
                no_values_found  = 2
                OTHERS           = 3.

  • In transaction OBA7 the description is not coming in Spanish

    Hi Everybody,
    Spanish ( ES ) language imported in ECC 6  thru SMLT and activated the same thru report RSCPINST.
    After that login in Spanish is working fine.
    But problem is in transaction OBA7 the description is not coming in Spanish.
    Problem reported only for this tcode only , may be there are problem in other tcode also.
    Any idea !!
    Regards
    Santanu

    Hi,
    check in client 000, if you don't have spanisch there, then most probably its not translated (yet)
    you can transate yourself if needed...
    Rgds
    Nico

  • How to find out the description of a enumeration

    Hi all, i need to find the description of the object and i don't have any idea. I try to explain better my problem.
    I have different document of different type (17,15,22,ecc ecc) in a user table.
    In Sap I need to show the content of this table but I won't to show the object code (17), i want to show the description (Sales Order).
    Sap do this in the DRAFT form and I need the same thing. How can I do this?
    PS
    I try to use the function "ConvertValidValueToEnumValue" like in the sdk help, with C or S for BoCardTypes;it not return the description as understood by the image but 0 or 1. So I really haven't other idea.
    Thank's all, Antonio.

    Hello Antonio,
    you add it manually. this is the best (into your addon, you may write a function to do this). SAP does this and this is also translated to any versions.
    Regards
    János

  • HTTP response contains status code 415 with the description Unsupported

    Hi All,
    While transferring the data from SRM to CCM , We are getting following error,
    HTTP response contains status code 415 with the description Unsupported Media Type Error while sending by HTTP (error code: 415, error text: Unsupported Media Type
    Where need to check on this?
    Thanks ,
    NR

    415 Unsupported Media Type
    The server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.

  • LSMW Error - You have not fully maintained the descriptions

    Hi Experts,
    I was trying to Extend the materials to plant by using Direct input menthod where prog - RMDATIND.
    When I execute final step i.e "Start Direct Input Program" I faced with an error " You have not fully maintained the descriptions".
    I know this error with regards to Language Key and Description.
    I executed Display converted data under structure BMMH5, where Language key is blank.
    Kindly guide me why this language key is not captured, and also how to default the Language key as EN.
    Thanks nd Regards,
    Laxmi.........

    LSMW u2013 Legacy System Migration Workbench
    1.        Maintain object attributes
    2.        Maintain source structures
    3.        Maintain source fields
    4.        Maintain structure relations
    5.        Maintain field mapping and conversion rules
    6.        Maintain fixed values, translations, user-defined routines
    7.        Specify files
    8.        Assign files
    9.        Read data
    10.     Display read data
    11.     Convert data
    12.     Display converted data
    13.     Create batch input session
    14.     Run Batch Input session

  • Display the description of a parameter in the report

    Hi Guru:
    I have a parameter, for each value to be selected, there is a description.
    Now my question is, how to display the description of the value in the report?
    I tried to put the parameter into the report, but it display the value, not the description.
    For example, I have a parameter, for company code, each company code will have a description in the value list of the parameter, after the user pick 1000, I want to put the name of company code 1000 into the report.
    Thanks.
    Eric

    The only way I have found to do this without hard-coding a translation table is to return the value in your dataset.  In your case, cross join your results to
    select company_name from company where company_code = {?comp parm}
    (or something similar...)
    HTH,
    Carl

  • Navigation to change the description column of hr.hr_locations_all_tl

    Hi Gurus,
    How to navigate to the form that will update the DESCRIPTION column of HR.HR_LOCATIONS_ALL_TL table.
    Thanks,
    wood

    In the HRMS Manager Responsibility
    Navigate to - Work Structures --> Location
    Query for your location.
    Keep the cursor on the field you want to translate, say Description
    Select View --> Translations from the Menu on the top.
    A form would open with as many records as your installed languages.
    Update the one which is of interest.
    Hope that helps.
    CHeers,
    VB

  • Clicking on the "i" button at the end of the description of individual podcasts crashes iTunes every time.

    I recently updated to version 10.5.1.42, after being seriously out of date ( I'm pretty sure I was running 9.0.1). The new version runs OK except for crashing every time I click on the little "i" button where the description of individual podcasts gets truncated. I get the "iTunes has encountered a problem and needs to close message" and the option to send an error message to Uncle Bill Gates - like he actually cares about compatibility issues with an Apple product!!
    The "i" button isn't the single most important feature of iTunes, but it is sometimes useful and I'm wondering if anyone else has encountered and fixed this. I'm running XP, service pack 3 and hoping to hang on to it for a while. Yeah, I'm old and resistant to change, but I realize that you have to give in and update eventually or your stuff stops working. So I'm hoping that this isn't about XP, but if it is, I guess I'll just have to live without the "i" feature.
    Something that might possibly be relevant to this issue: I did go in and roll back to my previous video driver after, I'm told, the iTunes update installed its own and screwed with all my other settings elsewhere in my system: made my desktop icons much bigger, changed the font in my Gmail account, etc. This happened last time I updated iTunes a couple of years back and was the reason I resisted updating since then. This is also the reason I have not tried uninstalling and reinstalling. Thought I'd try this post first and see if anyone had an answer.
    Thanks

    montanatroutbum wrote:
    The new version runs OK except for crashing every time I click on the little "i" button where the description of individual podcasts gets truncated. I get the "iTunes has encountered a problem and needs to close message"
    Simple solution... don't do that. 
    Check for Windows Updates, most likely the system is missing one or several.

  • I can't seem to get the iTS to update the description of my podcast, nor refresh to show new episodes?

    I recently launched a podcast series (http://itunes.apple.com/ca/podcast/notes-from-northwest-passage/id449063851) but its still showing an older description text with some typos and an incorrect link in it, as I registered it with a pre-edited file so it would be in line for review while I finalized the details, and now I can't seem to get it to refresh and show the new texts at all, even though I edited the description texts in the xml file well over 2-3 weeks ago.
    I've tried redoing this file several times.  It always validates but changes never get picked up by the iTunes store.I can manually subscribe to the feed using iTunes' advanced menu, with no problems. The feed is at:
    http://a4.g.akamai.net/7/4/66750/v1/smb2.download.akamai.com/66750/http/podcasts /archaeology2011/arcticarchaeology2011_eng.xml
    I recently (about 3-4 days ago) tried redirecting the feed to a new version of the xml file stored in a new folder, just to see if that would somehow jolt it back into reading it, but again after 3-4 days it hasn't done anything.
    It's also not showing any of the most recent episodes even though they have all been there about a week, so the store should have picked them up by now, no?
    Any suggestions?

    If you look at the feed, and look at the entry 'The end to an exciting field season in Aulavik National Park' you will see the line:
    <pubDateFri, 29 Jul 2011 04:00:00 GMT</pubDate>
    You have not closed the 'pubdate' tag - there should be a '>' as the 9th character. Because the tag has been left open, it invalidates everything which follows it, and thus the entire feed. iTunes therefore cannot read it, which is why the Store has not updated. Add the '>' and republish, and all should be well.
    It's always worth checking your feed by subscribing manually, from the 'Advanced' menu, or by clicking the 'subscribe free' button on the Store page (both do the same thing) - if you can subscribe to the feed it should be OK.

  • Currency Translation at the Web Template level (standard functionality)

    Hi Experts ,
    We are currently working in BI 7.0 env. with source system ECC 5.0.
    We are working for a task where we need to make the BEx  queries enabled for currency translation .
    The requirement is :-
    The user should be enable to give/opt/choose for the follwoing options:-
    Currency type (target currency in which the translation is aimed)
    Exchange Rate ( Standard(M) or other(P) or something else) and
    Key date: The translation will be performed taking the exchange rate on that particular date.
    We do have 2 option to perform the task...
    1:- Either we do it thru currency translation type definition(RSCUR) and then attaching this currency translation for every amount key figure values at each query level. OR
    2:- If we can go and find something at the Web Template level and add/modify the template in such a way so that it gives us the functionality to translate a source currency into a desired one with desired exchange rate type (currently either M or P) and for a specific date.
    At this point of time when we do have numerous sub-areas holding hundreds of queries, we want something which should be available as the modification/addition to standard functionality at the web template level and not at the query level as changing each and every one of them and testing would be a cumbersome process and would be costly and risky at the same time. So we are just wondering if we can find something with option no. 2 and add/modify something in the standard functionality.
    Please ask for any more information required.
    Thanks very much.
    regds.

    Hi Amit,
    You would still need to define the Currency Translation using RSCUR where you would specify
    -the exchange rate type (either fixed or variable)
    -the target currency (either fixed or variable)
    -the reference date
    You don't need to modify any of your queries. You can instead use 'Translate Currency'/[SET_CURRENCY_TRANSLATION] command in WAD & specify the Currency Translation as defined in RSCUR. If you want the target currency & exchange rate type to be driven by user input, you can define these as variables in RSCUR & invoke the variable screen using 'OPEN_VARIABLE_DIALOG' in WAD for user input just before calling 'SET_CURRENCY_TRANSLATION' command.
    --Priya

  • Iview: Push button for switching on or off the description of the document

    Hi all,
    In the AdminExplorer iview, I want to have a button to display the description of the document, as it happends in the following page.
    https://www.sdn.sap.com/irj/sdn/downloads
    I've added the follwoing rnd:command(command=NEWCOMMAD/style=icon)
    in List Renderer's Dispayed properties field, BUT
    a)I dont know how to create that NEWCOMMAND,
    b)I dont know if this the correct way of doing it.

    Quick answer—No.

  • Crystal didn't show the BEx query Attributes description changes/Values

    We experiencing the BEx query attributes/crystal report  issue.
    I create a crystal report using BW- BEx query. Bex query displays the attributes values. But in crystal report side it didn;t show up the values as well as description changes.
    But If I change the display properties of attributes (different from one attribute to another) the crystal report reflect the values. But crystal report didn't show the Attribute description changes , the one i did it in BEx query side.
    Example:
                         Bex has a Masterdata as well as attribute Field1, Field2 etc.. I changed the description like Field_Test1 and Field_Test2. Also I changed the display property for Field_Test1 is Key and text and long , Field_Test2 is Text & LOng text.
    I  got the attribute values is crystal report Xi R2. But crystal didn't reflect the description changes?
    Suggestions Please?

    Post your question to the Business Object Integration Kits forum

Maybe you are looking for

  • My Adobe Photoshop Elements 6 doesn/t work under Vista Home.

    Please help me. Hylke

  • Focus on a JTextField

    I have a JTextField which is in a JPanel in a JFrame. I have tried grabFocus() and requestFocus() but neither seem to work in ensuring that when the frame is launched that the cursor is blinking on the textbox. Unfortunately I am working on a project

  • Managing statistics for object collections used as table types in SQL

    Hi All, Is there a way to manage statistics for collections used as table types in SQL. Below is my test case Oracle Version : SQL> select * from v$version; BANNER Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production PL/SQL Re

  • Mapping sensor data to process flows

    Hi, I´ve implemented a sensor-action that uses a JMS-queue to report its data. I´ve specified a few sensors in the process I´m calling as well as all processes called by that first one. This is ment to monitor the process workflow resulting in a grap

  • How do I install LR and PS Touch using cloud?

    I purchased the Cloud membership. Everything works great!! Except I do not see Lightroom in the cloud nor do I see how to get PS Touch to my Ipad. Any ideas?