Add Role  to a business partner

Hello,
I'm trying to add the role to a business partner using the
BAPI_BUPA_ROLE_ADD_2.
but it does not work.
more precisely, the following happens .
fill the required parameters, run the function BAPI_BUPA_ROLE_ADD_2. 
it does not give errors, see table but100, there is no updated by,
run the function again, it shows an error "the role already exists."
get out of the transaction se37, fill out the required parameters, run the function BAPI_BUPA_ROLE_ADD_2. Again it does not give errors.
Thank You

Hello,
I have been checking for similar issues with FM BAPI_BUPA_ROLE_ADD_2. However, this function module has not been used in SRM, only in CRM.
In SRM, roles are assigned to users directly via SU01. We don't use to assign roles to business partners. In SRM, roles are assigned in SU01 as well as in portal (as of SRM 6.0).
Regards,
Ricardo

Similar Messages

  • Add a type of Business Partner

    Hello,
    Is it possible to add other types of Business Partner than Client, Customer, Prospect with SDK?
    Thank you for your answer.
    Thibault

    Hi Thibault:
    Im sorry to inform you that it cannot be possible to add another type of customer.
    Instead, try using an user field if you need another type.
    best regards
    Harold Gómez

  • How can i add new tab in Business Partner

    hi every body,
    Present i am working on SAP CRM 3.0 version. i need to add new tab in BP.  Here EEWB not available. How can i add new tab?

    Hi  babu,
    you can add new tab in Buisness partner with the help of screen configaration functionality,in screen configaration u select first bp role (sold to party or retailer etc) and click on process screen sequence  and again click on overview and u will get fields right side of the screen, there u will see the field "new screen" click on that and add description for new tab and click on continue,save the document
    now u will again create a bp with modified bp role u will see changes means u will see new tab page on perticular bp role
    i hope this is helpful
    Rewards points if helpful
    Thanks&regards
    kishore kumar

  • Role to create business partner

    Hi Experts,
    I am facing a problem that I want to create a role for the user and this role is for create business partner and the spacification is tat if one user careate a business partner then only that user can edit that business partner no other user can edit this business partner ( other user can see it only in display Mode).
    Regards,
    Sid

    Hi Sid,
    I must say - this is a very interesting problem !
    Can you try this approach - in the event AUTH1 (accessible from transaction BUS7), register your custom module. In this custom module, you would need to check if the BP you are trying to open has been created by you or not. Allow the activity to be 'Edit' only if you are the creator of the BP.
    Technically, you need to check if BUT000-CRUSR  = sy-uname.
    If this condition is violated, you will need to change activity mode to 03 (display).
    The event AUTH1 is triggered when you open a BP or try to switch to change mode, so it will be a good point for you to control the access.
    I hope this helps.
    Cheers,
    Rishu.

  • Fm to add tax group to business partner

    Hi.
    I have Z function to create new business partner. however I have problem with one segment of data. I can't find function or bapi to add tax group classification to bp. I'm refering to data where you define tax classification data: country + tax type + tax group and not to tax numbers which can be maintained via BAPI_BUPA_TAX_ADD.

    Hi Robert,
    Please provide the FM which is used for above requirement.
    Regards,
    Vignesh

  • Business Partner Role  and Business Partner Grouping

    Hello Everybody!
    Business Partner Role  and Business Partner Grouping.
    Which correlation ist between this attributes existing.
    In which table are this infos stored, In order create I can use
    e.g. BUPA_CREATE_FROM_DATA
    but how is the way inversely. Suppose I want to abtain the information
    about a existing business partner which group he has etc.
    Regards
    sas

    Dear Sas,
    Business Partner Grouping is used to determine the number ranges to be used by the business partner at the time of creation.
    Business Partner Role determines the subset of all the data available to be shown and edited.
    I will give you a very simple (but imaginary) example for understanding the role concept: the business partner in a role of employee might allow you to enter a department id. So this field should be available to you for input when you edit the business partner in the role of employee. But suppose the same business partner is also a person who is your customer. And your customer will require a default payment term. So this field should be available for input when you edit the business partner in the role of a customer. Also, some applications use these roles to determine if the business partner is suitable for particular transaction. In the above example, Payroll application will only allow those Business Partner to be used if they are maintained as an employee. Similarly the sales application can mandate that you can only sell a product to a business partner if he is maintain in a 'customer' role.
    Please understand the example above is not real but given for the understanding of the concept of role.
    You can use the function module 'BUPA_CENTRAL_GET_DETAIL' to find the business partner group. And you can use the function 'BUPA_ROLES_GET' to find the role assigned to a Business Partner.
    Regards, Rakesh

  • Business Partner Roles

    Hi Gurus
    We have two Business Roles and one Business Partner Role
    This Business Partner Role we assigned to Two Business Roles so In one business Role Business Partner Role all tabs will work but in other business Role same Business Partner Role some tabs he donu2019t open because he donu2019t have permutation to open those tab
    Ex: we have ABC Sold-to-party and we have xyz Business Role and also 123 Business Role
    If I use xyz Business Role all tabs will open in ABC Sold-to-party
    But if I open 123 Business Role some tabs ware not opening in ABC Sold-to-party In Web Client
    So for this what Configurations we have do
    Please Guide me how to Configure
    Thanks in Advance
    Shetty

    Thank you for your Quick Response
    My Quotation is
    we created one ABC Sold-to-Party
    so i have TWO Business Roles
    Mahesh is one Business Role
    Ramesh is one Business Role
    if i am  log in  through Mahesh Business Role in my Accounts ABC Sold-to-Party in this Business Partner Role Category i will see all Tabs
    But when i am   log in  throughRamesh Business Role in my Accounts ABC Sold-to-Party in this Business Partner Role Category i will see Some Tabs only
    so for this scenario what are the configurantion we have do
    Please Guide me
    Thanks in Advance
    Shetty

  • Add/Update Business Partner Error 5002

    Hi,
    I'm having problem with the DI API. We are testing our application with SAP B1 SP1 PL 34. With this version, it seems impossible to add or update a business partner. oBP.add and oBP.update always return the error -5002 with no description.
    I even have the error if I remove every line of code that change something on the bp. So, I have a code like this that return the error -5002
    oBP.GetByKey(intBPID)
    oBP.Update
    How this can return an error if we change nothing otherwise it is a bug ?
    Anybody has an idea or suggestion ?
    Thank you for your help
    Jodérick Picard

    Hi,
    I've more details.
    I was testing the update with my code :
    oBP.GetByKey(intBPID)
    oBP.Update
    and I found some business partner where the code works ok, BUT most of the business partner doesn't work.
    All business partners update without error in SAP B1. So how could it not work with the SDK when the data itself is valid for SAP B1 when using the GUI?
    Thank you
    Jodérick Picard

  • Business partner replication using ABAP proxy

    Hello,
    I want to send vendor master data records from the MDM to SAP SRM. There is a standard ABAP proxy interface in the SRM for this purpose and this proxy is also being used by the standard PI content for MDM.
    Do you have any experience with this interface? I have done some test cases and I missed the logging. In PI I don't get any feedback if the business partner has been created or not. And in case it was not, there is no detailed error description. Neither in SXMB_MONI in the PI nor in the SXMB_MONI in the SRM.
    Is there any other monitoring tool for this interface?
    Would you recommend to use this interface in production, or would you prefer to use the BAPI interface?
    Any comment appreciated.
    BR,
    Jürgen

    Hi Jürgen,
    yes I worked on a similar scenario, we were distributing customers to CRM, which is the dual of vendors in SRM, and at the end is just a different role of the business partner.
    The Proxy I used is the standard proxy ABABusinessPartner, which is part of the standard content, and we never had problem using this object (productive since more than a year).
    What is strange to me is that you do not see any trace in SXMB_MONI, you should see the message in both XI and SRM and when a message is in error you should see the trace there with a description of the issue.
    Regarding Acknowledgement I think you have to configure MDM to request an acknowledgement since the ack only comes back if the first sender of the message request it.
    Hope this help.
    Ciao,
    Sergio

  • Difference between Business Partner and Customer in ISU?

    Is there any difference between business partner and customer in ISU?
    if yes then wht?

    Hi,
    Yes Business Partner is a broad term used in ISU for various roles. A business Partner can be a Customer for company, an employee or even a vendor.
    It depends on what role business partner has been given.  Initially by default all Business Partners are assigned a default role "Business Partner (Gen.)". Later it can be changed to any role like Employee, Vendor, etc.
    Business Partner with role "Contract Partner" is normally the end Customer which I believe you are referring to.
    For more info on Business Partner, please check below link:
    [Business Partner Master Data|http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABP/CABP.pdf]
    Thanks.
    Ravi

  • How to create Business Partner in CRM 2007

    Hi gurus!! how are you? I´m a rooky to sap crm and I would like your help and guidance to know how can I create a Business Partners and Roles.
    Whatever detailed help or documentation you may give me will be rewarded =)
    Thanks a lot in advanced!!!
    Lorena.

    Hello!
    In the WebUI there are different Business Partner Types (Person, Organization, Group).
    From user perspective you can differentiate between:
    - Corporate Account (Organization)
    - Individual Account (Person)
    - Group Account (Group)
    - Employee (Person)
    - Contact Person (Relationship) (Person)
    All these Business Partner have an own Overview-Page. Usually you can create the Business Partner starting from the related Search-Result-List (by default the new-button is not available for Employees as a Sales Rep usually doesnu2019t create new Employees u2026).
    You can assign Business Partner Roles to these Business Partners (there is an own Assignment-Block within every Overview-Page of a Business Partner). Some roles will also get assigned automatically, if you create this Business Partner.
    However it is possible to assign multiple roles to the Business Partner. Itu2019s also possible to have different Views of one Business Partner. E. g. an Individual Account can also be a Contact Person for another Account. But here it is not the Role determining the View it is the Contact Person Relationship doing this.
    The Role itself also has an impact on the UI of the Business Partner as dependent on the Roles some Assignment-Blocks are displayed or not.
    I hope this was not confusing u2026
    Best regards
    Arno

  • IDOC error when using LSMW+XIF to load business partner data

    Hi experts,
        i have configured the LSMW using idoc type 'CRMXIF_PARTNER_SAVE01', but it gives somes errors like below (LSMW_BP456 is the BP no)
    E  Partner LSMW_BP456 (4A01EE5D47261621E10000000A0A0ACB ): the following err
    W Partner data processed with key PartnerGUID 4A01EE5D47261621E10000000A0A0
    W Partner data processed with key PartnerID LSMW_BP456
    E No update is defined for BP role 000000
    E Validation error occurred: Module CRM_BUPA_MAIN_VAL , BDoc type BUPA_MAIN
    E Error status 'A ' calling validation service
    In fact i have loaded product succesfully using this interface, so i am sure the basic setting is done for XIF interface.
    And i found the error messages come when executing below code in fm 'CRMXIF_PARTNER_SAVE' in debug mode. I am not very familiar with BDOC and it seems that the error occured when processing bdoc.
    call MW flow service synchronous (error handled by caller)*
      IF lv_callmode = 'S' OR lv_callmode IS INITIAL.
        CALL METHOD cl_smw_mflow=>validate
    Any advice ? thanks

    Hi,
    I have looked into the issue. If you are trying to create the BP with general role 000000, i think it might not be possible via LSMW.
    The error message is correct, because role 000000 is indeed not relevant for update because if you can see in the customising Tx BUSD, 'FLAG - Do not update' will be active. This is the reason why you are getting the error message of 'No update is defined for the role 000000'.
    When you insert a partner in role "000000 General Business Partner",the error message "BP role cannot be updated" will be returned. This error message is very specific for this issue. You can create BP in different roles apart from the general role.
    Indeed if you try to change the 'Do not update' flag to inactive state and process the LSMW project you will be able to create the BP but it is strictly not recommended.
    This role is a technical role which exists for the creation of BP, and immediately you will fall back to other roles available for the partner.
    So i feel you need to change the role before you create BP with this role via LSMW.
    I hope this helps.
    Regards,
    Venkat

  • FM to add role to BP

    Hi Experts,
    I need a FM to assign a role to a business partner. I am currently using FM BAPI_BUPA_ROLE_ADD, but this is not able to assign the role for me. It is also not returning any error after execution.
    Please help how to fix this issue.
    Regards,
    Saumya

    Hi,
    Thanks for your replies.
    I tried the FM BAPI_BUPA_ROLE_ADD_2 but am getting the following error 'Business partner cat. 2 not permitted for BP role BUP001' as result message.
    Please help me how to rectify it. If you can state the parameters I need to pass that would be an added advantage.
    Regards,
    Saumya

  • PLD for Business Partner Master Data

    Hello all,
           I need a information regarding PLD for Business Partner Mater Data
           When i look in to Business Partner Mater Data PLD their is no system defined PLD.
          So i need to print the customer details in PLD. Then, how can get that details in to PLD.
          is their any process to add new PLD for Business Partner Mater Data, if so can any one
         suggest me how to get those details.
    Thans
    Santhosh.K

    Hi
    Can you please let me know the purpose of PLD for Business Master data ?
    I don't think you are trying to print each business master data information in PLD .
    I still think that this is for an internal purpose as you donot need to give print out to client .
    We can use parameter query to retrieve the information .
    Thanks
    Bishal

  • How to create Special Stock Partner SB in Business Partner BP

    I dont see the option SB in partner function while trying to add special stock partner in partner function of customer master (Tcode BP). Is it possible? and can it be used in SD? I have used partner function in tcode XD01 but this is the first time using tcode BP. can someone please explain me the steps. The special stock partner i m trying to add to orignial customer master is set to SP. Customer master has BP and payer already added to partner function. thanks.

    Thanks for the reply Mastan Shaik.
    I actually need to create a special stock partner for consignment and add it to the Business Partner master record in partner function. I have done that using XD01/XD02 but never used Tcode BP for creating a special stock partner and adding in partner function of Business partner / customer master. .
    I have a BP master (created using tcode BP) which has a separete Bill to and Payer alraedy added to its partner function (also in BP), but when i try to add special stock partner (created as a Sold to) to the master in partner fucntion i dont see partner function SB (for special stock partner). how can i add special stock partner to customer master?
    Can you also tell me what is the difference using XDxx or VDxx tcode and BP tocde for creating customer master.
    Also can you assign a business partner specifically for Consignment in BP master record somehow (assuming special stock partner not added to partner function of customer master?
    Thanks and sorry for being too long.
    Danny

Maybe you are looking for

  • Imovie 11 and itunes library

    help. i'm new to mac and i'm trying to put together family movies and itunes music. the problem is i can't access the music library on imovie 11.  the screen on the bottom right corner is empty..all i can see is the imovie sound effects and ilife sou

  • Linking to a page in another page group

    Can someone tell me whether it is possible to create a link to a page in another page group? If yes, how? Thanks in advance, John

  • Legend in ALV Table

    Hi all, Can we have a legend in ALV table. Basically I have different colors in different rows depending on some conidtions in the data. I have to show a legend giving meanings of which color stands for what condirion. Regards, Reema

  • Score Issues between Captivate 4 and 5

    Hi Everyone, We are noticing an issue between Captivate 4 and 5 and we can't seem to figure out what is going on, this issue is with Captivate modules that have no quiz and the completion status is based only on a % of slide views.  We publish as SCO

  • Ora-19905 with ASM

    When attempting to enable ARCHIVELOG mode, I received the error ora-19905: log_archive_format must contain %s, %t and %r And now the database will not startup, at all. I have an ASM setup! I've looked at the Docs on Metalink and they don't address fi