Change labels Additional Customer Data

Hi Expert Forum
In the transaccion XD02 -> in the option "Additional Customer Data (Central)" I want to change the label "Attribute 1" for a new value for example "Customer Group"
How can I do this?
  Program name     SAPLV02Z      
  Screen number    0100          
  Program name     SAPLV02Z      
  Status           A001          
  Transparent tabl KNA1          
  Field name       KATR1         
  Data element     KATR1         
  DE supplement    0             
  Screen field     KNA1-KATR1

Goto CMOD->Text enhancements->Keywords->Change->Enter Data element and change the text.
Thanks,
SKJ

Similar Messages

  • Change label "Attribute1" in the standard dynpro "Additional Customer Data"

    Hi Gurus,
    I have a requirement to change the field label "Attribute 1" in the standard dynpro "Additional Customer Data". This dynpro is in "Customer: General data" (xd01, xd02, xd03), menu option "Extras" ,
    "Addtional Data".
    Nobody knows, is it possible customazing?
    Thanks in advance,
    XeviG.

    Hi Suma,
    I try change the name of the field table but I could not do it.
    Please, could you me explain the process? I don't know if I did do the change correctly.
    Thanks in advance.
    XeviG.

  • How to change text of Customer Data tab in ME21N

    Hi all,
    I have implemented the screen exit for Tcode ME21N, as a result of which another tab has appeared inthe item level by the text CUSTOMER DATA. Now i want to change the text of this tab?
    Can any one suggest me how canthis be done?
    Regards
    Sabah

    Hi,
    Go to SE38 -> SAPLXM06 ->Display ->GoTo ->Text Elements ->Text Symbols
    and insert the required custom name for the tab and the SYM value should be equal to the screen number which you are adding.
    For E.g. adding a new tab in purchase order item , we have to add the text element with the SYM = 111 and the text as per the requirement at the above location.
    Save & Activate the changes.
    Please Note that we have to click on "Maintain Changes In Logon Language" , i.e. we have to make and save these chagnes in EN language only.
    Regards,
    Praveen

  • CRM groupware integr: Mapping additional customer data

    Hi,
    we're running CRM groupware integration for replicating CRM contact persons to outlook private folder. This works fine in principle. However, I've got a question:
    When taking a look at an outlook contact one is able to maintain several phone numbers, e.g. "Business, Business2, Private, Private2, ..." as well as several mail addresses "E-Mail, E-Mail2, E-Mail3". By default the default phone number of the business parter in CRM is replicated to phone number "Business" in outlook. Same logic for mobile and fax number. Is there a way to replicate the other numbers and mail addresses (non-default) to the outlook contact and provide them under the corresponding fields (e.g. "Business2", "E-Mail2")?
    Thanks for any inputs & kind regards
    Wolfgang Mayer

    Hi Praveen,
    do you mean
    - the email addresses maintained in the standard address
    or
    - the default email address?
    The standard address is marked as BUT020-XDFADR, the default (standard) mail address (in the standard address) is marked as ADR6-FLGDEFAULT.
    Pls clarify this issue.
    Thanks & regards
    Wolfgang

  • Business Graphics UI SimpleSeries Changing Label Dynamically

    Hi guys, I am using the business graphic UI element in one of my WD4A component. My BG has 2 simple series and one category. As I can see, using simple series, the label property cannot be bound against a context node attribute. I have to find a way to set this property dynamically.
    According to this link: click after on the simple series
    [http://help.sap.com/saphelp_nw70/helpdata/EN/ed/258841a79f1609e10000000a155106/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/EN/ed/258841a79f1609e10000000a155106/frameset.htm]
    It seems we can change the label property dynamically, maybe using the API but how?
    I found the interface IF_WD_BUSIN_GRAPHICS_MTD_HNDL, but I don't know how to use it!
    thanks
    Alex

    Hi Alexandre,
    have a look at the Web Dynpro component WDR_TEST_EVENTS, view BG_SIMPLE_IN_MPANE, method WDDOMODIFYVIEW.
    Here is a snippet for setting additional customizing or data for a business graphics view-element. Call this from method WDDOMODIFYVIEW.
    DATA lr_bg TYPE REF TO cl_wd_business_graphics.
    DATA lr_bg_method_handler TYPE REF TO if_wd_busin_graphics_mtd_hndl.
    DATA lr_add_cust_xml TYPE REF TO if_ixml_document.
    lr_bg ?= ir_view->get_element(  <your viewid of business graphic>  ).
    lr_bg_method_handler ?= lr_bg->_method_handler.
    lr_add_cust_xml =  get_<your additional customizing/data>.
    lr_bg_method_handler->add_direct_customizing(
    i_customizing = lr_add_cust_xml
    Kind regards,
    Silke

  • How to change label of tab 'Customer data' in transaction ME53N

    Hi,
    I need to change the label of tab 'Customer data' in transaction ME53N.
    Please help me.
    Thanks!!!
    S.

    Hi Sebastiano,
    having the same requirement, I found this solution in some older postings: You must add a new Text symbol to the main program (which is SAPLXM02 for ME51N / ME52N / ME53N) of the customer-subscreen in order to rename the customer data tab in these Transactions.
    Try the following steps:
    1. call Tx SE38
    2. open Program SAPLXM02
    3. from the menu, call Goto->Text elements->Text symbols
    4. Add a new Row for the subscreen dynpro you want to rename (e.g. dynpro 111 for item details in ME51/ME52N/ME53N), with Sym = dynpro number (e.g. 111 for item details) and Text = your new tab name
    5 save & activate
    This basically works the same for Transactions ME21N / ME22N /ME23N customer tabs, just open Program SAPLXM06 instead and follow the above steps.
    Note: if you develop in multi-language environment, you might have to translate the text symbol.
    I hope this helps.
    Rudi
    refer to:
    [http://forums.sdn.sap.com/click.jspa?searchID=32160998&messageID=6937865|http://forums.sdn.sap.com/click.jspa?searchID=32160998&messageID=6937865]
    [http://forums.sdn.sap.com/click.jspa?searchID=32160998&messageID=6147389|http://forums.sdn.sap.com/click.jspa?searchID=32160998&messageID=6147389]

  • How to display success message when data is changed in the custom tab in MM

    Hi,
    I have added a new custom data tab in the MM01/MM02/MM03 transactions. Whenever I do changes to fields in the custom tab in MM02 transaction, and no changes in the standard tabs, I will get a message stating "No Changes Made".
    But if I do changes in the standard tabs, it works as usual with display of message "Changes to particular material has been done.
    Please let me know, if anyone of you know, how to display the success message if the changes to the custom tab is done.
    Thanks in advance,
    sudhanva

    Hi Sudhanva,
    The exit EXIT_SAPLMGMU_0001 is a function exit that you can use for custom validation but not to add custom tab/screen.
    But the message issued by SAP is not related to this Function Exit.
    If you have used a Screen Exit, then there must be some Function Exits also in the same Enhancement using which you can assign the value of custom fields to/from the standard structure. Thus when the value of any custom field is changed the system can understand that the some changes have been changed and will  not issue the message.
    In case you have used a BADI, there can be other methods in the BADi using whcih you can assign the value of custom fields to/from the standard structure. This might also prevent the message from being displayed.
    I could try giving you further details if you can provide the name of the Enhancement/BADi that you used to add the additional tab.
    Hope this helps.
    Regards,
    Abhisek.

  • Impacts in COPA of changing material and customer master data

    Dear experts,
    In my company we are considering following scenario:
    Currently mySAPerp 6.0 is implemented for all modules for the mother company.
    We have developed a new global template where there are significant changes versus the existing system, especially in the SD processes. Material and customer master also change significantly in terms of content in the tables/fields and/or values in the fields.
    The idea was to build the template from scratch in a new machine and roll-out all group affiliates, but now we are considering the possibility of making an evolutionary of the current system and try to stretch it to the processes defined in the global template.
    The scenario we want to analyze is: Keeping same organizational structure in terms of Company code, CO area and Operating Concern in existing SAP client and make an evolutionary of the existing settings to the global template processes.
    The doubts we are having are the following:
    Changing material & customer master data: Impact in COPA
    Option 1: Material master data and customer master data codes are maintained but content in the tables/fields is changed substantially, both in terms of logical content of specific fields and/or the values in the specific fields. We have following examples of changes.
    Case 1: source field in material master changes logical content. E.g. Material master field MVGR1 is currently used for product series (design line) and the content changes to be the Market Segment. The product series will be moved to a classification field. At least 5 other fields are affected by this. How can data in terms of COPA line items be converted so that they are aligned at time of reporting?
    Case 2: the source field is not changed so that the logical content of the field remains but the values change, i.e. for the same concept there will be different codifications. How can data in terms of COPA line items be converted so that they are aligned at time of reporting?
    Case 3: Characteristics where currently the source material master field is a Z field and the derivation is via table look up and where the Z field changes to a classification field. How can you convert the existing COPA line items to ensure that attributes are aligned? Should new characteristics be created or just change the derivation logic of the characteristic?
    Option 2: Material master data and customer data codes are re-created (codification of records is changed), meaning that new material and customer codes will exist and content in tables/fields is changed (as in option 1)
    Case: material and customer codes are changed. How can data in terms of COPA line items be converted so that they are aligned at time of reporting?
    Iu2019ve never phased a similar scenario and I fear that maintaining operating concern while changing source master data and also SD flows (we have new billing types, item categories, sales doc. Types, order reasons) may lead to inconsistencies and problems in COPA.
    I would like to ask you experts if you have come across a similar scenario and if from your experience, it is something feasible to do or there are many risks involved. What can be the impact of this scenario in existing Operating Concern for both option 1 and 2 and what would be the key activities to perform to adapt the existing operating concern. What will be the impact of the needed conversions on P&L reporting?
    Sorry for the long story. I hope you can help me out.
    Thanks and Regards,
    Eric

    Hi,
       First i think you will need to test if it works for new COPA documents created via billing.
      If it works fine then the issue is if you wish to apply these changes to the historical data already posted.
      Normally there are transactions like KE4S where you can repost the billing document to COPA
      However this may not be viable for bulk postings
      You can perform realignment (KEND) but this only works at the PA segment level (table CE4XXXX)
    regards
    Waman

  • Change Logs for customer master data in 3.1 H version

    Hello All
    Are they any existing reports or change logs for viewing changes to customer master data in 3.1h version.  I want to be able to report based on changes made to customer master.
    I know there is a good report in 6.0 version for this- S_ALR_87012182.
    If I have to develop a custom program for this in 3.1h. Which table I should use? KNA1 or CDPOS.
    Any ideas will be appreciated.
    Hema.

    Hi,
    Please check the filter settings maintained for the adapter object CUSTOMER in R3AC1. The same filter settings can be referred in tables Table: CRMFILTAB (R/3) and SMOFFILTAB(CRM) as per srinivas's reply.
    Check the sales area of the customer maintained (Sales Area, Division, Distribution Channel etc.) and see if the current filter settings are restricting the customer from getting replicated in CRM. If everything is maintained fine then check for any failure Bdocs in SMW01 or SMW02.
    Regards,
    K

  • XD02 transaction to change the customer data for updating KNA1 table?

    Hi all,
    How can we use XD02 transaction to change the customer data for updating KNA1 table?
    Give the steps.
    Thanks in advance
    rk

    Hi KR,
    Why don't u use BDC to run XD02.
    With Regards,
    Zafar Ali

  • Any FM to change PR's customer's tab data

    is there any FM/BAPI to change PR's customer tab data ..
    i have tried to use ME_UPDATE_REQUISITION, it didn't change PR data
    BAPI_REQUISITION_CHANGE doesn't have customer tab fields

    Hi,
    Try the BADI
    ME_REQ_POSTED
    the Method POSTED has the paramter IM_EBAN which has the structure MEREQ_T_UEBAN consisting of Customer(KUNNR) field.
    reward if useful
    regards,
    Anji

  • XD01 Customer data Additional Screen

    Hi,
    I have created a BADI implementation for XD01/02/03 to add custom screen with additional customer fields using BADI CUSTOMER_ADD_DATA and CUSTOMER_ADD_DATA_CS. Works well, customer master now has a new button that brings me to a screen I defined.
    Now I have a requirement to only show this additional screen button for certain Sales Area and I cannot find a way to do it.
    I can hide tabs on custom screen by Sales Organization, but activating whole button+screen functionality looks to only be possible before Sales Area data is known during IF_EX_CUSTOMER_ADD_DATA~CHECK_ADD_ON_ACTIVE
    Is there something I am missing?
    Jurijs

    Hi Jurijs,
    Have you checked the method 'SUPPRESS_TAXI_TABSTRIPS' for the BADI definition 'CUSTOMER_ADD_DATA_CS'?  It looks like maybe you can use this to suppress the tabs based on your sales area requirement.
    Regards,
    Ryan Crosby

  • How to change charts default   "show data label" properties.

    I tried to change some defult properties of charts.I changed font, color etc, manipulating pcxml file. But i can't fount defult behaviour of data lables. I want to change defult chart "Show Data Labels" properties as "Alwasy" , not "On rollover".
    Thanks for all reply

    You need to go to the General Properties : Data Labels: Always
    Thanks
    Prash

  • Custom dates for change request

    Hi all,
    we wanted to have a possibility where we can maintain several (to be defined and must be easily changeable) time estimates on change requests, for example:
    u2022     Time estimated for development
    u2022     Time spend for development
    u2022     Estimated time left for development
    I have tried to create a custom date. I got confused with the date rules and the entire procedure. I was not sure whether the procedure is correct or not.
    Kindly advice on the exact procedure for creating custom dates for change request.
    Regards,
    Subhashini.

    Hi all,
    could anyone guide on this issue pls.
    Regards,
    Subhashini.

  • I have a custom template.  When I edit it and try to save it asks me to name it and then I end up with an additional custom template.  How do I edit the template and save the changes without creating another template?

    I have a custom template.  When I edit it and try to save it asks me to name it and then I end up with an additional custom template.  How do I edit the template and save the changes without creating another template?

    Hi Atrec,
    If you don't need your old custom template, save your changes with the same template name. It will tell you that this template exists and will ask you Replace? Say yes (if you do want to replace the old with the new!)
    To delete unwanted templates, go to Finder > Menu > Go and press the option key. Your Library will show in the Go Menu. Navigate to Library > Application Support > iWork > Numbers > Templates > My Templates.
    Delete any unwanted template by dragging it to the Trash or click on it then command-delete.
    Having gone to all that trouble to find My Templates folder, right click (or control click) on it and Make Alias. Drag the Alias to any convenient place for a quick way to get back to that folder.
    Regards,
    Ian.

Maybe you are looking for

  • Sharing album artwork with fast user switching and soft links

    We have 4 users, 4 iPods, 4 sets of playlists. Each has their own account. All the music lives on an external drive and each iTunes is set to store its music in the same shared folder. That all works fine. Now we're getting into album artwork, and I

  • How to find type of a table....

    Hi, There is a name that is either a normal table or external table or queue table. How to find out table type. Type column of user_objects shows type as Table for all the three. Regards, Sanjeev

  • G/L Accounts Settings in CIN

    I have some doubts in G/L accounts settings required for CIN. I have read the help also but could not understand. We do the settings in the following node: SPROLogistics - GeneralTax on Goods MovementsIndiaAccount DeterminationSpecify G/L Accoun

  • How to make PWM signals In Labview 7.1

    How to make PWM signals In Labview 7.1, Could someone give me .vi for examples. Thank you.

  • Firefox not recognizing flash player 10.1.82.76 update

    Hi, I have a problem installing the latest flash player update on my firefox browser. I got the the installer page (http://get.adobe.com/flashplayer/) and I install everything and follow all of the instructions, and flash player installs successfully