Change multi-lingual text for equipment

Hello,
I'm trying to change some equipments fields, which are covered in BAPI_EQUI_CHANGE but also update multi-lingual text that can not be updated through this BAPI.
Is there any other BAPI or FM to update the equipment text?

Hello,
There is no separate function module or BAPI for this.
We have used function modules INIT_TEXT and SAVE_TEXT for this.
These are generic routines that can be used for all long texts in all languages.
You always need following key fields for a long text : ID, LANGUAGE, NAME and OBJECT
To find out these values check one of  your manually created equipments (check header of one of the long texts).
Also check function group STXD for other usefull function modules.
Wim

Similar Messages

  • How to Check LT check box in IA02 - for Long text for Equipment Task list operations

    Hi Experts,
    I am trying to upload text for Equipment task list,i am able to upload texts at header,but not for operations.
    At operations level - we have a check box LT which is grayed out - when am manually making an entry ( LT Check box -  is getting checked when am creating entry manually ) - after manual entry - when i tried uploading text is working fine.
    Can someone please tell me how to get the check box - checked - while saving text - using FM : SAVE_TEXT .
    Cheers,
    Rali K

    Try this:
    function findNodes(vNode){
         if (vNode.className === "field"){
              if (vNode.isPropertySpecified("name")===true){
                   var myStateName=new RegExp(vNode.name);
                   var returnValue = GFL.search(myStateName);
                   if (returnValue!=-1){
                        this.ui.oneOfChild.border.fill.color.value="192,192,192";
                        this.access="readOnly";
                   else{  
                        this.ui.oneOfChild.border.fill.color.value="255,255,255";//whatever colour is open access
                        this.access="open";
         for (var a=0;a<vNode.nodes.length;a++){
              findNodes(vNode.nodes.item(a));
    findNodes(xfa.form);
    Kyle

  • Multi-lingual Text trouble

    Hi there,
    I having trouble getting Director to display multi-lingual
    text in #text members. I'm using WinXP Pro and have installed
    everything that can be under the "Regional and Language Options".
    The text displays correctly in the thumbnail preview in the cast
    window but when I drag the member over to the stage I just get
    square blocks. The same text works fine in notepad with the same
    font. Is Unicode support limited to #flashComponent only?
    Here's some sample text that is not working in a # text
    member:
    Japanese Hiragana/Katakana
    ぁいぅえぉ
    ㋐㋓㋬㋨ ㌀㌕㌘
    Korean Hanja
    가儺茶洛漠
    ᄃᄫᅔᅼᅾᆔᇘᇢᇍᇫᇷ
    Arabic
    ةثسظټږۃںڢ۵۳
    Malayalam
    അങഫമഞഊഋളെൊ൯൬൪൩൨൧൦

    Ahhh dang .. scratch that happiness .. D11 doesn't support
    right to left text :(
    What's infuriating about this is that thumbnail preview
    renders RTL text correctly! But as soon as you place the member on
    the stage the text renders arse about - presumably the cast window
    is using standard win text controls.
    Even the TextInput #flashComponent gets it wrong, though the
    text is displayed correctly in the Property Inspector.
    Can anyone recommend ways to use RTL text in D11?

  • How do I change the default text for when I open up pages?

    How do I change the default text for when I open up pages?

    Colin,
    You may substitute any text you like for the "Placeholder Text", as it is called, in Pages. Click on the existing placeholder text and type something more to your liking. Do this in as many places as your particular template of interest demands. Then, Format > Advanced > Define as Placeholder Text. Lastly, File > Save as Template.
    Now that you have defined a Custom Template to your liking, you can go to Pages Preferences and under the General tab's first section, define the new custom template as your default for each new document.
    Regards,
    Jerry

  • How to change the menu text for menu exit in Version 3.1i

    Hi,
    I am working on an enhancment in CJ02 transaction in 3.1i version. I have implimented menu exit for it , but I am unable to change the menu text for it.Please let me know how to change the menu text for that menu.
    Thanks
    Suman

    Hi Shree,
    Thanks for the response. Please find the Enhancement name here "CNEX0006".
    Thanks
    Suman

  • Can't change the label text for the first time of  loading

    I have some problem to change the label text in the prerender method.
    I put a label on the form and set the text value to "Customer" on the text properities , and I would like to change the lable text to "Supplier" in the prerender method, I found some strange behaviour.
    If I type nothing on the label text of the properties , I can change the lable text on the prerender method on the first time of the form load .
    If I put something on the label text of the properties , the text label can't be changed on the first time of form loaded, the lable can be changed if I refresh the form or reload the form.
    Could anyone help me to solve this kinds of problem ?
    Thanks

    This is a tough one to explain. Here is one explanation from the Delving Into Components tutorial:
    As with the JavaServer Pages implementation, when the server constructs a page from JSP source, the tag attribute settings in the JSP source take precedence over runtime settings. For example, if you set the text property for a Static Text component to "moon," the IDE adds text="moon" to the Static Text component's tag in the JSP file. Even if the page's prerender method has a staticText1.setText("sun") statement, the Static Text component shows "moon" when the application renders the page. If the page is rerendered, the staticText1.setText("sun") statement takes affect and the Static Text component shows "sun." If you visit another page and come back, the server once again constructs the page from the JSP source, the values set in the JSP tag attributes take precedence, and the page displays "moon."

  • Can I change the standard text for web item 'INFO_FIELD_ITEM'?

    Hello experts.
    I made a WAD template using web item 'INFO_FIELD_ITEM'.  In data binding, I used the 'Last refresh' of general text elements.   As a result, in the web browser I can see the last update date & time. (e.g. 'Last refresh: 2007.01.17 17:34:44') Then our customer want to change the default text "Last refresh" as "Working time".
    How can I change this?
    I tried to change the text symbols for program SAPLRRSV. But it worked only in Bex Analyzer not in the web.
    Our server version is Netweaver 2004s and SP10.
    Best regards.
    JY Park.

    Hello,
    I had the same problem - just wanted to display the values of a variable in an info-field, but not the caption.
    I found out, that there's a tag for Info-Field Item called ONLY_VALUES (it's the checkbox under the headers visible checkbox in the properties dialog of the Info-Field Item; in my WAD version, there's no label assigned to this checkbox, so it was not easy to find out what it should be),
    You have to set it to 'X' (check it) ; then you get the unformatted value of the variable (no caption anymore).
    <bi:INFO_FIELD_ITEM name="INFO_FIELD_ITEM_1" designheight="500" designwidth="350" >  <bi:WIDTH value="350" />
    <bi:HEIGHT value="500" />
    <bi:DATA_PROVIDER_REF value="DP_1" />
    <bi:HEADERS_VISIBLE value="" />
    <bi:ONLY_VALUES value="X" />
    You have to insert the info-field item between span tags so that you can define your own formatting values.
    The ONLY_VALUES tag works the same as the tag 'RENDER_AS_TEXT' you have with the text item , see
    http://help.sap.com/saphelp_nw70/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm
    There's only one disadvantage: If you have chosen a lot of variable values (multiple selection), the variable string gets very long and no line break is performed, because all blanks in the string are replaced by nbsp's. I solved this with a little Java Script, replacing the appropriate nbsp-s with br tags.
    Hope it helps
    Beate

  • Change of company code for equipment

    hi! PM gurus,
    Can anyone tell me how to change co cd of an equipment?
    and also how to dismantle the equipment?
    helpful answers will be rewarded.
    Thanks.

    Hi Vaibhav......
    It is possible to change the Company Code of an equipment, but there are some basic needs to be fulfilled for that.........
    > Both the Company Codes (one in which Equipment exists & the one in which you want the equipment to be transferred) should fall under same Controlling Areas & Chart of Accounts.
    As far as dismantle of equipment is concerned, you have two options:
    > Go to Equipment Master - Structure Tab - Function Location - Click on Icon on right side, select dismantle.......in this equipment is dismantled & can be instaaled at other Function Location.
    > but if you have to dismantle & equipment & put it in to the storage, go for Tcode - IE4n
    Hope, this will help you.........
    Regards

  • How to change the wortem text for Task TS00008267 in workflow

    Hi,
    Can you please help me in changing wortem text for Task TS00008267 in workflow.
    This is task is standard for User decision.I want to add my own text and insert my own variables.
    Thanks in advance.
    Chetan

    Hi
    PFTC - display
    PFT_CHG - change
    PFTC_INS - create task
    PFTC_COP - Copy the task
    Regards
    Muthu

  • Need help to change line item text for 220 Line items

    Hi Specialists,
    The user has posted a reversal entry ( doc type : Manual Accrual) using TCODE FBS1.
    It has 220 line items.
    Is there a way in SAP he can change the text of All Line Items for a particular document number in one shot ( Mass Change).
    Pls note : Header text remains same . Only the line item text needs to be changed in one shot .
    For Eg :
      1 50 2758000047 Accruals for CAS               Accrl - Dec 08 / Nalini Marketing(Door Mats) - Oth
      2 50 2758000047 Accruals for CAS               Accrl - Dec 08 / SKC - M&E Repair
    Changed Description:
      1 50 2758000047 Accruals for CAS               Accrl - Jan 09 / Nalini Marketing(Door Mats) - Oth
      2 50 2758000047 Accruals for CAS               Accrl - Jan 09 / SKC - M&E Repair
    Thanks,
    Abhinav.

    Hi
    This is possible, please follow as below:
    If it is GL (FBL3N), Customer (FBL5N), Vendor (FBL1N) line item use the TCODE' mentioned.
    In the selection screen, if possible give all the document numbers (it is possible with addition selection).
    Once you get the output with the line item, select all line items and go to the menu options  there you can see the mass change option, it will give one popup screen give the new value in the text field and proceed further.
    VVR

  • Changing E-Mail Texts for Rooms

    Hello
    We have users with multiple accounts in the portal. If they get an invitation to a collaboration room, it is not clear which account they have to use.
    (How) is it possible to use placeholders like the one used for the notification E-Mails of the UME ( & , DisplayName of users) to send them the account they have to use to enter the room?
    Following http://help.sap.com/saphelp_nw70/helpdata/en/44/50176197c01193e10000000a155369/frameset.htm there is no possibility.
    Kind regards
    Klaus

    I tried something like that:
    I opened:
    //users/jekr/libary/application
    Support/AdressBook.data
    in OO and did a search and replace, but it did not
    solve the problem...
    Any clues?
    "Something like that," but not "that." AddressBook.data is a binary file, not text file. You need to export into a text format -- e.g., Vcards -- and edit and import the changed file. A script of some sort will be useful if you have hundreds to do. If you have 10, then just export, edit in TextEdit and import.
    f

  • Status text for Equipment

    I am calling function
    CALL FUNCTION 'STATUS_READ'
    which returns a table of status for the equipment in the form 'E0001'.
    I want to get the text description of that status  such as 'ESTO' in order to compare with a value beign read from an input file
    Where can I find the textual description of the status
    J.J

    hi JJ,
    In Table <b>TJ02T</b> you can find the system status text table ...
    if it is answered please closed the thread by marking helpful answers else let us know for what you are looking for
    Regards,
    Santosh

  • Unable to change ADF standard text for af_table ("Fetching data...")

    I wish to change the standard "Fetching data..." text displayed by ADF when scrolling through a table.
    Looking at the description in http://jdevadf.oracle.com/adf-richclient-demo/docs/skin-selectors.html, I expect to achieve this by overriding "af_table.LABEL_FETCHING" in my skinning resource bundle.
    I am able to override two af_column messages, but my af_table override does NOT work.
    My bundle looks like this;
    package com.vesterli.demo.skinning;
    import java.util.ListResourceBundle;
    public class MySkinBundle extends ListResourceBundle {
    @Override
    public Object[][] getContents() {
    return _CONTENTS;
    private static final Object[][] _CONTENTS =
    { { "af_table.LABEL_FETCHING", "Hang loose, dude" },
    { "af_column.TIP_SORT_ASCENDING", "First things first" },
    { "af_column.TIP_SORT_DESCENDING", "The last shall be the first" } };
    My trinidad-skins.xml looks like this:
    <?xml version="1.0" encoding="windows-1252" ?>
    <skins xmlns="http://myfaces.apache.org/trinidad/skin">
    <skin>
    <id>vesterli.desktop</id>
    <family>vesterli</family>
    <render-kit-id>org.apache.myfaces.trinidad.desktop</render-kit-id>
    <extends>fusion.desktop</extends>
    <style-sheet-name>css/MySkin.css</style-sheet-name>
    <bundle-name>com.vesterli.demo.skinning.MySkinBundle</bundle-name>
    </skin>
    </skins>
    Since I am seeing my customized column tip texts correctly, the reference from trinidad-config.xml to my skin should be OK (I am also seeing my visual skinning correctly). Since I am seeing some of my texts, my resource bundle must be valid, too. I am using JDev 11.1.1.3.
    So why doesn't the af_table skinning work?
    Any pointers appreciated.
    Best regards
    Sten Vesterli

    I was having this problem too, found this thread and did cleanup here and there, redo etc. But ended up with no luck to fix it.
    Just now discovered the issue is reproducible on the official demo site: table Skinning Key Demo
    1. check the column sorting labels, prefixed with "Demo: "
    2. change any selector setting to trigger a table refresh, it's always displayed as "Fetching Data...", without prefix.(as highlighted in the "Resource styles" on the same page, there should be prefix too).

  • How to change the lable text for a search parameter in af:query

    Hello.
    I have a db table with a column "Date Requested". I have created a search functionality using the ViewCriteria with bind variables to filter the results in a given date range based on the Date Requested Column. I have used it as the af:query with table as results on the screen.
    I want to change the label on the screen for that search attribute as "From Date" and "To Date". Right now I see the Date Requested as the label name in the af:query component
    Please let me know if you have any suggestions.
    Thanks,
    Vinay Polisetti

    Vinay,
    Not Sure. As per the below threads there is a bug (bug 12806987) raised for this sometime back. Not sure about the status of it.
    View Criteria: I can´t change the labels to bind variable
    Label of bind variables with Criteria inside ViewCriteria
    You could probably try the follow the below link and try to change it programatically.
    Binaries: Customizing the <af:query> component display by overriding CriteriaItemAttributeHints
    Cheers
    AJ

  • Changing header tray text for DTN

    Dear experts,
    Just a wild thought to make "Detail Navigations" "Portal Favorites" etc... on the left hand side to show text I want them to be. and group up some of the given role functions.
    for example.
    Messages - [this is header tray in the nice colored block]
    coperate news [DTN panel item]
    new task [DTN panel item]
    rules of conduct [DTN panel item]
    is this possible to do just by regular configs without making customized panel?
    best regards,
    Jim Hsu

    Jim,
    It is not possible without custom developement.
    Cheers!
    Sandeep Tudumu

Maybe you are looking for

  • Standard reports using Corporate Group key

    Hi Experts, Can any one let me know the list of standard reports available in MM using the corporate group key (in vendor master)? Suitable answers will be rewarded. Thanks & Regards, Pushparaj S.

  • Import image sequence in QT doesnt import all images

    I am trying to import 252 images in a sequence, but QT only imports the first 42.  I try importing from 43 on, but it only imports 43.  Then I try from 44 on and it works.  The only change is that the date taken changes from one day to the next at #4

  • Primary key in new form wizard

    I tried to create a form with report using the New Form Wizards. But it seems always hidden the primary key and if I make changes to the generated form or report, I normally end up with broken pages. I found the forms in the example application are a

  • Everytime I open a page, an advertisement for Mackeeper appears on my screen. What should I do to prevent that in future?

    Everytime I open a page, an advertisement for Mackeeper appears on my screen. I also get a lot of other advertising (cinechest for example). Besides that my computer underlined random words. When I click it, I get another ad on my screen again. It se

  • Apple computer on a Windows based Network

    Okay, here is the question. We have a network where I work that is solely setup for non-Mac computers. We have just purchased 2 Macs to use for doing multi media. The Director of Information Systems feels it necessary to keep the new ones off the net