Change the name of field "product attribute1" in Sales Org 2

Hi,
We require to change the name of field "product attribute1" in Sales Org 2  in Material Master. Is there any provision in SPRO or it has to be done only with the help of Abapper.
Please advise.
Regards,
Pratap

Dear pratap
its basically an enhancement but process is very simple you can also do it however if its your first time kindly follow the steps below mentioned
1.First you need to get the Date Element Name of the field you want to change the description.
2.To get that go to Material Master and to that field. Press F1.
3.Press "Technical Information" button.
4.You can see a field named "Data Element". Copy the value of that field for your field.
4.Now to change the description, Go to Tx; CMOD.
5.Select below Menu option. Go to / Text Enhancements / Keywords / Change
6.Enter copiedr Data Element there and press Enter.
Now you should be able to see field descriptions appear. You can change those as your wish
Once done, Save.
gud luck

Similar Messages

  • Change the name of fields

    Hi Experts,
    Please any body tell me  How can I change the discription(name of the fields) of the fields and I want to hide some fields .
    Please tell me the step by step process for this
    Any help must be appreciate by the reward points.
    Regards,
    Khurram Siddique

    You should make the customizations on crmc_blueprint_c table entries.
    Follow the steps:
    1. First of all you need to copy the default view into 'Z' view
    2. Locate the exact field group by analyzing the application. To analyze the application append 'analyze=X' to the application URL
    3. After locating the fieldgroup, go to crmc_blueprint_c and locate the FG under your 'z' view
    4.Locate the field and set it to hide under its properties
    To change the Label follow the link:-
    Rename PCUI fieldnames with CRMST62
    Regards!!
    Amit

  • Change the name of description

    Dear Expert,
    Can you advise me how to change the name of fields showed in the screen of AR invoice?
    Thank you very much.

    Hi,
    I hope you need to change the field lable description right??
    Hold down the control button
    double click the mouse left button over the field you want to change.
    Then change description form, there you can change description and restore default description of those fields.
    Hope this will help you,
    Venkatesan G.

  • I want to change the infotype 0002 field position(first name & lasname)

    Dear Freinds,
                 I have requirement where i have to change the positions of the first name and last name , as pe standard we will see is
    the lastname under that field we will se the first name . As per the user he wanted first name and then last name . I have read in sap help that it says the table T522N is the place. But before using i wanted to can i change or is there any method where i can do.
    i have changed the name2 as middle name by going to cmod and changing the text label. Here it dint asked me any access key.
    similary for chaning the position of the two fields can i do so please let me know if any body has done this.
    regards
    divya.

    Hi Divya,
    You can't change the position of the fields in standard SAP screens - PA30/20.
    This would be repair and you need to get access key to change the 2000 screen of module pool MP000200.
    T522N is used to change the name format in reports, etc. (Firstname Lastname or Lastname Firstname) It has nothing to do with the field positions in the screen of PA20/30.
    Regards,
    Dilek

  • How to change the name of a screen-field

    Hi gurus,
    I need to know if there is a possibility to change the name that appears in the infotype of any screen-field standard?
    If so, please, let me know
    Answer will be rewarder!!

    Hi,
    Transaction --- CMOD --- Goto -- Text Enhancement -- Keyword ---Change -- Enter the data element and change the field name.
    Hope it will help..
    Regards,
    Vikash

  • Change the name of std field in the std screen....

    Hi All,
    I want to change the name of the std field.....
    I used CMOD option but it changed the name across the client ......
    so i dont want that...i want it to be region specific......like for india only this text should display and for rest it should show the std name....
    the txn is VL01n/VL02n/Vl03n  ......
    thnx
    RK

    Hi,
    Plz try this Link
    I Hope with conditions u cant change field label.
    Let know where exactly u want this in report/Module pool.
    If in Report
    we can get with AT SELECTION SCREEN OUTPUT.
    Change standard field label
    http://www.sapfans.com/forums/viewtopic.php?f=13&t=323538
    Regards
    Edited by: Rasheed salman on Dec 14, 2009 12:35 PM
    Edited by: Rasheed salman on Dec 14, 2009 12:36 PM

  • Dinamically change the name of a field.

    Dear all,
    Here is my problem.
    I have a 3 text fields wraped in a subform.
    I have also created a button so I can add new instance of this sub form at runtime.
    All that works nice.
    However, I also have a HTML subbmit button, and when I submit the form to my script, I only get the last instance of the fields in the subform mentioned above.
    I am not sure what is the best solution for that.
    I thought that on option is if while adding the new instances of the subform, I can also dinamically change the name of the fields, so for example
    in the first instance of the subform I will have fieldname2 then in the second I will have fieldname2 and then when I submit I will get both, not just the last one.
    But apperantly I do not know how to dinamically change the name of the field as well.
    Any help will be really realy helpful
    Thank you very much
    Tsvyatko
    Senior Datbase Manager
    Columbia University

    Hi Dhiyan,
    Thanks for raplying.
    Your suggestion does work in the way that id does change the caption of the fields dinamically.
    However, looks like when I use the HTML submit button the form still submits the data only in the last fields of the repeated subform and their names have not changed.
    Probably when you say that the name of the field is its caption you mean just a static text. But I am refearing to fields where you can enter data inside.
    Basically, what I am trying to do, is to be able to dinamically create a table in my acrobat form.
    This table has let say 2 fields: InstanceNumber and YearOccured.
    So when I lets say add 3 instances in my acrobat form, I want to user to click an HTML submit button, and then through a PHP script I can submit all the 3 instance to a database.
    However, when I check the REQUEST array, I only see these 2 fields once (instead of 3 times) and they contain the data of the last added row.
    I assume that the problem could be solved if I can somehow change their names while I add rows.
    So for example in the first row I will have:
    InstanceNumber_1 and YearOccured_1
    in the second:
    InstanceNumber_2 and YearOccured_2
    and in third
    InstanceNumber_3 and YearOccured_3
    And so when I submit the form it will submit the data of all the rows.
    I am not sure if that is possible though. But definatelly I do not know how to do it ))
    What I did to go around this is:
    I have created 2 other (hidden) fields.
    And when I click the submit button, before I do the actuall submit, I take the data from all 3 rows one by one and I put i in this hidded fields as (tab) delimited. And so now I have in my REQUEST array all the data from all 3 rows, in a single tab delimited field. And then I can work it out from there with PHP to submit it where ever.
    However, I was hoping for some little more elegant solution, that is if I can change the names and so have all the fields data submitted. Or any other good suggestion
    If anyone knows, will buy you a beer )
    Thanks again
    Tsvyatko

  • Changing the name and path of Targets, Exec, Products, etc

    I want to change the name and path of the Products, Targets, and Executables, but the text box in the 'info' window won't let me edit, and the choose buttom is grayed out.
    Any ideas?

    I just did this yesterday... and it's fairly confusing trying to figure out what all to change.
    You can change the name of your target and executable by selecting them in the "Groups & Files" list and then selecting "File -> Rename" from the menubar.
    It appears as if you can also select your Product and rename it in this way too... but (in my case) doing that didn't seem to actually rename the final app that's produced.
    In order to rename the actual final application I believe you must select your target click the "Info" button... in the Info window select the "Build" tab. Scroll down until you find the "Product" entry. Double-click that and change it's name. Note that you may need to change the product name for each of your build configurations (ie Debug & Release).
    Steve

  • Change the name of a field

    I am new to Adobe so I cobbled the following javascript together based on what I saw elsewhere in the forum, to be run as a batch process. I need to update approximatly 35 forms and the intent is to remove the "2" from the middle of 4 field names:
    /* ChangeName */
    // List of fields to change
    var aFields = ["AppA2RestYes", "AppA2RestNo", "AppB2RestYes", "AppB2RestNo"];
    // Loop through the fields and remove the "2" from the name:
    for (var i = 0; i < 4; i += 1) {
       var f = getField(aFields[i]);
       if (f) {
         f.value = f.valueAsString.replace("2", "");
    This is not working.  Can someone point out the error of my ways?
    Thanks!

    Any scripts, calculations, actions associated with these fields anywhere in the PDFs?
    You script is changing the 'value' property of the  field and not the 'name' property of the field.
    The 'name' property field of a field can only be 'read' there is no "write" access for this property.
    You can copy all of the form field properties of a field and use them to 'addField' , You can not delete a field, but you could set the field's 'display' property to 'display.hidden' and make the field 'readonly'
    You might want to download or link to the free Acrobat Acrobat JS Reference API.

  • Change the name of a field in the forms

    Hello, experts:
    As I can change the name of a field in the forms?
    When you change the name of a field on the form, the field name in the database also changes?
    Joan

    Hello Joan:
    If you mean the label of the form you can do with CTR + Double Click.
    Remember not to change the integrity of the database. Is only allowed to user fields
    make changes at the level of views, stored procedures, among others, which do not compromise the integrity of
    data.
    Remember, even if they change the label, has changed the field name in the database, only the presentation
    the form.
    Edwin Mauricio Nieto Leó

  • Changing the name of standard Field

    we have ECC6.0 with three countries using. Now i want to change the Standard Field name on an infotype ,i know how to change the name of the field. but my question is if i change the name of standard field it gets reflected for all the 3 countries, but i wanted to change for only one country?
    how can i achieve this?

    infotypes are Country Specific so pls check V_T582L once
    and check the screen numbers of the infotypes for various infotypes useing PE03 P0002 feature
    and check those module in V_T588M  and after this
    go to Tcode CMOD and do the rest of the thing u want to do
    hmm...... All the best

  • How to change the name of the field in a ztable

    hi all,
    i have created a ztable with few fields, now i want to modify the name of the
    primary key field,means i want to change the name which i have given under the
    FIELDS tag. can anyone tell me how to do this.
    Thanks,
    satish.

    Hi,
    Please try this ...
    1. Go to SE11.
    2. Enter database table name.
    3. Click on change button.
    4. Then overwrite with the old field with new field name including the data element.
    5. Save and activated.
    6. Go to SE14 and enter above table.
    7. Click on edit button.
    8. Click on activate and adjust database with save data option.
    Regards,
    Ferry Lianto

  • I've bought three new ipod products and want to change the name of my old ipod when i plug it into my laptop. how do i do this

    When you plug your ipod into the computer it's name comes up. ie bill's ipod. How do you edit the name. I've recently bought some new ipods and want to change the names of my old ones.

    Double click the iPod under Devices in the source list on the left side of the iTunes window then type in a new name.

  • Change the name of custom tab in me51n / me52n / me53n

    Hi,
    I have to add a few custom fields in PR item of  transactions me51n / me52n / me53n. I have used the enhancement MEREQ001 for adding the custom fields. The sytem automatically creates a custom tab with the name Customer Tab for the additional fields that I have added using the enhancement MEREQ001 while displaying in me51n / me52n / me53n.
    Now I have a requirement to change the name of the custom tab created for transactions me51n / me52n / me53n from Customer Data to Others.
    Can anyone suggest me how to go about doing this???
    Thanks in advance.
    Abhisek.
    P.S.:- Points will be be duly awarded 4 helpfull answers.

    Hi,
    I tried doing whatever you had suggested but it seems that it is not working.
    Could you suggest some other way to do this?
    Thanks and regards.
    Abhisek.

  • How can I change the name of my home directory?

    When I first set up my Macbook Pro a year ago, I put my first and last name. I didn't like this and later changed the login name to just my first name, but the "home" directory is still listed as my full name on the side panel in Finder windows. How can I change this, it won't let me rename that.

    Barney-15E wrote:
    You should have experienced that same effect when you managed to change you login name. How did you change your login name?
    I imagine that has something to do with why everything 'disappeared' when you changed the directory name.
    It's actually pretty simple to change the login name, and it doesn't affect files at all.
    All I did was change the field labeled "user name".
    Niel wrote:
    Move all of your files to the other home folder in the Users folder and then change the name.
    (38519)
    I'll try that, thanks.

Maybe you are looking for

  • Battery drains ios7.1

    ios 7.1 update battery drains thunder fast

  • Clik My links  open another window

    I add a porlet named my link to my page. How to do if user click the link, another browser will open? not in the original browser?

  • Seeking freelance Ai plug-in developers

    Dear all, We've been developing and publishing the popular Phantasm CS range of plug-ins since 2006. With the increased workload of existing developers and our need to develop further Illustrator plug-ins, we are seeking experienced freelance develop

  • Business Component Browser Navigation Bar

    Is it necessary to extend the JUNavigationBar within 10.1.2 in order to get one that displays the page-scroll (that is visible within the Business Component Browser)? I understand that one would have to add a second iterator (for the page rowset a'la

  • Reminders.app locations

    I can't seem to get reminders.app to update the list of location-based reminders. When I type "home" in a location based reminder, it pulls up two old "home" addresses I had listed...I tried changing my contact card to another one then changing back,