Change tabname and filed label name in XK01

I recommended to use withhold taxpayer's personal information in general tab to hold some specifics information about vendor as this section has both date field and free form text field.  The client is not going to ask their personal information anyway. We wanted to use date of birth to hold expiration date of insurance and place of birth to hold the insurance name.  
I need to change the labels of the fields and the tab name in XK01 and FK01. Can someone advise on how can I change the lables on screens and fields?
Sri

Hi
You should not change the field label names as what are defined by SAP. There are lot of other options available. You may choose to use one of the following BADI for enhancing vendor master data
VENDOR_ADD_DATA_CS
VENDOR_ADD_DATA
VENDOR_ADD_DATA_BI
Refer also SAP Note 580266 for use of these BADI to enhance/add fields as per your requirements in Vendor Master
Regards
Sanil Bhandari

Similar Messages

  • Changed shortname and home directory name and don't know how to set it back

    so i changed my short name and home directory name because i bought the macbook used and i was trying to rename it to my name.
    Like all the others now the desktops back to default without any of my files/music, i know its still here its in the old account folder how do i just reverse this so i can have my desktop and everything back.
    heres what it is like:
    my users folder there is a home icon called "Josh" which is my name, then there is a folder icon called "nick" which is the old name and it contains all my files etc. then a shared folder icon.
    what do i do?
    p.s. i tried the method of adding "_new" onto the home icon called Josh and it said i couldn't change it because its part of Mac OS X or something...

    if you bought a used computer the first thing you should do is reformat the hard drive and reinstall the OS. anything else is less than prudent. it will also let you name your computer and your user as you like.

  • FindForm and Attribute Label Names

    I need to change the generated attribute names for FindForm BCO.The COLUMN_NAME_LABEL from properties combo for the VO does not work. How should I do this?
    Thanks..

    You have to write your own WebBean.
    I do it like this:
    sHeader = attrs[attrNo].getName();
    if((String)qView.getProperty(attrs[attrNo].getColumnName() + "_LABEL") != null)
    sHeader = (String)qView.getProperty(attrs[attrNo].getColumnName() + "_LABEL");
    So when I set a _LABEL property in the ViewObject wizard(last tab), it affect this web beans like other I have (re)written.
    Jean-Noel
    [email protected]
    null

  • Label Name and MovieClip Help

    Hello guys I am wondering if you help me. I'm a beginner at Flash and not sure if this can be done.
    Basically. On my stage in have two MovieClips. MC_1 and MC_2. When i put the mouse over MC_1 I want it to play a 'label'
    that is inside the MC_2 AND a label that is in MC_1. We can call the label name for MC_2 "lidopen" and the label name for MC_1 "stars."
    Also if I take the mouse off, I want it to go back to normal, and if i click down I want it to play a new .swf file called "123.swf"
    I hope you understand me, and thanks for your help in advanced =)

    Here is some code that will go in the timeline that contains the two movieclips...
    MC_1.onRollover = function(){
         MC_1.gotoAndPlay("stars");
         MC_2.gotoAndPlay("lidopen");
    MC_1.onRollout = function(){
         MC_1.gotoAndStop(1);   // I assumed 1, so change if needed
         MC_2.gotoAndStop(1);
    MC_1.onPress = function(){
         // do something with 123.swf
    I am not clear on your intentions as far as playing 123.swf, so I haven't attempted to code that.  IF you are loading it into the same file, then you might use MovieClipLoader.loadClip or loadMovie, or if you are opening a new web page you would use getURL.

  • Changing the label name in a label based menu

    Hello,
    In my current dashboard, i have been forced to change the front page label name in a label based menu quite late on in the design. However, this has consequently resulted in the front page not showing up until after I have clicked the mouse. Previously the front page just showed automatically. Has anyone had this problem before?
    Thanks,
    Dilip

    Hello both, i managed to solve this issue by linking the label based menu to entirely new cells. This is not ideal but at least it saved me having to re-do a lot of my work.
    Thanks for your help, dilip

  • Search through a cluster or clusters in cluster by label-name of a control

    Hi,
    is there a function availabe which allows to search through an arbitray cluster by an label-name and if the desired control is found in the cluster, its value should be returned?
    E.g:
    The function should receive the cluster to be searched and the label-name of the wanted control. The Output should be the value of the control if the label-name was found within the cluster. If the name was not found, there should be a status e.g. -1 at the output uf the function.
    Thanks for your help!
    BR

    I have two general purpose methods in this instance.  The first is to utilize LV's XML schema and a little XPath:
    The second method utilizes Traversal and is contained in the zip file I have attached.  This method is very poorly documented at best (like most scripting).  It was a fun experiment.
    TraverseCluster.vi specifies the callback VI to be used when a control is encountered during the operation called 'FindControls'.  It then calls this traverse operation on the cluster which is based in by reference.  The Callback VI is called for all controls in the cluster, if a Label is specified all matching controls are added to the list.  If no label is specified, all control references contained in the cluster are returned (including those inside subclusters).  You can specify if you only want controls returned and not the clusters. Finally, the Class Operator is removed. 
    There is an example included to see how it all works.
    Traversing is a great tool to have at your disposal if you are a scripter.
    Attachments:
    Traverse Cluster.zip ‏40 KB

  • What determines whether the Label name and/or Caption appears in the context help window but in other cases, both the label and caption appear in the context help window?

    I am trying to polish an application, and find that I cannot seem to reliably control which of the label or caption text appears in the context help window because I don't understand what rules are in place to determine which should appear. It seems like if I reate a named constant, then use it's right click menu command "Create Indicator" I get a control with only a Label (as long as I don't add a caption). This then appears in the context help window as the label name followed by the description text (after entering some description text). But if I add a caption, the label name is shown in bracket
    s which is a 'feature' I would like to avoid, because I have certain controls where I would like to use a descriptive variable name on the block diagram side without using so much space on the front panel. It seems like there is no way to avoid showing the Label name in the context help for a control/indicator. Is this true?
    I thought the purpose of having a seperate caption was to make the text that appears with a control programmatically controllable, but if that control is not extended to what appears in the context help window, it limits the usefulness of the caption and forces me to re-consider some Label names. However, the problem goes deeper than that because then even when I make the label and caption exactly the same, or if I delete (via a select caption text-backspace or select caption text- delete key .. sequence) the caption for a control, the label name in the context help window still appears in square brackets!
    Can I have complete control over the context help fo
    r a particular control (or has anyone found a third-party context help solution that functions compatibly with LabVIEW 7 in a built application that they will be so kind as to recommend?)
    I have used LabVIEW for three years, and I am now using LabVIEW 7.0.

    Sorry for that.. I was changing the text of my question and didn't read carefully enough in the preview stage. I wanted it to read "What determines whether the Label name and/or Caption appears in the context help window?"

  • How to Change the label names in crmd_order

    HI Experts
    in CRMD_order transaction i want to change the lable names to the following Standard labels is it possible?..
    the standard label names are
    Standard Label name proposed label name
    Sold to Party = XXXXXXXX
    Requester = YYYYYYY
    Change Manager = AAAAAA
    Change Advisory Board= BBBBBBB
    I have found one link in sdn,To change the label Names But I am not able to find data element name.
    Kindly provide me  your valuable guidance on the above issue.
    Thanks in advance
    Thanks & Regards
    Anand

    Hi,
    it looks like you want to change the names of the partner functions.
    You can do this in the customizing, for example using SPROScenario Specific SettingsService Desk-Service Desk--Partner Determination Procedure (This one works for both ChaRM & Service Desk).
    The standard procedure in your case would be SDCR0001.
    The recommended way is to define your own Z partner functions and assign them to your own Z Partner Determination Procedure, which you have to replace in the configuration of your transaction type.
    Regards,
    Christoph

  • View customization filed label change

    Hi,
    Iam facing some problem with  view customization.  I copied the standard view and changed the field properties like label. I assigned the configuration key to business role. When i test the application it searching for assigned customized configuration key, but it found only default. I could not see the lable change.
    I don't know why system picking up only default( standardone)?. Why it is not picking custom one.**
    appreciate your help.
    Thanks
    Savan

    Hi
    You should not change the field label names as what are defined by SAP. There are lot of other options available. You may choose to use one of the following BADI for enhancing vendor master data
    VENDOR_ADD_DATA_CS
    VENDOR_ADD_DATA
    VENDOR_ADD_DATA_BI
    Refer also SAP Note 580266 for use of these BADI to enhance/add fields as per your requirements in Vendor Master
    Regards
    Sanil Bhandari

  • Changing the label name

    Hi all,
    I am trying to change the label name and the text in text view, when i do the changes in development system its changing, but when i transport the changes to testing system the changes does not reflect, i tried resetting the OTR buffer, still it doesn't work for me.
    Help me in this.
    Thanks in advance.

    Hi Thomas,
    Yeah i do have a transport request, and the changes are captured by the request,
    it does not show any error in import log,
    but i solved it, i just deleted the label ui element and then created new, by doing this i got what i want,
    but i really dont know why its not changing when i change just the name.
    anyhow thankx for the mail.

  • Change Priority label name for documents

    Within the document attributes of Solution Manager, I would like to change the field label name of Priority to "Technical Complexity".
    Does anyone know how to do this?

    Hello Ryan,
    As far as I know, this is hard coded and can't be modified unless you change the SAP Code which is not recommended.
    Hope this helps you out!
    Thanks,
    Mark

  • Change the label names in Shopping Cart for LATAM countries..

    Hi Gurus,
    We are implementing SRM for LATAM countries. The portuguese & spanish language here are different than those in Portugal & Spain.
    The translations that are coming for these countries are different than what SAP as a standard is offering.
    In view of this, to list some of the issues as below -->
    The word u201CSolicitaru201D (which means Order in English) they want to replace it as u201CEnviaru201D, this is more usual in the LATAM spanish language to send for approval.
    The other one is u201CTartaru201D (which means Edit in english) they want it to replace with word is u201CEditaru201D.
    Can we change these label names without affecting the Portugal & Spain translations which the user there are already fine with.
    Appreciate your quick help.
    Thanks,
    Abey

    Hola,
    You can do it in the component configuration;
    -Goto se80 to the component FPM_OIF_COMPONENT and configuration /SAPSRM/WDCC_FPM_OIF_SC_PROFNL (or what you want, you can see it in technical settings in the portal)
    - Choose "Start Configurator" and change
    - Choose your button and change the label in the field "Identif"
    Regards,

  • I can not transfer date from one hard drive to another, I keep getting an error because I have two of the same file names and one file name is in caps and I cant change the file name

    can not transfer date from one hard drive to another, I keep getting an error because I have two of the same file names and one file name is in caps and I cant change the file name. My original external has an error and needs to be reformatted but I dont want to lose this informations its my entire Itunes library.

    Sounds like the source drive is formatted as case sensitive and the destination drive is not. The preferred format for OS X is case insensitive unless there is a compelling reason to go case sensitive.
    Why can't you change the filename? Is it because the source drive is having problems?  If so is this happening with only one or two or a few files? If so the best thing would be to copy those over individually and then rename them on the destination drive.
    If it is more then you can do manually and you can't change the name on the source you will have to reformat the destination as case sensitive.
    Btw this group is for discussion of the Support Communities itself, you;d do better posting to Lion group. I'll see if a host will move it.

  • I want to delete my icloud-account from my iphone 5 and then register again, because I want to change my email-address/account name. What would be the steps to follow? How do I make sure I do not lose any information stored on/in my iphone 5?

    I want to delete my icloud-account from my iphone 5 and then register again, because I want to change my email-address/account name. What would be the steps to follow? How do I make sure I do not lose any information stored on/in my iphone 5?

    You would have to delete the existing iCloud account and create a wholly new one - you cannot change the @icloud.com email address of the one you already have.  To make a new one, you will also need an new AppleID as any AppleID can only have one iCloud account associated with it.
    Deleting the account will not delete anything off your device (if prompted for things like contacts, choose to keep them).  You will have to sync everything anew with the new account as you cannot move your sync'd content, your old backups or anything else from one iCloud account to another.  You will have to set up sync again and let it sync to the new account, and then make new backups to the new account as well.

  • TS3274 How to remove an old iCloud account from my IPad.  The account (email) was on my dad's name and he resently change it and now i can't  reset or delete his iCloud account without his password.  Please advise on the procedure.  Thanks.

    How to remove an old iCloud account from my IPad.  The account (email) was on my dad's name and he resently change it and now i can't  reset or delete his iCloud account without his password.  Please advise on the procedure.  Thanks.

    If you are trying to activate an iPad or iPhone and it is asking for a previous owners Apple ID and password, you have encountered the Activation Lock. This is a security feature that prevents thieves from setting up and using a stolen or lost iPad or iPhone. You have no alternative. You must use the previous owner's password to get permission to use the device. If you cannot get the password your father put on the iPad you will never be able to activate the device and no one can help you do it.

Maybe you are looking for

  • Bug in Plugin Check's status report for Adobe Flash

    Plugin Status (https://www.mozilla.org/en-US/plugincheck/) says "Shockwave Flash 15.0 r0" "Up to Date 15.0.0.152". This is incorrect. The latest version of Flash (as of 11/11/2014) is 15.0.0.223, as reported by Adobe's Test Page. Therefore, the statu

  • Music player doesn't show up in itunes window

    I downloaded itunes and moved all my music to the itunes library and now I can't load music to my music player. I looked in Help and it said that my device should show up in the itunes window but I can't click on that window. Can someone help me?

  • Refresh Navigation with Appintegrator iViews

    I'm currently working on migrating our existing intranet (using Lotus Notes as a content management system) into SAP portal. I'm planning to use appintegrator iviews to render the site content. My biggest challenge appears to be to figure out how to

  • Pushbutton

    Hi friends, I need to display two pushbuttons and two parameters on the selection screen, when I click one push button I have to display one parameter and hide the another parameter,same with the second pushbutton.Please give me some sample code. sat

  • HP Pavilion dv7-1123eo winondows vista 32-bit, bd-rom not able to read cd or play dvd

    Hi. I'm having troubles with my bd-rom. It is now impossible for me to use it. I 've tried to install new drivers and look for solutions, but nothing has helped. I've had this problem for a while now, and I do not know what to do. Can someone help me