Field "Contact person" in XK01, MK01, FK01.

Hi,
in SPRO "Define Account Groups with Screen Layout (Vendors)" and "Define Screen Layout per Activity (Vendors)" is possible setting the field "Contact person" in "General data" so that the entry
could be:
-Suppress;
-Req. Entry;
-Opt. entry;
-Display.
The field "Contact person" is being configured so that this is a "Required entry" , but nothing doesn't appear in Vendor master.
How activating this field?
Best regards

Dear sap,
Please try this, go to MK02, enter a vendor with acc.group that you set, is there "contact person" selection under General data tab? if yes , try to change the data for contact person and when you clear the value,then the required mark will show up.Then when you create a vendor using MK01 with ref to the acc.group , then system supposed to prompt  the contact person tab to be filled.
Regards,
w1n

Similar Messages

  • Tc = CIC0/ Maintain Business Tr/ field: Contact Person have to come auto

    Starting all over again. I am just starting as CRM junior.
    In client 100 works.
    I have the problem in client 200
    I log in SAP CRM with a specific user.
    At tcode = CIC0
    tab: Maintain Business Tr
    field: Contact Person (field: PARTNER_NUMBER/ structure: COMT_PARTNER_TO_DISPLAY).
    The field Contact Person has to be field automatically with the user log in.
    I do not know if this is a problem with:
    - Replication (from R/3 to CRM)
    or
    - This is a problem of CRM Configuration/Basic Functions/ Partner Process/etc
    Can you folks help me?
    Thanks in advance.
    Rgds,
    BB
    Message was edited by:
            Barbara Barbos

    solved

  • Error in person responsible when contact person is changed

    Hello PCUI fellows,
    we are using the PC-UI Opportunity and Activity Application in CRM 5.0 SP 8. We have set the option "roundtrip cs search" for the Fields Prospect(Opportunity)/Contact Partner (Activity), Contact Person and Person Responsible. This are the steps to reproduce the Problem:
    1. Create a new Activity
    2. Enter a customer name into Contact Partner and press enter
    3. get a list of companies matching
    4. choose one which also has contact persons.
    5. The field "Contact Partner is now filled.
    6. click on the F4 Help for the Field "Contact Person".
    7. The search is opened and "Search by relationship" is prefilled with the companies Account ID.
    8. Search and choose one of the contact persons
    9. The field "Contact person" is filled with the contact persons account id
    10. Press enter
    11. Now the Field "Person responsible" which was filled with the Users Name contains only "No address data".
    Does someone had a simmilar problem?
    Best regards
    Gregor

    Greg,
    Are you using the standard views or customized views?
    If you had maintained the customized Z views then try to maintain the F4 Help field assignment at fieldgroup level under CRMC_BLUEPRINT_C->Input Help -> Field Assignment for transferring values. Enter the field group name here.
    For ex : I have mainted the given entries for Leads Partner F4 Help.
    View  Field Name                            Result List Field                   Field in Hitlist
    ZWA CONTACT_PERSON_LIST      CONTACT_PERSON_LIST        PARTNER1
    Make it a try..
    Thanks,
    Thirumala.
    Message was edited by:
            Thirumala Reddy Kalluri

  • Contact person in BBP_SUSPO

    Hello!
    We are using the MM-SUS scenario. Smartform BBP_SUSPO provides some information,
    which is needed to comunicate with the vendor. But in the field contact person, the company
    is printed, not the contact person.
    Has anybody some experience on that.
    Is there a possiblity to print the the name of the mrp-controller,
    who created the PO and who is the responible contact person for the PO.
    Kind regards,
    Barbara

    no SD is not implemented here..anyways i got the result using subroutin..but here-
    PERFORM GET_PERSON IN PROGRAM Z_CONTACTPERSON
    USING &EKKO-LIFNR&
    CHANGING &LF-NAMEV&
    ENDPERFORM
    Kind attention: &LF-namev&----> this value is not getting displayed in script
    EPORT  Z_CONTACTPERSON.
    form GET_PERSON tables lt_lifnr structure itcsy
                           lt_NAMEV structure itcsy.
      data: lf_lifnr type lifnr,
            lf_person like knvk-NAMEV.
    read table lt_lifnr index 1.
      move lt_lifnr-value to lf_lifnr.
      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
        EXPORTING
          input         = lf_lifnr
       IMPORTING
         OUTPUT        = lf_lifnr.
      select single  NAMEV from knvk into lf_person where lifnr = lf_lifnr.
       endselect.
        if sy-subrc = 0.
          move 'lf_person' to lt_NAMEV-name.
          move lf_person to lt_NAMEV-value.
          modify lt_NAMEV index 1. ---> The customer name is updating here but not coming in PO o/p.
          endif.
          endform.

  • Mandatory field for TIN No, or  Contact Person

    HI Expert,
                     Can anyone please tell me code for Mandatory field for TIN number or Contact person  at the time of adding Purchase Order.its possible by SP i tried for it but its variable so pls anyone have any idea.
    Sudhir

    Hi Sudhir,
    Try This.
    FOR Contact Person-----
    IF EXISTS (SELECT DocEntry FROM [dbo].[OPOR]
    WHERE
    ((CntctCode IS NULL OR CntctCode = '')
    AND DocEntry = @list_of_cols_val_tab_del))
    BEGIN
    SELECT @error =1, @error_message = 'Your Error Msg1'
    END
    END
    For TIN No.-------
    IF (@object_type = '22' AND @transaction_type= 'A')
    BEGIN
    IF EXISTS (SELECT DocEntry FROM [dbo].[POR12]
    WHERE
    ((TaxID11 IS NULL OR TaxID11 = '')
    AND DocEntry = @list_of_cols_val_tab_del))
    BEGIN
    SELECT @error =1, @error_message = 'Your Error Msg 2'
    END
    END
    Regards
    Ashutosh T

  • "TO" field in outgoing mail and choosing contact persons

    Hi,
    We are implementing the IC in the CRM version 6.
    When the agent is preparing the outgoing mail the only mail that arrives to the "TO" field is the mail from the customer.
    Now if the agent wants to add some more contact persons to the "TO" field the system is showing all the contacts there is.
    Why the system is not showing only the mails that are relevant to the identified customer.
    The agent (customer) wants to be able to send a mail to all the contact
    persons in relation with the identified customer in an easy way.
    Does any one know how to deal with this issue ?
    Thanks in advance,
    Eran Shapira.

    Hi..
              Ur using outlook integration Add-on
    Regards..
    Billa 2007

  • FM for changing contact person attribute field PARH1 - tab knvk

    Hello,
    I'm still searching a function modul
    with which I can update my PARH1 - fields in the cp-adress.
    Table knvk, field parh1.
    Any ideas ?
    Thanks G.

    hi,
    as per my understanding you have to write own code for this specific requrement.
    but these threads might help you.
    [Fm to get the Contact person address if he doesn't ve thn his comp address   |Fm to get the Contact person address if he doesn't ve thn his comp address;
    let us know if it is giving you insight to solve this issue.
    Regards,
    Rajeev

  • Relationship Type field in Contact Person Relationship Web Ui

    Hi
    In SAP CRM we can differentiate a relationship using relationship type. This field is available in SAP GUI, in "Contact Person Relationship" category, whereas it is not present in Web UI screen for contact. In our project there is requirement to make it visible in UI also. Please help me in this regards.
    Thanks & Regards
    Hitsm

    Hi Hitesh,
    Since Contact Person is a very common relationship, it has been removed from the relationship type and has moved into an assignment block. Invariably whosoever is a contact person will come under that assignment block.
    Regards,
    Harshit

  • Contact Person Field

    Hi :
    How to setup contact person of customer master as optional field when creating the customer data in IMG?

    Hi,
    Goto OBD2 and Select 0001 account group.
    In below you can find Field status tab under that double Click on General data and Double click on contact person click on Optional radio button and Save the screen.
    Now you can create the Customer with optional contact person Field.
    Regards
    raj.

  • CIC0,  Contact person ,language field Default is E

    Hello SAPIENTS
    I have an issue , the system is taking the language of Contact person as "E" instead of "EN" by Default.
    I am not abkle to find the setting for making EN as default . Can you please guide me for the same.
    Thanks
    Somasundaram Ganesh

    Hi Lisa,
    Contact Person field is updated on based on BP if the BP have contact person with set as default option
    in BP Master data when ever you choose the BP contact person is shown.
    At the time of removing  contact peron  manually in sales order screen then add the sales order
    based on the sales order you book the Delivery it shown the contact person Its a Default
    behaviour of SAP.
    *Close the thread if issue solved.
    Regards
    Jambulingam.P
    Edited by: Jambulingam P on Jul 9, 2009 10:00 AM

  • Contact Person field controls

    Hi All
    I created the Contact person for a Customer using the TCODE VAP1. My requirement is to change the optional field to required in the contact person creation screen. Is there a config path where I can control which fields to be suppressed and which to be optional/required.
    I looked under Logistics General>Business Partner>Customers>control> define transaction dependent screen layout  but couldnt find the option to make any change. Can anyone suggest something.
    Thanks

    Hi,
    For R/3 system, we need the help of an ABAP person to supress / display /change the field layout in the SAP screen.
    However for CRM system, there are controls for the action that you want to perform.
    Regards,
    Anirban

  • XK01 - Contact Person

    Hi,
    Im found a "Contact Person" Function in XK01 by the custommer.
    Could you tell me please where I acitvate it? Is this ERP Function or SRM/CRM or....
    Could I show this "AP" directly from PO or another transaction in ERP?
    Thank you for your answers
    Katie

    Hello,
    contact partners are a special feature of IS Retail and cannot be introduced in the standard R/3.
    In program MF02KFMP you can found the following comment:            
    "* Im Standard-System sind die Ansprechpartner deaktiviert" and the program performs the following check:
    IF INT_SYSDEF-SYSDEF = '00'   
    Because you not use a retail system, this chech will always fail.   
    br, G

  • Contact info for different contacts is showing up in wrong contact person's fields!

    Recently switched from mobileme to iCloud. Now, not only do old (formerly deleted) contacts show up on my iphone & ipad, but a lot of the contact information seems to have randomly merged with each other. So that for my contact Ash, it shows her phone number and a different contact's address and email address!
    How did this happen and how can I fix this? Different info for different contacts is showing up in wrong contact person's fields! Random information is showing up all over the place, so that in order to fix it manually, I'd have to scroll one by one on my phone and then try to figure out if the random incorrect contact info still shows up for the contact it belongs to. I'd rather not have to do this!
    * my iPad & iPhone have iCloud, not my macbook.

    I have Verizon and I tried the *228 thing and it didn't help

  • LSMW Vendor Create /Change (XK01/XK02) by IDOC CREAMS05 for CONTACT PERSON

    Hi Experts,
    Can you Please help me for CONTACT PERSON (create/ change) upload for vendor using the IDOC type CREMAS05.
    which structure is appropriate for CONTACT PERSON in CREMAS05
    Thanks in advance,
    Babumiya Mohammad

    okay, this screen is not active in my system. (are you doing retail?)
    if it is address data, then it is usually transmitted with the ADR3MAS idocs
    this is at least the case for customer contacts.
    Edited by: Jürgen L. on Feb 20, 2012 5:13 PM

  • Badi for contact person creation of isa user admin

    Hi fnds,
    I am creating a new custom field on isa user admin app of b2b. Now when i create a contact, the FM CRM_ISA_UA_IUSER_CREATE is been called. I am planning to pass this custom value to extension table of this FM.
    Now can u tell me a badi which triggers, so that i can use the extension table values and save it to the contact person details in the database?
    I am looking for a badi to save this custom value to contact person BP .
    thanks in advance,
    Niraja

    HI Niraja,
    Thanks for the useful information that itself has partially solved my querry, along with this I am in need of one more clarification from you and that is while creating user from ISA user management how can i modify it to add a standard user alias field, like u said I have created one custom field in ISA user mangement, can u please share it so that I can enhace the ISA user mangement to have one standard field(user alias).
    Thanks and Regards,
    Mayank
    Edited by: mayank Choudhary on Jul 10, 2009 2:09 PM

Maybe you are looking for