(Text) Field Enhancement - in Customer Master

Hi Experts,
Pls. let me know that Steps involved in Text Enhancements?
My requirement is that I need to do text enhancement for KATR6 field's description from Attribute 6 to my_own_description in Customer Master.
How to proceed, pls. step by step?
Thanq.
Message was edited by:
        Srikhar
Message was edited by:
        Srikhar

go to cmod
in menu bar  ....select menu option as below
goto.....> textenhancements......>keywords ......> change .......
give u r data element name there .....eg:matnr
it will let u into a screen.....where u can modify the text description there make sure that it is Short field label,Medium Field Label,Long field label,Heading,Short Text......
make change as per u r relavence and save it........
the change will directly reflect in the database ......
if u go check in the mara table .....check the description of matnr .....u can find the change u have did....
reward points if helpful....

Similar Messages

  • Enhancements vendor/customer master data

    Hi,
    Are enhancements aboutvendor/customer master data there to allow to insert 55 digit into field 'Name' (ADDR1_DATA-NAME1) ?
    Now the ADDR1_DATA-NAME1 is 40 char.
    Any assistance would be greatly appreciated.
    Best Regards.
    Helen.

    Moderator message - Welcome to SCN
    This question seems closely related to your other question Enhancements vendor/customer master data. Please expand on that one if you want. This one is locked.
    Please read [Rules of Engagement|https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement], How to post code in SCN, and some things NOT to do... and [Asking Good Questions in the Forums to get Good Answers|/people/rob.burbank/blog/2010/05/12/asking-good-questions-in-the-forums-to-get-good-answers] before posting again.
    Rob

  • Best way to proceed with adding fields to SAP Customer Master

    I want to add 4 new fields to tcodes VD01/VD02/VD03(Customer Master create/change/display).
    These fields will be stored in a separate Z table (not in KNA1).
    I see what I think is a possible answer in SPRO -> Logistics -> Business Partner -> Customers -> Control -> Develop Enhancements for Customer Master Data
    would this be the most appropriate solution? Or would a BADI work? If so which one?
    any other ideas?
    thanks,
    rp.
    Edited by: robert phelan on Jun 24, 2008 11:21 PM

    ok, i think i'm on the right track..
    through spro, i've created a screen group (ZC) and assigned it Tab Page Label information such as screen number, Function code, and Description.
    next, under BADI subscreens, i've created in implementation of  CUSTOMER_ADD_DATA_CS called ZCUSTOMER_MASTER with screen Group ZC.
    under interface, I dbl click GET_TAXI_SCREEN and enter the following code:
      IF i_taxi_fcode = 'ZC'.
        e_screen = '1050'.
        e_program = 'SAPMZCRED_ALLOC'.
        e_headerscreen_layout = ' '.
      ENDIF.
    I then created screen 1050 in program SAPMZCRED_ALLOC with just 1 field as a test.
    But, after everyting is activated, I don't see my new tab.
    However, if I change the screen group to O0 (Additional Data, IS-OIL General) and my i_taxi_fcode check to O0, then run VD02, I do see my screen when I click the Additional Data, IS OIL General button in VD02.
    So, it looks like I need to assign my screen group ZC to the tab strip in VD02.. can you tell where to do that?

  • Hiding Reference Fields While creating Customer Master

    Hi,
    I want to Hide Reference fields While creating customer master, Thanks in advance
    Thanks
    seshu

    Hello,
    No need of screen exits or ABAPer.
    You can easily do it with Transaction Variant using T-Code - SHD0 (SHD zero).
    If you dont know how to create a Transaction Variant, just search the forum with Date Range "All" & you will get lot of guidence.
    You will just need help of Basis person for removing end-user's authorization for XD01 & giving authorization for (e.g.) ZXD01
    Hope this helps.
    Thanks,
    Jignesh Mehta

  • How to define ABC class field in the Customer Master Sales tab

    HI All,
    can any one let me know how to define the new  ABC class in the Customer Master Sales tab like below.
    u2013 A (> 6,000,000 )
    u2013 B (> 1,000,000u20136,000,000 )
    u2013 C (> 100,000u20132,000,000 )
    u2013 D (< 100,000 )
    can any one let me know how to define and path in IMG.
    Thanks in advance.
    kumar reddy.

    In my opinion, you don't have any such std table/view to update ABC Classification field. You might need to update relevant infostructure based on your requirement, such as sales, invoiced, etc..
    Try with following, based on your requirement:
    MC(A
    SIS: Customer,Inc.Orders - Selection
    MC+A
    SIS: Customer Returns, Selection
    MC+E
    SIS: Customer, Sales - Selection
    MC+I
    SIS: Customer Credit Memos - Selec.
    Regards
    JP

  • How to change the field sequence in Customer master record.

    Dear Friends,
    We are required to chage the sequence of customer master record fields that are available under different tabs of 'General Data', 'Company Code Data' and Sales Area Data.
    Our client requirement is to place all mandatory fields in the first screen of customer master record. Here the intention is to save the user time instead going and clicking multiple tabs/screens to fill information on only one or two tabs. Please suggest us the availabe solution in SAP for this requirement.
    Thank you
    Raghu Ram.

    Hi
    Step 1: Take help of a FI guy and:
    The fields can be suppressed by configuring through Financial accounting > Business Partners > Customers > Account groups.
    Step2 : The challenge inyou project is to have a single tab with the allowed fields
    A technical guy can only help you out on this . Again This would be a huge effort since first you need to change the code for customer master. As customer master is a source of data for various documents in SD , at each place you will have to do changes in th code...I don't think it is feasible.
    Instead of doing this , create an external interface for transferring the value to SAP through BAPI. this would involve integration and may be as per defined SAP standards you can use CSV files or XML files for the integration process.
    This would be a better option than fiddling with SAP system
    Regards
    Nikhil

  • Adding a text field in a custom infotype

    Hi,
    I have a custom infotype which deals with sickness data of the employee
    My requirement is that the user will enter an explaianation for his sickness...etc. Thus I need to incorporate a text field in my infotype.
    What I am planning is to give a button on the screen of infotype, so when user clicks it a text editor will open and and he can insert or update his sickness text data.
    Please tell me how do i do that and also if there is any alternate better approach.
    Regards,
    Neha

    you need to make a custom container on which you have to put editor
    use class cl_gui_custom_container, cl_gui_text_editor, first define instances in top include then create objects. if you want this to be done when you click on any button then put this coding in the function code of that button.
    aditya

  • "Vendor" field in the customer master - XD03

    Hi,
    I would like to know how useful the "vendor" field can be in the "control data" tab of the customer master (and vice versa with the vendor master).
    Is this only for information only or can we use this information to consolidate open items for one particular vendor that is also a customer?
    And how to do this if consolidation is possible?
    Thanks,
    Ronan

    Hello,
    When a Customer is also a Vendor and decided to net of the transactions with each others account in order to offset the entries.
    We need to get USD 100 from Customer A
    We need to pay USD 50 to Vendor A
    Ultimately, we need to get 50 from Customer A (Customer A and Vendor A is the same entity)
    To do this, You need to create Customer A in the Vendor Master and Vendor A in the Customer Master.
    You also need to check "Clear Customer with Vendor" check box in the master data.
    This will result in customer items and vendor items cleared against each other.
    Regards,
    Ravi

  • How to set default field values in customer master data.

    hi,
    I want to set default values in customer master data (account group wise).
    but
    I don't know how to set it .
    please help me.
    (I don't want to change field status in account group rather than I want to set default values for field. )
    thank you.

    hi,
    this is to inform you that,
    in SAP there is no such a provision.
    but
    in LSMW there is an option of CONSTANT VALUES.
    check in SHD0 - also
    please check and confirm
    balajis\a

  • Long text field required in customer field

    HI everybody,
      We are in the implementation of SRM 5.0. Here requirement is using z include structure, the customer fields have to be added.
    In structure, i can add my own fields. But customer wants long text in customer fields.
    If i maintain a field with 300 character means, screen displayed as single field as lengthy one.
    But customer wants long text.Main worry from customer side is, they want to able to copy and paste paragraph into SRM customer field.
    So please suggest me that how can i acheive this issue.
    Txns in advance

    Hi.
    You call read/write this field with FM REAd_TEXT of WRITE_TEXT, check this example:ù
    ztdline       TYPE tline           OCCURS 0   WITH HEADER LINE,
            CALL FUNCTION 'READ_TEXT'
              EXPORTING
                client                  = sy-mandt
                id                      = 'F01'
                language                = 'I'
                name                    = ekko-ebeln
                object                  = 'EKKO'
              TABLES
                lines                   = ztdline
              EXCEPTIONS
                id                      = 1
                language                = 2
                name                    = 3
                not_found               = 4
                object                  = 5
                reference_check         = 6
                wrong_access_to_archive = 7
                OTHERS                  = 8.
            IF sy-subrc <> 0.
         MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                 WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
            ENDIF.
    the table ztdline have the long text.

  • Populate all address fields to the customer master (DEBMAS06) IDOC

    Hi All,
    We have requirement to extend the customer master IDOC 'DEBMAS06' to add the address fields i.e (ADRC-STR_SUPPL3,STR_SUPPL4,STR_SUPPL5). Can any one tell me the suitable EXITs or BADI's to populate these fields street3, street4 and stree5 to the customer master. Otherwise can any one tell me how to over come this problem.
    Thanks in advance
    K N C

    Dear Matthias,
    I only can confirm the following statements (regarding information from development department):
    - it is not possible with GuiXT
    - it is not possible via a transaktion variant
    - there exists no screenvariant with this functionality
    ->  modification is the only possibility.
    Regards,
    Andreas

  • Order Combination indicator field setting on Customer Master create

    When creating a new customer master record it is auto populating the Order Combination flag on the Sales Data --> Shipping tab.  Where can this setting be "turned off" so it does not auto populate as checked?

    Dear Vicky,
    Menu Path:1
    IMG  &#61664; FINANCIAL ACCOUNTING&#61664; ACCOUNT RECEIVABLE AND ACCOUNT PAYABLE&#61664; CUSTOMER ACCOUNTS&#61664; MASTER DATA&#61664; PREPARATIONS FOR CREATING CUSTOMER MASTER DATA&#61664; DEFINE ACCOUNT GROUPS WITH SCREEN LAYOUT
    Or  
    Menu Path:2
    IMG&#61664; LOGISTICS GENERAL&#61664; BUSINESS PARTNER&#61664; CUSTOMERS&#61664;CONTROL&#61664; DEFINE ACCOUNT GROUPS  AND FIELD SELECTION FOR CUSTOMERS
    Or
    Goto Transaction OBD2
    There you select your account group then, PRESS F2 , it will take you to Change view
    "customer account group” Details screen, there you double click on the sales area data
    which is available under field status tab, system will take you to Maintain Field status: Overview
    screen, there you double click on the Shipping then it will take you to Maintain Field status:
    shipping screen , there you will find field "Order combination" you put that field in the
    Suppress status, you requirement will get solved.
    Reward points please if it is useful
    Chandramohan

  • Text changes done to customer master.

    Hi All,
    Can someone tell me, how to check the chnages done to the texts maintained at Customer master.
    Thanks,
    Swathi

    Hi,
    You can see the all changes in customer master in T-code XD04 there you specify the customer number and sales area, there you can see whether any changes carried out in customer text.
    Thank you.

  • Field Exit for customer master data

    hi
    i want to execute a check every time that we create a new customer
    this check should check that the field "VAT REG.." is field and not blank
    please your advice what is the best practice for this issue, field exit? badi? or is there any other way recommended
    i think that there is option to use  field exit but i don't know which field exit and how to do it
    many thanks

    Hi Meir,
    You go to SE84, and enter the enhancement I provided. Then, you activate the user-exit and write your own code. You can consult your ABAP team, if you are not sure about implementing user-exit.
    Regards,
    Eli

  • MAKES MATERIAL SALES TEXT FIELD MANDATORY in MATERIAL MASTER RECORD

    Dear ALl,
    I want to make the Sales Text view mandatory, that is the user must enter a value in the sales text screen.
    Is there a way to do it, can you suggest any user exits or any thing to make it a mandatory.
    deepak

    Spro-Logistics GeneralMaterial masterField selection-- select the feild.. and make mandatory there.. you can see four opitions...
    other wise goto SHD0.. and do there..
    Reward if it helps
    Ramki

Maybe you are looking for

  • When I tried updating my apps it says invalid security code for my credit card.

    Basically when I try updating an app it says to login. Ok say once I log in it makes me update billing info. When I put my cc info in (which has a 0$ balance) it says invalid security code. This is complete ********, I can't even download FREE apps O

  • Master-Detail and Detail-SubDetail navigation.

    Hi! I am facing an issue regarding navigation in a second (subDetail) level child table. I have Master-Detail-subDetail like lilnks of three VOs. I have created 2 VLs for Master-Detail and Detail-SubDetail. Now on my custom page, navigation is fine f

  • 5800 date/time

    Got a 5800 with the latest firmware 20.x. Every time i power it on, it asks for date and time. Is this normal for Nokia phones?

  • Automate a series of keystrokes

    greetings, i'd like to automate a series of keystrokes, kinda like photoshop does with actions. is there a function in fcp to do this? essentially, i'd like to do shift-G control-G (find next gap, eliminate gap) about 500 times over by the pressing o

  • A small app setting parameter on the user

    Hello I have a portal that use an ABAP system as a UME. I need to make an webdynpro application that can update a parameter on the user in the ABAP system (parameter CVR set in su01). Is this possible done by webdynrpo on the Portal (Java) ? Or shoul