How to create contact person with BAPI_ADDRCONTPART_SAVEREPLICA

Dears,
    when using BAPI BAPI_ADDRCONTPART_SAVEREPLICA to create contact person,it exports the PERSON_NUMBER and ADDRESS_NUMBER, but no record found in table KNVK for customer or vendor .
   The parameters is as below,
  CALL FUNCTION 'BAPI_ADDRCONTPART_SAVEREPLICA'
    EXPORTING
      obj_type_p    = 'BUS1006001'
      obj_id_p      = <personal number>
      obj_type_c    = 'KNA1'
      obj_id_c      = <customer>
      obj_id_ext    = SPACE
      context       = '0005'
  also no return message and sy-subrc =0.
  what maybe the error? and any other method to create contact person ?
Ths .

DEAR,
    after test by my colleague, after creating contact person by BAPI_ADDRCONTPART_SAVEREPLICA , then he should input the parter and name into BI structure bknvk when he use bi fm to create customer, then the contact person will be associated with the customer.
   But i use BI fm 'VENDOR_BDCDATA' to create vendor, there is no such structure to do so. so no contact person associated with the vendor, but the contact person has been created and just not associated with this vendor in table KNVK.
   are there any other methods to do such things to associate contact person with my vendor after call BI FM  'VENDOR_BDCDATA' ?
BR.

Similar Messages

  • Create Contact Person With Reference to Supplier - Massive

    Hi all,
    We are running SRM 7.01.
    We create contact persons manually with button "Create Contact Person With Reference".
    How can we do this in a massive way for all our vendors?
    Thanks
    Ezequiel

    Did finish last sentence :/  Can anyone provide IMG path / tcode to disable partner registration notification .
    Thanks
    Kim

  • How to assign contact person with user id to vendor via upload

    Dear All,
    We have successfully uploaded external business partner (Vendor) from ECC6 to SRM5.0  via BBPGETVD. So vendor is available in PPOMV_BBP.
    Now we would like to assign the contact person with user ID to this vendor so that he can logon to our system and update Bid.
    If we create contact person (employee) via "Manage Business Partner", system provides the option to create contact person and User ID under "Employee for Business Partner".
    But we can create contact person one by one, if our client have 600 vendors from ECC and already transferred to SRM.
    How to rapidly create and assign contact person to all vendors ?
    Who have any ideas for upload via text file or excel sheet please advice me.
    Best Regards,
    Theerat.

    Hello Theerat,
    Try these FM
    BBP_CREATE_CONTACT_PERSON
    BBP_CREATE_CONTACT_USER
    muthu
    Edited by: Muthuraman Govindasamy on Oct 7, 2008 9:16 AM

  • How to create contact person on SAP Solution Manager

    Dear all.
    I installed SAP Solman SR3, I config solution manager for download support package. When I use the transaction AISUSER to assign user and contact person. I receive the information:" Partner 000xxxxxx not found". I saw in Solman SR2 didn't have this error.
    Now I want to define contact person ! Please help me if you know about this problem.
    thanks all so much.

    Hi Thao
    We have 2 column in AISUSER transaction table....
    one is USer in which userid for the person is entered
    sec is contact person in which S-Userid is entered(Delete the S and Leading Zeros from it)
    The error which you are facing is because when you enter the entry a check execute by the system is enquireing the table AIContacts which is update by a background job .....................so have you scheduled this standard job .........REFRESH_ADMIN_DATA_FROM_SUPPORT.
    Also posting the help log for the ur convenience....
    Procedure to remove the error
    Please check if you entered the correct number (S-User without S) or use the value help for this field. If the value help doesn't provide any data the report AI_SC_REFRESH_READ_ONLY_DATA has not been run yet. It should be scheduled daily with transaction SM_CONFIG_JOBS as job REFRESH_ADMIN_DATA_FROM_SUPPORT. However if you want to run this job successfully the user who created the job must be maintained in transaction AISUSER first. So you should ignore the warning for this purpose, maintain the partner for this user and continue maintaining this table after the job has fetched the contact data for the value help from SAP Support Portal successfully.
    Even then it can happen, that you don't find the partner number in the value help. The reason for this may be, that the user doesn't have enough authorizations for some actions, since only users with certaine authorizations are downloaded from SAP Support Portal. So you also may ignore the warning in this case, as long as there is no typo in the partner number.
    Hope it clarifies your doubt
    Regards
    Prakhar

  • SRM: Create Contact Person Could not create user; contact your system admin

    Hi All,
    First, I am not sure this question should be posted here, or SRM General. From my point of view, here is more suitable.
    Our Problem:
    Activity "Create Contact Person With Reference" error with message:
    Step to reproduce:
    1. Login to SRM JAVA as super administrator
    2. Open tab "SRM Administration"
    3. Using the current query, search for Business-Partner no: 30000725
    4. Press "Create Contact Person with Reference"
    5. Fill all required fields, tick "Is contact person" checkbox
    6. Put: /SAPSRM/SUPPLIER as Role
    7. Save
    The following Message appear:
    Could not create user; contact your system administrator
    SPML Service error: Error reading request status.  Display Help
    Contact Person 2000000214 Created Successfully for BP 30000725  Display Help
    E-mail was sent
    The first error is intriguing. The username & password is created successfully in ABAP System (Our UME is in ABAP).
    QUESTIONS:
    1. What cause this problem? How to trace the error?
    2. We want the user have portal role automatically. How to achieve that?
    Thank you for any responses and helps.
    SRM ABAP Version:
    SRM_PLUS     700     0009     SAPKIBK209     SRM_PLUS for mySAP SRM
    SRM_SERVER     700     0009     SAPKIBKV09     SRM_SERVER
    SAP_ABA     701     0007     SAPKA70107     Cross-Application Component
    SAP_BASIS     701     0008     SAPKB70108     SAP Basis Component
    PI_BASIS     701     0007     SAPK-70107INPIBASIS     Basis Plug-In
    SRM JAVA Version:
    SRM JAVA: Release 7 SP Level 9.0
    BP SRM: Release 7 SP Level 9.0
    Edited by: Nur Agus Suryoko on Mar 11, 2011 11:36 AM
    Version information added

    Hi Fernando,
    Can you please tell me how you resolved this issue ??
    Regards,
    Adren

  • T-Code BP ( Type Contact Person ) with multiple correspondence languages?

    Is there way that we can create Contact person with multiple correspondence languages?  There is no way in the system to maintain multiple correspondence languages? How can we do it?
    Please advice.
    Thanks,

    Hi
    You can not maintain the BP with multiple language.Devlopent will be required for this.
    Do let me know if you get any work around for this scenario
    Regards
    Hrishikesh

  • BAPI_ADDRCONTPART_SAVEREPLICA Create contact person issue

    Dear SAP Gurus,
    I'm coding a RFC for create customer with contact person. I used BAPI_PARTNEREMPLOYEE_GETINTNUM and BAPI_ADDRCONTPART_SAVEREPLICA in order to create the contact person for the corresponding customer.
    The process is
    1. get customer number by BAPI
    2. create customer by BDC
    3. create contact person
    The issue is
    The BAPI is successfully called, and the address data is into the table, eg. ADRC.
    But in Tcode XD03 contact person view, I can not find the contact person information for this customer.
    Could you please kindly advise?
    BTW, the BAPI input parameters are all correct I think, I also did the test in SE37
    Best Regards,
    Shiliang
    null

    Dears,
    Could you please kindly help?
    BR

  • How to display contact person full screen photo in making a call or receive call

    How to display contact person full screen photo in making a call or receive call

    Apple have removed the full screen contact image calling in 7.1, they come with default icon. Hope they bring back that option in next, you can also leave feedback @http://www.apple.com/feedback/

  • How to create a wiki with iWeb ?

    Hi !
    Any idea about how to create a wiki with iWeb ?
    I want to make a school web page but, instead of doing it myself, I thought it would be more interesting to make every student contribute - that's the point of making a wiki ! Could anyone help me ?
    Many thanks !
    Cheers.
    Chris.

    I know Apple's tools are VERY compelling and tremendously cool to use, but, given the collaborative nature of this endeavor, you may want to look at some internet enabled tools that, by their nature, allow many users to update the content from anywhere.
    Currently, if you're editing a page in iWeb, the information for that site is kept in the domain.sites folder. For several people editing the site, you would have to shuttle this file back and forth between all the users. If user A is currently editing the site, user B would have to wait until they're finished to get the file. If user A wants to make some changes, they'd have to wait until user B sends the file back to them and we haven't even got to the point of letting user C, D, or E have access to the content in order to make updates!! Add everyone else in the school and you would have to make sure this one file makes it across tens of computers without becoming corrupted and making sure that only one person is making changes at a time. This would limit the number of updates that can be handled on a regular basis (what if user M gets ill before handing it off to user N, now NO one can make updates until user M remembers where they left the content... if they didn't erase it).
    However, if you're willing to severely limit the scope of what a wiki is, then you can get input from everyone and enter it with just a few users that have access to edit the content.

  • How to view Contact Person's Occupations in WEB UI

    Hi Experts,
    While creating Contact Person, you have a provision to select Occupation (drop down list) of a Contact Person. This works fine in SAP GUI, but in WEB UI, the drop down values are not displaying. I activated the Occupation field in assignment block using personalization option, still you can view only blank input field.
    Any suggestions or pointers will be highly appreciated....
    Cheers,
    Peter J.

    Hi Nag,
    Following is the code in GET_V and GET_P methods (both are in yellow color), could you kindly let me know - how to add break point (I am not a technical person)....
    METHOD GET_V_OCCUPATION.
    message 3489071 2006
      DATA:lt_ddlb TYPE bsp_wd_dropdown_table.
      IF gr_ddlb_occupation IS NOT BOUND.
        CREATE OBJECT gr_ddlb_occupation EXPORTING iv_source_type = 'T'.
      Get values for OCCUPATION
        CALL METHOD cl_crm_uiu_bp_cust_get=>get_values_for_field
          EXPORTING
            iv_fieldname   = 'OCCUPATION'
          RECEIVING
            rt_value       = lt_ddlb
          EXCEPTIONS
           error_occurred = 1
            OTHERS         = 0.
        APPEND INITIAL LINE TO lt_ddlb.
        IF sy-subrc = 0.
          gr_ddlb_occupation->set_selection_table( it_selection_table = lt_ddlb ).
        ENDIF.
      ENDIF.
      rv_valuehelp_descriptor = gr_ddlb_occupation.
    ENDMETHOD.
    METHOD get_p_occupation.
      CASE iv_property.
        WHEN if_bsp_wd_model_setter_getter~fp_fieldtype.
          rv_value = cl_bsp_dlc_view_descriptor=>field_type_picklist.
      ENDCASE.
    ENDMETHOD.
    Thanks for your prompt response....
    Cheers,
    Peter J.

  • BAPI to create Contact person in Vendor master

    Hi
    We need to create Contact Person in Vendor master using BAPI.
    We already used BDCs in CREMAS IDOC posting to create contact person. Since we dont get the address number back in IDOC posting, we need BAPI which can create the contact person and return the address number created for that contact person.
    Regards
    Anand

    Hi,
    this is not supported by CREMAS idoc types and there is no plan to get this in the future.
    There is no BAPI and no direct function module to maintain a vendor.
    The only solution that is coming will be in ECC 2005 EhP 4 or EhP5 and available from class VMD_EI_API with method Maintain.
    If you need this functionality from the CREMAS idoctype, the only solution is to request a remote consulting project or an EoD project at SAP under component LO-MD-BP-VM.
    BR
    Alain

  • How to create a person by programme?

    Hi experts,
    Can anyone tell me how to create a new person with several infotype 0000, 0001, 0002, 0105... in programme?
    Thanks in advance!

    Thanks, I've created a screen to do that. I want to know in PAI how to create a person firstly and then fill it the infotypes required.
    Thanks!

  • How to remove contact person during outlook contact person synchronization

    Dear All,
    Our client is on SAP881 PL09, Office 2003. They have 2 US companies and 1 CA company.
    If I delete a contact person in SAP, once I do synchronization, how can we remove the same contact person in outlook? I cannot find a way to remove contact person during synchronization. Thanks.
    Regards,
    Yuka

    Hello,
    You have integration with outlook.
    then opne Outlook > select SAP Business One menu item>syncronization>Syncronization>and proper selection then select syncronization button.
    it will syncroniz SAP and outlook contact person with existing both otherwise so option that this contact person are/is not available in SAP or Outlook so what you want ?want to sync or not
    Thanks
    Manvendra Singh Niranjan

  • Error while creating contact person

    Hi While creating contact person in customer master data
    I am getting the message Partner XXXXXX is not assigned to a partner function?
    What might be the possible reason,
    Thanks in advance
    Regards
    Jai

    Hi jaigss,
    Please check the below threads,
    Getting a "Business partner not found with partner function type requester"://Re: Partner function not found
    Approver Can replaced by Requestor..
    Thanks,
    Swamy H P

  • XD01- Create Contact person - BAPI

    Hi,
    Can any one please let me know, is there any bapi to create customer contact person data (XD01). Or any alternative to upload Customer Contact person with contact person address data.
    Thanks,

    Hi,
    You can use this bapi to create customer along with personal contact data
    BAPI_CUSTOMER_CREATEFROMDATA1
    check the PI_PERSONALDATA in import parameter.
    Or if the customer is already create then u can use this Function modules to
    /SAPNEA/SMAPI_CUSTOMER_CHANGE
    BAPI_CUSTOMER_CHANGEFROMDATA1
    to add the personal data.
    Hope it helps.
    Regards
    Hiren K.Chitalia

Maybe you are looking for

  • Updating an Integration Process in Builder after making a change in Design

    Hi, I have a BPM defined as an Integration Process in Designer. I transferred the Integration Process from Repository to the Builder. Now I have updated my BPM Process in Designer/Repository but the "new" outbound and inbound interfaces do not seem t

  • How to use user defined object with linked button

    Hi experts Can I use user defined table data with linked button. If yes then how. plz give me sample examples. Regards Gorge

  • Content Previews

    Hey,    I like that I can change the views to thumbnails and enlarge and shrink at will... And even put it into a list mode...  But I am not liking the fact that it seems to affect every folder universally.  Is there a way to make specific folders st

  • Stopping execution

    Is there a way to stop execution of a query after Nth record?

  • Ejb connect to remote jndi resource

    Hi, I want my ejb to connect to a jndi reource (in this case a jms topic) on another server (also AS7). I'm trying to use somthing like this: Hashtable env = new Hashtable(); env.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.cosnaming.CNCtxFacto