RFBIKR00 - Vendor master load (Contact person address)

I set my LSMW settings to object type 40 (vendor) and method 0002. Structure BKNVK appears. I am able to enter Contact person name and telephone in BKNVK, but I don't see the fields to enter contact person address fields. What am I missing?

Hi Raynald,
i think, it's not possible with rfbikr00,
to change or load central adress-data of vendor
or contact person.
-> so you must use bapi or batch input (xk02 or map2)
additionally
regards Andreas

Similar Messages

  • Vendor Master : Customer Contact person

    Hi all,
    In my Vendor Master (XKo1/xko2) when i change the Customer contact details  an idoc should be triigered with these deetails.
    These data in the Contact Person View is stored in KNVK table.
    the stadard idoc Cremas idoc does no support those details.
    I used the Adr3mas03 idoc, but the required data is not tirggered.
    Is there any way around this.
    Regards,

    Hi
    Sorry.
    Since ERP 2005, vendors master data do support maintenance of contact persons in the core.
    Previously, this was true only for IS-Retail.
    ALE Distribution of vendor contact persons has never been developped.
    So your ADR3MAS idocs do surely integrates perfectly in the inbound system expect that this will be an orphaned Person.
    The link will the contact person (KNVK) will never occurs as there is no E1KNVKM segment in CREMAS !
    Alain
    Should be move to

  • Vendor master data - Contact person (4.7 release)

    Hi All,
    I'm working on SAP 4.7 and I can't use the contact person in the vendor master data (it's hidden) because I'm not working with a SAP retail system. If I change standard program MF02KFMR in the form RETAIL_OR_STANDARD I can change the value of the field INT_SYSDEF-SYSDEF (from 00 to 01) as SAP was retail system and the view contatct person appears.
    Do you think it's a good idea or I can find some problems in the vendor master data with this change (INT_SYSDEF-SYSDEF = 01)?
    Thanks and Regards,
    Luca

    Hi
    Sorry.
    Since ERP 2005, vendors master data do support maintenance of contact persons in the core.
    Previously, this was true only for IS-Retail.
    ALE Distribution of vendor contact persons has never been developped.
    So your ADR3MAS idocs do surely integrates perfectly in the inbound system expect that this will be an orphaned Person.
    The link will the contact person (KNVK) will never occurs as there is no E1KNVKM segment in CREMAS !
    Alain
    Should be move to

  • Datasource for Vendor Contact person Address

    Hi,
    I am looking out for the DS for Vendor Contact person address, which is taken from ADRC table. 0BP_DEF_ADDRESS_ATTR is having Business partner number. it gives all the required data. how to i link it with vendor LFA1 and COntact PErson in KNVK to get the required result.
    Thanks & regards
    Abi

    Hi,
    There is no standard data source available for your requirement.
    You can enhance 0Vendor_attr master data with LFA1-ADRNR, KNVK-PARNR and address fields in ADRC and populate using user exit code based on the following logic.
    Get LFA1-ADRNR where 0VENDOR_ATTR-LIFNR = LFA1-LIFNR
    Get KNVK-PARNR where LFA1 - KUNNR =  KNVK - KUNNR
    Get address fields from ADRC where
    LFA1 - ADRNR = ADRC - ADDRNUMBER
    ADRC - DATE_FROM = Hard code the values required
    ADRC - NATION = Hard code the values required eg. I for international version.
    Hope it helps
    Regards, Jeya

  • Filter contact person ADDRESSES at KNVK level

    Hello,
    We have defined an ALE scenario in order to transfer contact person (KNVK segment) of a customer (DEBMAS).
    We have defined filters on contact person fonction and it's working fine: only knvk sgements with good finction are included in the DEBMAS IDoc.
    But problem comes with addresses:
    we are also transfering contact person addresses (ADR3MAS) and have defined a depedent distribution (with KNA1) in the ALE scenario (BD64).
    Unfortunately in this case, ADR3MAS IDocs are generated even for the contact persons that have been filtered!
    We did not find any solution to this problem.
    So I'm asking your help and hope a good soul will take time to answer me
    Many thanks in advance.
    Best regards,
    Jérôme Romain.

    you should have a dependency to the message type
    Example of dependency between a BAPI and a message type:
    The distribution of company addresses has been integrated in the object maintenance for the vendor. The address data is then distributed together with the object data via ALE. The address data is dependent on the object data and is distributed via the BAPI. The object data is distributed in the message type CREMAS.
    So a dependency exists between the BAPI and the message type.
    In the distribution model an active receiver filter is assigned to the BAPI used for distributing organization addresses (AddressOrg.SaveReplica). The dependency has been activated in the attribute Dependent distribution in the filter display.
    Based on the receiver determination, the object data with the BAPI addresses are only distributed, if the filter condition for CREMAS is met.

  • Pre Populating contact person address details

    hello experts,
    I am new to crm 2007 and Interaction Center.
    I have requirement like this
    1) say i created an account of type organization
    2) once organization is saved, from account details screen there is an option to create a contact person using Related-buttion
    3) My requirement is when i click on Related button by default i need to pre-populate contact person address details with the Organization address details like street, house number, city, postal code, country and region.
    Could you please tell me what kind of code i have to write in the Related button event handler to populate organization address details in to create contact person address details
    Cheers, Srikanth

    Hello Srikanth,
    You have to implement any one of the BADI based on the data u want to update in the contact person.
    BUPA_CONTREL_IMPORT
    BUPA_CONTREL_EXPORT
    BUPA_CONTREL_DEFAUL
    You need to call FM to update the address.
    This hint should be able to take you in right direction.
    Regards,
    Kapil

  • RFBIKR00 : Vendor master upload

    hi
    For uploading Vendor master upload i tried to use standard prg RFBIKR00, but some of the fields related to address  are not found in RFBIKR00.The fields which are missing are:
    SORT2     BUILDING     ROOMNUMBER     FLOOR     NAME_CO     STR_SUPPL1     STR_SUPPL2     STREET     HOUSE_NUM1     STR_SUPPL3    LOCATION.
    Please let me know how to  populate those fields.
    thanks in advance

    look into the docu of that abap.
    you must use add. BAPIS to fill all adr.data
    regards
    Andreas

  • Inbound Vendor Master IDoc to populate Address Mgmnt

    Morning All
    I have a requirement to populate the Central Address Management from the Vendor Master when an inbound Vendor Master IDoc (CREMAS) is interfaced via LSMW.
    I have read that 'Serialization' is the key and that I should set up the system so the ADRMAS message type is interfaced first with the CREMAS following.  Message type SEDAT has also been mentioned.
    Has anyone done anything similar?  I have been through various OSS notes and SAP help files etc but nothing completely explains the solution. I am new to ALE although I do have previous EDI IDoc knowledge.
    Any help obviously greatly appreciated.
    Regards
    Ian

    Hi Manoj,
    Please go through SAP note 384462 - Master data and addresses
    Regards,
    Tomek

  • Contact Person address Data not found

    Hi All,
    I am finding an strange error in Partner determination process for Contact Person.
    System is able to pick the contact person, but it always says no address data found for contact person. I had checked all config in partner dtermination procedure and can see that all setting related to address detremination is available. But still i am not able to get this data in my transaction for activity/lead or contract.
    Please suggest.

    Hello,
    This is a common mistake when processing Contact Persons. In fact, the address data you see in the WebUI for your contact person is the address of the Company - Contact Person relationship and not the contact data of the contact person itself. The error message is probably referring to the address data of the person itself.
    Eg I work for my company, my address data as a contact person for my company will the the company's address, fax, e-mail, ... Beside that I also have my personal address, where I actually live with a private e-mail and so on.
    My company -_-_-_ has the contact person  -
    > Me
    Address data         (=address data eq to comp)       My personal address
    Hope this helps,
    Joost

  • Map R/3 contact person address to CRM contact person address

    Hi,
    Does anyone know how to enhance the middleware so that the business address of contact person in R/3 can be mapped/downloaded to the BP standard address (shown up in BP transaction) in CRM ? The business address of the contact person in R/3 is currently mapped to BP relationship address in CRM, while the home address of the contact person is mapped to the BP standard address.
    Thank you for the help,
    Regards,
    -James

    Hi,
    We have the sam issue to solve!
    Found any answers yet?
    Best Regards, Cem

  • Fm to get the Contact person address if he doesn't ve thn his comp address

    Hi Gurus,
    This is seema,,am new to CRM .... got a doubt ... thought of posting it here...
    My req is i need to find out a contact person full address , incase if he does not have the address then i should refer to his company(has contact peron for) address and get it...
    am searching for FM where i cld achieve the above requirement..
    I had given a search for this before giving for a post...but i could not get it ...
    In the same requiremetn, i need to find out the person (employee) who is responsible for creating and his job title.. any FM to get employee details with his job title?
    Thanks for all your time.
    Seema
    Edited by: seema rajjot on Apr 6, 2010 3:00 PM

    Hi Seema,
    You can get the address of CP from tables BUT020, BUT021_FS, ADRC and ADR2 etc., In case if the CP address is empty, go table BUT051 and get the Company affiliated to it using the Relationship type BUR001. Then get the address of Company using the same tables again. Refer to the below link, it has details about how to read the BP address by Address type. If you want to read the default address use address type XXDEFAULT.
    [Read BP Address based on Address type and Update Address|http://www.divulgesap.com/blog.php?p=MTA5]
    Hope it helps.
    Regards,
    Ravikiran

  • Loading contact person to multiple customers

    Hi all, is there any enhancement that would allow the loading of the contact person to multiple customers? any hint?
    For example, I have two customers that have the same contact person (same contact person number), how could I build an enhancement to assign automatically the contact person to the two of them. Transaction XD99 is not allowing me to assign the same contact to different customers.
    Many thanks!
    Mario Sousa
    Edited by: BPX PARTNERS on Nov 22, 2010 9:16 AM
    Edited by: BPX PARTNERS on Nov 22, 2010 11:34 AM

    Hi sanjay,
    Yes there is transaction BP available in ECC, but the business partner is for cross application components.
    I tried it but I don't find any of the customers using BP. I think we need some settings to link cusotmers and BP with in ECC.
    I dont think this is mandatory for the SAP E-commerce scenario.
    I know we do the sync of BP in CRM to the customers in R/3 when we have the SAP CRM E-commerce scenario.
    Please let me know if we can sync the BP and Cusotmers data with in ECC.
    Thank You

  • How to get adress no for the contact person address

    Hi,
    I am getting the PARNR contact person from the table KNVk , I need to get the address no for this contact no , is there any table which links pernr with ADDRNUMBER .

    >
    Vishnu Tallapragada wrote:
    > Actually address number is already there in KNVK in PRSNR field.
    PRSNR  is the person number not address number.
    its ADRNP_2 in knvk
    кu03B1ятu03B9к

  • Customer contacts person address

    Hi all.
      I need to display all the contact persons of a customer and who is having customer address as their home address.
    i e contact person home address = customer address.
    how can i find the CP's home address is same as taht of customer address.
    Thanks
    SAI

    Hello Sai,
    the addresses of the contact persons you can read with FB 
        call function 'ADDR_PERS_COMP_GET_COMPLETE'
         exporting
           addrnumber                    = KNVK-adrnr
      ADDRHANDLE                    =
           persnumber                    = KNVK-prsnr
      PERSHANDLE                    =
      ARCHIVE_HANDLE                =
         importing
           addr3_complete                = addr3_complete
         exceptions
           parameter_error               = 1
           address_not_exist             = 2
           person_not_exist              = 3
           internal_error                = 4
           wrong_access_to_archive       = 5
           others                        = 6.
    the customer addresses you can read with FB 
    ADDR_GET_COMPLETE  with key adrnr in KNA1.
    More information about the FB's you will get in the documentation.
    Best Regards
    Gerd Höß

  • Mandatory fields for vendor master load

    Hi Experts,
    what are the mandatory fields for the vendor master upload? how can I find that?
    Thanks for the help.

    In addition, you can also refer the links:
    http://www.auditnet.org/docs/SAPR3AccountsPayable.txt
    http://users.ev1.net/~gmorris/securitydocs/SAPR3AccountsPayableMatrix.doc
    Hope this’ll give you idea!!
    <b>P.S award the points.!!! !!!</b>
    Good luck
    Thanks
    Saquib Khan
    "Some are wise and some are otherwise"

Maybe you are looking for

  • Multiple classes accessing the same DLL???

    This behaviour is completely unacceptable. Let's visualise my app: There a 2 java classes:      ClassA:           public String[] getPaths(){                return getNativePaths();           public native String[] getNativePaths();           static{

  • No PO Creation without PR release strategy

    Hi all, Is there any way of preventing a user from creating a PR on which no release strategy is applied (i.e. no release strategy exists for that user) and then creating a PO from it?

  • Installing fontconfig-infinality from AUR

    Hello guys! It is probably the dumbest question ever, but I'm new to Arch and I am kind of stack here, so please help. I'm trying to install the infinality fonts on my system, 'cause the default ones look awful for me. According to Font Configuration

  • Will I be charged to replace a a faulty replacement?

    I didn't know how to word this question but I replaced my iPhone 4 which had a  fault and because it was out of warranty I paid to get a replacement which is fair enough. But only a month after using it I have discovered that the replaced phone is fa

  • Quality of photos is terrible

    I am making a slideshow so I used FCE and put about 100 photos on there with transitions, Livetype, and a HD video clip. When I rendered the project everything was pixelated and I noticed that anything I put on the timeline was just as bad.