Customer Master - Restrict Acess at Field Level

Hi,
I have a requirement where in the customer master I need to restrict access to a field to 2 users. Only these 2 users should be able to edit this specific field. For all other users, this field should be read-only. This is for both VD01 and VD02. How can this be achieved?
Thanks in advance.
GA

Hi,
I think you can achieve this through authorization; means you can give only display access for the users whom you don't want to edit the customer master.
I am not very sure if you can restrict the edit access for other users only for two fields which you are talking about.
Hrishi

Similar Messages

  • Restrict the creation of customer master records at sales area level

    I know that you can supress fields at the company code and sales area level in customer master, but, is there a way in configuration to restrict the creation of a customer master record at the company code and sales area levels?  Only the general data level is needed for this customer account group. 
    Any help would be greatly appreciated!!

    Hi
    Create the Customer Master without entering the Company Code and sales Area. The system will allow and ask you to fill only the General Data.
    The other way is that Create a Account Group and suppress its all Fields of Accounting View and Sales Area View, so that for that account group you will have to maitain only the General view.
    Regards
    Amitesh Anand

  • Additional data in Customer master  to be mandatory field

    Hi SAP Gurus,
      I've a requiremnt of setting the additional data fields as mandatory in Customer master "Sales area" data.
    I have checked in the standard config were there is no settings related to additional data  in the Std configuration
    (account group)
    Finaly, I found an include program - LV02ZOKV for this requirement to do the changes through ABAP programe.
    (to activate  field us  Mandatory)
    May I know is this the correct approach for this requirement or in case if you have better requirement could 
    you please share with me to avoid the unnecessary impacts.
    Thanks in Advance.
    Thanks & Regards
    Pugal

    Hi Thomas,
        Thank you!!
    I have recently got a programe - SAPLV02Z, I think this will help me out..
    Thanks & Regards,
    Pugal

  • Customer master restriction in Marketing document.........

    Dear All,
    I have defined customer master along with the sales employee for respective customers in BP master data.
    These sales employees are company's employees defined in HR module.
    Scenario is as follows:
    Whenever sales employees login through his ID and creates marketing document like sales quotation or order he must see only the customers or lead which are mentioned against his name in master.
    He must not be permitted to select  customer of other sales employee.
    How can i restrict this sales employee....?
    Solution will be highly appreciated.....
    regards
    swapnil

    Solution : -
    1. Data Ownership Authorization
    2. Formatted search
    Jeyakanthan

  • Restrict material master information at the field level

    We have a requirement to restrict change access to certain material master fields, meaning everyone may be able to view the data but not change it.  Beyond that, those people who are allowed to change the data can only change certain fields...other people can change other fields (on the same material master view).  For instance a simple example would be that someone might have access to change the material description on the basic view but not the material group.  Someone else might have access to change the material group but not the description.  (Again, this is just a scenario that I'm using as an example, not as a real live case.)
    Is it even possible to do this?  I'm guessing it's not but I thought I'd ask the "experts" here before I deliver the bad news to our users.
    Thanks!

    Thank you for the information but I was aware of using screen sequence and field selection however how can I use this to allow certain users access to certain fields but not others.
    For example in the Basic view I want one set of users for the same exact material to be able to change the Base of Unit Measure while the other user can only view this field but not change it however this user can change the other fields in the Basic view.  This sounds like a solution for all fields for a particular materials.  I need to be assign fields within a view to different users.

  • Vendor Master - Restrict Change of fields

    Hi Guys,
    Is it possible to grey out certain fields in vendor master so that they cannot be changed?
    While using FK02 or XK02, I want certain fields to be greyed out so users cannot change.
    And is it possible to develop a new transaction code using which the greyed out fields can be changed by a select set of users.
    Thanks
    Srik.

    Hi,
    Srikanth,
    SPRO-FI A/C -AR & AP -Vendor a/cs -Master data - Preparations for  Creating master data- Define 
    screen layout  per activity (vendors),
    there u can select field status(per activity create/change/display) as  per ur /client requirement.
    hope this is useful
    if u have any doubts plz revert

  • Customer Master Idoc gets some fields as garbage with English Lang

    Hi 
       We are using SAP 4.6C MDMP system. This is not unicode. We are sending customer idoc. The customers are created in Japanese and English language.
    When we login in Japanese language and send IDOC then the content looks fine.
    When we login with English language and send IDOC then we get some garbage character.This is because the customer was created in Japanese language and the IDOC is being sent with English language code page.
    I am thinking of copying  the RBDMIDOC program and include a logic which will check if the customer is Japanese and logon language is Japanese only then send the idoc.Similarly if customer is not japanese and logonlanguage is not japanese then send the idoc.
    Has any one faced issue with IDOC and the data being maintained in different language.
    Please share your thoughts.
    *point will be rewarderd
    Thanks
    prashanta

    Hi Anuj,
    This is a configuration change that can be done via tcode NACE.
    The Idocs will be automatically triggered and sent.
    Ask your functional consultant for further details.
    Regards,
    Jovito.

  • CATT - vendor/customer master address field length over

    Dear all,
       when use CATT to record vendor/customer master,the address some fields length are over recorded field length(ex. ADDR1_DATA-NAME4,ADDR1_DATA-STR_SUPPL3...etc)
    is there any config in CATT to solve this kind of problem?

    When you are doing your LSMW batch input recording, on selection screen (where you specify the sales org, distribution channel, division, account group, etc) please put a flag on "Use central address management" checkbox (SAPMF02D 0100 >  USE_ZAV).
    In this case you should be able to see and fill the desired fields.

  • Location of Indian Tax IDs in Customer Master Record.

    We are enabling India as company code/sales organization. One of the requirements put upon us is to carry 2 tax id numbers on the customer master and at the transaction level. We are being requested to carry a CST (Central Sales Tax) id and a VAT tax id. I am using the VAT registration field kna1-STCEG which is 20 characters long. The business is telling us that they need the CST to be 25 characters. Our original intent was to store it in kna1-STCD1, however this field is only 16 characters long. The business is telling us that the validity years need to be appended to the tax id number which pushes it over the alloted 16 characters. Has anyone else run into this, if so what was the chosen method.
    Message was edited by:
            Gino Ruggiero

    Hi,
    I had the same problem in my previous implementation. If the tax condition types in your customer master and material master are not in the same sequence, then your condition records would not behave properly. They would either throw out some junk values or multiple condition types may appear in your sales order.
    To over come this, I have made the sequence of the condition types in material master through OVK1 T.code as the same order as the customer master condition types.
    This resolved my problem and the condition records were correctly picked.
    By doing this your issue also would be resolved. Please update the forum if you still face issues or if you use a different method to over ride this.
    Regards,
    Rohan Gudavalli

  • Goods receiving hours in the customer master.

    Friends,
    Can any one explain goods receiving hours in the customer master. what exactly this fields is used.
    thanks
    Devi reddy

    Hi,
    We define the possible goods receiving hours of your customers. With this function, you can plan the shipping activities so that the deliveries arrive by the desired deadline in the right city at the right time.
    The goods receiving hours are copied by the System from the customer master record into the delivery header according to the unloading point and the delivery date.
    Goto IMG -> Sales & Distribution -> Master Data -> Business Partner -> Customer ->Shipping ->Define Goods Receiving Hours.
    Here you define the goods receing hours by 3 digit number, for example, Week days only or also on Satur days ect. use the same in customer master.
    Hope this is clear.
    thanks
    Praveen

  • Customer master message control

    hi folks,
    need to prevent duplicate MICR information in customer master. is there a way to do this via message control?

    Dear Amy,
    are You talk about the dual control?
    Within IMG: Financial accounting(new)->accounts receivable and accounts
    payable->vendor accounts->master data->preparations for creating customer master data->define sensitive fields for dual control (customers)
    I hope this helps.
    mauri

  • Capture TIN / VAT Registration Date in Customer Master

    Hello Gurus,
    I have come across a requirement where the business wants to capture the date on which their customer had registered their TIN Number.
    I know the field to capture the VAT / TIN No. on the customer master -> Control Tab.
    Not sure where to capture the date of registration of TIN number..
    Any advice on this..
    Thanks,
    Sunny

    Hi Sunny,
    In CIN details of customer master you have the fields CST/LST numbers. You can use those fields as per your client requirement as mentioned in the below screen shot.If
    If you are not using this fields, then use any unused fields in the customer master.
    Regards,
    S.Himavanth.

  • Fields in customer master ?

    hai.
    how to make some fields in the customer master to appear in the grey mode  and not in change mode to the user in the change customer master data screen (XD02)
    kindly update ?
    regards
    sriram.

    Hi
    It is done at the account group level.
    The path is as follows.
    SPRO-FINANCICAL ACCOUNTINGAR and APCUSTOMER ACCOUNTSMASTERDATAPREPARATION FOR CREATING CMDDEFINE ACCOUNT GROUPS WITH SCREEN LAYOUT
    Here in every screen, you can control the nature fo the fields of CMR
    Rwd if it helps.

  • Creation of extra field in customer master.

    Hi All,
    I have a requirement where i need to create one extra field.
    We intend to capture taluka for each distributor. This will give us micro level detail. We can start analyzing sale at taluka level.Therefore we believe this additional field will be important.
    Kindly provide your valuable solutions to achieve this.Thanks in advance.
    Thanks,
    Pavan.

    Hi Pavan,
    Rather adding an Extra Field(if your requirement "Taluka" is only for information or statical purpose) you can go with charecterstics and classification.
    In my Client Business, the requirement was to add the " Sales Group's" mobile number and Email id in customer master, so that they can a have report where they easily findout the phone number and mail id for the each sales group. so i have acheived this through Charecterstics.
    Screenshot for your Reference:
    This would be also an option.
    Regards
    Kamal

  • Need Business case Explaination about the Field in Customer Master

    Hi all,
    I have a doubt in Customer master Record
    1. Customer Group
    2. Price Group
    3. Price list
    4. Customer Stat.group
    What I mentioned above fields i need business case explination, but all the above fileds are explaining  about the Price and Statistics about the report. By using F1 Help i can understand but i need business case
    Is there any link between those fields ?
    @ Please dont close the thread if it is basic question please provide the details and link because i serached in Google but i couldn't able to findout

    hi
    anuradha,
    In my knowledge customer pricing group is the main in the customer master ,
    you will one test case in customer pricing group in customer u can not fill it,  the same customer u can rise the sale order , system sows earorr message, no customer master records maintain, it means when u create the sale order system  take pricing procedure , pricing procedure determination ; sales area+customer pricing procedure +document pricing procedure assign to pricing procedure,(ovkk) ,
    customer statical group
    Sales Organization      0001   Sales Org. 001
    Distribution Channel    01
    Division                       00
    Cust.stats.grp              1      'A' Material
    CustGroupMaterial       1      'A' Material
    StatGrpSalesDoc         2      Returns, Credit Memo
    StatGrpDocumentItm     1      Returns, Credit Memo
    Update Group               1      SIS: Sales Document, Delivery, Billing Document
    it is the static updating group for item level,
    Sales Organization     0001   Sales Org. 001
    Distribution Channel    01
    Division                        01
    Cust.stats.grp             1      'A' Material
    StatGrpSalesDoc        1      Order, Debit Memo
    Update Group              1      SIS: Sales Document, Delivery, Billing Document
    it is for static updating group for header level
    it is use full in vov7 ,
    price list and price group it is use full pricing to the customers,  you can check it sale order header in sale tab u can find your required fields,

Maybe you are looking for

  • When I send a picture to a group of people, it gets smaller. Why is this?

    If I text a picture or video to a group of people, it shrinks to thumbnail size. But if I send it to only one person, it is a normal size. My husband who has the same phone , model and software  update does not have this problem at all. What is the d

  • Oracle.jbo.SQLStmtException:JBO-27122:SQL error during statement preparatio

    Hi, i am extending a VO(ApInvDistAllVO) in r12.i am just adding three additional columns.when i am substuting the VO, getting error as "Attempt to set a parameter name that does not occur in the SQL: Bind_InvoiceId".Here i am pasting seeded and custo

  • Attach to email freezes session

    Environment: Server 2003 SP2 Citrix Presentation Server Ver 4.5.1 Outlook 2003 SP3 Acrobat Reader  Ver 9.1.3 CITRIX SESSION FREEZES WHEN SENDING EMAIL WITH PDF ATTACHMENT FROM ACROBAT READER User opens PDF email attachment in Outlook. Acrobat Reader

  • HT1218 do you have to have a wireless router with the macbook air

    do you have to have a wirelss router with the macbook air if you do not have internet in your home

  • FB60  Service Tax entry Missing

    Dear All, While entry of Vendor Bill thru Tcode FB60, forgot entry of service Tax. Also Payment made by Cheque for Vendor Bill. Now how to enter Service TAx entry for that Bill. It is not possible to reverse Payment entry. So it is not possible to re