Regarding contact person creation from SAP SUS to SRM

Hi,
We are using Extended classic scenario and we are having SRM and SUS are in different clients.
When buyer, ticks the SRM vendor as Portal vendor. XML is getting triggered to SRM SUS and vendor is getting created there.
Also mails will be triggered to SUS admin. Once SUS admin changes his temporary ID and created the permanent ID and also create the temporary persons. XML is getting triggered to SRM and Business partners are getting created and linked to vendor.
But the issue is, users are not getting created in SU01D and also not linked to BP's.
We have maintained the setting below like this:
Logical system   XXXXXXXX
System Name          XXXXXXXXX
FM BPID               empty
Role                 ZXXXXXXXX:BIDDER_EHP1
F. Mod.: Create User BBP_USER_VENDOR_CREATE
F. Mod.: Change User BBP_USER_VENDOR_CHANGE
Could you please let us know, whether any settings need to maintained to create the user in SRM?
Regards
Venkatesh P

Hi Venkatesh,
in the same customizing, where you set the role and the function modules for user creation/change, the user synchronization must be enabled.
regards
Zoltan

Similar Messages

  • SRM 7.0 temporary contact person creation on portal

    Hi,
    We are implementing the temporary contact person creation on SRM RFx.We are running SRM7.02 and are running it using the SAP portal.
    We are able to add the supplier on the RFx and if the supplier does not have a contact person, as expected,the system is automatically creating a user name and password that is emailed to the supplier.
    We are having a problem, the generated user name and password are created on the SRM system only, but we require the supplier to log on through the portal, as we run SRM from the portal,
    Can this solution only be used if running SRM with NWBC or is there configuration that we are still missing to also automatically create the portal user ID and password for the contact person?
    Helpful points will be awarded,
    Regards,
    Busi

    Hello Carsten,
    is this concept of "temporary contact person creation" a standard one or not?
    Regards.
    Laurent.

  • Badi for Business partner contact person creation

    Hi Experts
    Kindly tell me what badi can I use to trigger error while creating the BP in role contact person , the requirement here is to check the email for duplication and throw the error
    Thanks & Regards
    Rajasekhar

    Hi,
    I think you can use BUPR_CONTP_CREATE to create contact persons or Badi BUPR_CONTP_CHANGE to change COntact Person Data. I give you a code example when I have used BUPR_CONTP_CHANGE to change data of contact persons:
    SELECT * FROM but051 INTO TABLE lt_but051 WHERE dprtmnt NE space.
    SORT lt_but051 BY relnr.
    MOVE ls_but051-dprtmnt TO ls_babi_persona_contacto-comments.
    MOVE 'X' TO ls_babi_persona_contacto_x-comments.
        CALL FUNCTION 'BUPR_CONTP_CHANGE'
          EXPORTING
            iv_partner       = ls_but051-partner1
            iv_contactperson = ls_but051-partner2
            iv_date_to       = ls_but051-date_to
            is_data          = ls_babi_persona_contacto
            is_data_x        = ls_babi_persona_contacto_x
          TABLES
            et_return        = lt_return_bapi.
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
          IMPORTING
            return = lt_return_co.

  • Re-assign a contact person BP from one bidder org BP to another

    Hi forum members,
    We have a situattion where we would like the ability to transfer a bidder contact person BP from one bidder org BP to another by means of an ABAP program.
    This will prevent us having to block the old contact person and create the same one on a new bidder org.
    Has anyone tried this successfully?
    Thanks,
    Nick

    Pradhip:
    I am not sure about that line - but contact persons are replicable with the correct middleware configuration. 
    regards,
    bill.

  • Contact person creation in SUS-SRM

    Hello experts,
    We are using SRM 5.0 (EBP and SUS).
    At the moment we are using the Supplier Self Registration functionality, but would like to know if it's possible for the company to control the contact persons (users) creation, instead of the vendor to create them for themselves.
    If so, how would this scenario work exactly?
    Regards,
    Gilberto Gallardo

    There is possibility of replicating --> contact persons from SRM to SUS.
    you have to use the transaction --->
    BBP_SP_COMP_INI in SRM (EBP).
    Please try to replicate the contact person ---> to SUS --> and see wether the same contact person can be used to login to SUS.
    i have not tried this --> so not sure wether the user can login to SUS.
    as far as i know , it is not possible for the purchasing company to create and control users on SUS.
    this is because , supplier user needs to be connected to the supplier company -->
    Edited by: khan voyalpad usman on Feb 7, 2008 12:45 AM

  • SUS - Contact person creation for vendor

    All,
    We are at SRM5.0 and using SUS - MM scenario.
    Questions -
    1. How can we assign SU01 user as a contact person for a vendor replicated to SUS?
    2. How can SU01 user id assigned in Org Structure without assigning to any root node?
    Information-
    1. Vendor got replicated from MM to SUS successfully and got created under vendor group.
    2. We cannot use BBPMAININT because standard role SAP_EC_BBP_ADMINISTRATOR is not generated.
    3. SU01 - Vendor user id is already created but not assigned in Org Structure.
    4. Coming back to Q.2 we need to assign this vendor user id in Org Structure without connecting it to any root node. This will generate the BP for user.
    5. Once this is done maybe we can map the vendor BP with user BP via transaction BP or BUP2.
    Request for your inputs.
    Thanks

    Hi Sanjeev and Muthu,
    Thanks for the response!
    However here is the problem as mentioned in my initial post.
    Vendor user id - SU01 is already created which needs to mapped with vendor created in Org Model. Now since the vendor user id is not mapped in Org Model yet, no BP is generated for the same.
    If somehow we can assign the SU01 user id in Org Model then it will create BP for that user and after that we can use BP to link vendor with user.
    We cannot use users_gen at the moment because the vendor id needs to be standalone without assigning to any node. users_gen will ask for the org unit to which this user should be assigned which we want to avoid.
    Create Users transaction cannot be used also since the SU01 id already created.
    Thanks

  • Srm 7.0 - Transfer of Supplier - Temporary Contact Person Creation

    SRM 7.0/ECC 6.04
    During transfer of supplier from supplier directory from ROS/SUS to EBP client, and vendor replication from ECC to SRM as Supplier Portal the system is not creating temporary contact peson. Per SAP documentation if the Temporary contact person is checked in configuration the system should creare CP and User ID automatically during transfer of Supplier/vendor Data. There is no XML message generated by the system except an entry is added to supplier monitor cockpit.
    Not sure if we are missing a step or this is a SAP issue. Has anyone done this implementation and seen this working?
    Thanks,

    Hi
    We can create the Contact person for the vendor with the following roles in SRM 7.0
    SAP_EC_BBP_ADMINISTRATOR-->SAP SRM: Administrator
    SAP_EC_BBP_PURCHASE-->mySAP SRM Purchaser
    SAP_EC_BBP_ST_PURCHASER -->SAP SRM: Strategic Purchaser
    Select the vendor created by you from the 'Business partner' page and click on 'Create Contact person'.
    Enter the details required as per the requirement and save.
    Regards,
    Chandolu Ramesh

  • 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

  • CREATE BIDDER MAIL CONTENT TO BE EDITED -SENTAFTER CONTACT PERSON CREATION

    I need to change the content of the mail (containing user-id) which is sent after  creation of a contact person in create bidder tab.
    please tell me how to do it.

    Hi,
    Transaction : SE61
    Document class : General text
    Document name : PARTNER REQUEST ACCEPTED
    You can modify the mail text here.
    Regards,
    Nikhil

  • How to synchronise contact person data from customer master to Bus partner.

    Can someone please explain how we can synchronize contact persons from customer master to business partner data.
    Are existing contact persons of customer are automatically created as Business partners(persons) when we do the synch.
    Can MDS_LOAD_COCKPIT be used for this purpose.
    I have some existing customers whose contact persons data is not already reflected in BP. How can I do that.
    Please help.
    Thanks-Donny

    Hi,
    I think the BP data will change with the changes in the critical fields of the customer master. Try chaning certain fields in the customers where you want the data to be updated. Hope that will work. Other wise you need to look out to do a mass update on the BP.
    Best Regards,
    Jagadeesh
    Edited by: Jagadeesh G Chary on Feb 1, 2012 7:34 AM

  • Mapping table for contact person download from ECC and Groupware

    There are 3 connected system in our landscape:
    - CRM
    - Groupware (connected to CRM)
    - ECC
    We have a requirement that the Contact Person can be created in any of the above 3 system and should flow to the other. So, the below scenarios are valid in our case:
    1.  Contact created in Groupware, flows to CRM ->ECC
    2.  Contact created in ECC flows to CRM-> Groupware
    3.  Contact created in CRM flows to Groupware and ECC
    Our flow system works fine and the contacts created in one system, flows to the other 3 and any changes also flow.
    The problem is that for the contacts created in ECC, the communication data (phone, email etc) flow in CRM and get updated in the "Work Address" section in the Contact display screen in Web UI and the updates from Groupware for communication data gets updated in "Main Address" section.
    Can anyone please advise what are the mapping tables for the address update when the contact is created in :
    - Groupware/CRM
    - ECC
    Regards

    Hi Christophe,
    Thanks for the response.
    I checked for the notes you suggested, but having read it it doesnt appear to address my problem. Did you get this from SAP as fix to solve' specify the name of contact person' error in SMW01 ? Unfortunately even SAP isnt replying to me on this.
    I am also not getting any dump, all my queues are getting cleared in ECC and CRM. My error remains 'specify the name of contact person'. Interestingly when i tried to push the contact person directly as bupa_main..it too failed with the same error..more interestingly whenver my contact person tried to get replicated as bupa_rel..ecc does eat up a number assignment..but no record is created for it in ecc...the smw01 says partiaslly send ..receivers has error..
    Edited by: Hamed Kazi on Apr 19, 2011 2:33 AM

  • Restrict Contact Person replication from CRM to ECC based on Partner Funct

    Hi Experts
    We are replicating Contacts from CRM to ECC, by assigning them to Accounts. We have a scenario to restrict Contact Person replication to ECC only for specific Partner functions (we have 5 such partner functions), for remaining partner functions the contact Persons should not be replicated to ECC.
    By Partner function I mean, while making this assignment of Contact to an Account in u201Ccontact Person Relationships datau201D under u201CPartner Function Assignment blocku201D (in web UI) we are adding a Partner function E.g. Author, (same can be seen in GUI, under Usage tab of CP Relationship data).
    However we were able to replicate contacts assigned to accounts to ECC in our 5 partner functions, but even the unwanted contacts assigned to other partner functions in CRM are also getting replicated
    How can I restrict CP replication from CRM to ECC based on Partner Functions assigned to the Contact Person
    Your help is highly appriciated.
    Points guaranteed.
    Regards

    Issue resolved using CRMC_BUT_CALL_FU.
    Posing the table name, just in case it might help others.
    Thanks

  • Changing the email Content for the Contact Person Creation

    Dear All
    We are on SRM 7.0. We need to change he mail content that goes to the Contact Persons of Vendors. These contact Persons are created in SRM for bidding.
    How to change the email content?.
    Thanks in Advance.
    velu

    Hi,
    Pl. follow the following steps :-
    1. Create smartforms containing your own content to be sent to contact persons.
    2. Implement the BADI : BBP_OUTPUT_CHANGE_SF.
    3. There is one interface(method) in the above BADI e.g. :change_forms.  You have to call smart forms in this interface.
    I hope you may achieve your task by following the above steps.
    regards
    HARSHB

  • Contact person creation

    Hi all,
    My requirement is to create a contact person for a given parnter. I found the FM  BBP_CREATE_CONTACT_PERSON,but not able to use it correctly. How to run this FM succesfully both in SUS and SRM systems? I am facing many issues with address and authorizations.I thought of enhancing the BAPI  'BAPI_IDOC_INPUTP'  to create contact persons and for that i thought of using the FM BBP_CREATE_CONTACT_PERSON. Please suggest me the solution.
    Thanks in Advance,
    Deepthi.

    Hello,
    You can create the contact person in the log-in of admin user who has role
    SAP_BBP_STAL_ADMINISTRATOR
    FM BBP_CREATE_CONTACT_PERSON is correct. This is called by program BBP_VENDOR_CREATE_F01.
    Hope this helps.
    Thanks
    Ashutosh

  • Contact person creation error

    Hi,
    while trying to create contact persons for vendors i get error Mapping for ID number categories is inconsistent or incomplete. does anyone have come across this error...
    Thanks,
    Deb
    Edited by: deb hari on Apr 28, 2010 8:52 AM

    Hi,
    yes i have defined number range for BUP001 role/grouping with BUP001 as BP role grouping category...but still getting the same error.
    Thanks,
    Deb

Maybe you are looking for

  • Headphones not working - HP Laptop GB, 64-Bit based operating sys. AMD A-6 HD Graphics, 2.7 GHz

    I cannot get my headphones to work.  I made them my default and have tried all the the HP fixes.  Everything say "working properly".  My computer sound works ,but headphones will not work.  I had wireless headphones and they work off and on.  Not wor

  • Navigational attribute issue-time dependent

    Hi all, I am working with 0PA_C01, I included some additional navigational attribute(time dependent )to 0employee, but when i am checking all these navigational attribute at cube level or Report  , i can find only the latest values ,for eg i added  D

  • Error in BSP

    Business Server Page (BSP) error What happened? Calling the BSP page was terminated due to an error. SAP Note The following error text was processed in the system: An exception with the type CX_HRRCF_QUERY occurred, but was neither handled locally, n

  • P6 EPPM V8.2.2.8 window popup windows not showing.

    I've installed Primavera V8.2.2.8 EPPM on 64bit Windows 2008 R2 sp1 server with weblogic 10.3.5 using a 64 bit JDK (1.6.0_27). The database is 11g on another rhel5 server and has sample data loaded. Initially the install worked great for a bit. I was

  • To Create New Storage Unit Automatically

    Hi all, I need some info for creating storage bin. I have a material with 100 KG in a storage unit XYZ. And i want to move 20 KG of 100 KG to new storage unit. First i call BAPI_GOODSMVT_CREATE with movement type 311 with new quant 20 KG to create a