How to get HR Business partner

Hi all,
In which table I can fine HR Business Partnerer which are available under Rule ( OOCU_RESP ) Tcode.
Is there any function module where we can get Business Parter based on Personnel Area and Personnel Sub Area?
Thanks,
Venkata Prasad

Hi,
Business partner is identified with object type "BP". Table BUT000 stores the business partner information. You can see the Business partner attributes using Transaction code BP using the object I.D.
Business partner object is not associated with Personnel area or Sub area directly.
Instead you can find the association of Person (Object P) with Central Person (Object CP) in HRP1001 and you can find association of Object CP with Object BP - Business partner.
Alternatively, the below functional module is used to determine Determine Employee No. for Business Partner Number
BAPI_BUPA_GET_EMPLOYEE_FROM_BP
Hope this information helps.
Best Regards
G Raj

Similar Messages

  • How to read the business partner activity

    Hi experts,
    How to get the business partner(role:employee) assigned activities  in crm and how to create the activity .my requirment is change the assiged from old employee(bp) to new employee(bp). i have to develop the program. i searched some BAPI's.
    Please help on this.
    thanks,
    venu.

    Pls use the FM CRM_REPORT_CALL_RF. Pass the partner function to the exporting parameter table ir_partner_fct_h and partner number to the partner number to  ir_partner_id_h . You will get all the guid and then use CRM_ORDER_MAINTAIN to change the partner.
    CALL FUNCTION 'CRM_REPORT_CALL_RF'
        EXPORTING
          iv_stat_open            = 'X'
          iv_maximum_hits         = ' '
          ir_object_type_h        = it_act_objtype
          ir_partner_fct_h        = it_partner_fct_h
          ir_partner_id_h         = it_partner_id_h
        IMPORTING
          et_guidlist             = it_guid
        EXCEPTIONS
          parameter_error_partner = 1
          parameter_error_items   = 2
          parameter_error_ref_obj = 3
          OTHERS                  = 4.

  • To get Current Business Partner number In BADi

    Hi All,
    In Tcode BP (for creating Business Partner) i am using BADi  'BUPA_GENERAL_UPDATE'. In this i want get Current Business partner No Assigned for the current Creation process.Suggest me how to get Current Businees Partner no assigned or current creation.
    (Actually in the program wher this BADi is calling there is internal table mem_but000 which has the but000 details incluiding what Business partner number assigned for current creation.Is it possible to get details from this itab in my BADi implementation Method.)

    Hi,..
    U can use field symbols and get the values of the internal table into ur BADI
    FIELD-SYMBOLS: <fs_wa> TYPE table .
    UNASSIGN <fs_wa>.
    ASSIGN ('(program name)mem_but000 ') TO <fs_wa> .
    program name is the name of the program where this internal table mem_but000 is having data..
    U will get all the entries of the internal table in field symbol..
    decalre internal table like mem_but000 and assign the filed symbol data into internal table .
    IF sy-subrc EQ 0.(sy-subrc check for the assign statement)
    t_mem_but000  = <fs_wa>.
    endif.
    regards
    Sheeba

  • How to create a business partner whose BP category is person in crm portal?

    How to create a business partner whose BP category is person in crm portal.When I use Partner and account management>Partner function in portal,I create a new partner,the partner category is default organization,can not change.
    But I what to create a partner with the partner category person,how can I do it?
    Is there any other special function to ceate a BP in portal matching the function  with T code Bup1(create BP)in sap gui?
    By the way,I have the whole privileges in portal and crm.
    thanks

    Hello,
    Standard CRM PC UI application offers three options when you push 'New' button: 'Person', 'Organization' and 'Group' (combobox appears). In your case, 'Person' should be selected.
    p.s. If you don't see combobox mentioned above, it could be security issue.
    Kirill

  • How to link the Business Partner with the SAP User ID.

    Hi,
    We are working on a scenario wherein the resources are created as Business Partners in R/3.
    now How to link the Business Partner with the SAP User ID.

    HI AP,
    Maintain the business partner in role Internet User - BUP005.
    Now assign the existing user to this BP .(you can make this assignment in tab "internet user'. Just enter the user name in the field User and save).
    You can now see the link in table HRP1001.
    Cheers,
    Rishu.

  • How to get the failover partner name from C++ client

    Hi All,
    I have configured the mirroring session for my application.
    I want to modify the connection string with failover partner name.
    Could any one please let me to know how to get the failover partner instance from C++ client dynamically.
    Thanks,
    Prasad.

    Are you looking for this?
    http://www.connectionstrings.com/sql-server-2012/
    http://stackoverflow.com/questions/25534972/auto-failover-multiple-connections-to-mirror-database-when-principal-goes-down

  • Getting a "Business partner not found with partner function type requester"

    Hi There,
    After I add a text item to the shopping cart using the SHOP t-code, I get a message "Business partner not found with partner function type requester" What could be causing this and how can I rectify this problem.
    Please help mas this is an urgent issue.
    Thanks,
    Grace

    Hi Grace,
    First check :
    1- transaction : CRM_OM_BP_INTEGRATE
    select org structure where your user is and check that you have green lights (no missing address....)
    2- Run transaction USERS_GEN
    Select check user
    Is everything correct or does the user need to be repaired ?
    Kind regards,
    Yann

  • How to look for business partner number in GTS

    Hi Experts,
    How to look for the business partner number in GTS when we have the Customer Id number in r/3?
    Please let me know the path in GTS.
    Edited by: Anurag87 on Dec 9, 2010 2:17 PM

    Hello,
    just simple in GTS in transaction BP find by "3 External number" (which is yours R/3 number).
    Or in se16 table /SAPSLL/PNTBP type in field BPVSY you external number from R/3 system.
    Cheers,
    Gabriel.

  • How to block a business partner...in sales order????

    Hi all,
               While generating the sales order....In the customer tab i will select one business partner from CFL,after choosing i want one particular customer to be blocked....means it should unable to post the sales order.....i know that i should write my coding in the customer tab LOST FOCUS event......can anybody suggest me the coding for this problem....
    regards,
    shangai.

    Shangai,
    How about blocking some partner from ChooseFromList of BP in Sales Order?
    Meaning that blocked some bp with criteria in Choose From List. Sample code:
    If pVal.FormType = 139 And pVal.EventType = SAPbouiCOM.BoEventTypes.et_CHOOSE_FROM_LIST Then
                If pVal.ItemUID = "4" Then
                    If pVal.InnerEvent And pVal.Before_Action Then
                        BubbleEvent = False
                        Dim oForm As SAPbouiCOM.Form
                        oForm = SBO_Application.Forms.Item(FormUID)
                        Dim oCons As SAPbouiCOM.Conditions                   
                        Dim oCFL As SAPbouiCOM.ChooseFromList
                        'oCFL = oCFLs.Add(oCFLCreationParams)
                        oCFL = oForm.ChooseFromLists.Item("2")
                        oCons = oCFL.GetConditions()
                        'Note: Add the condition only once.
                        If 0 = oCons.Count Then
                            Dim oCon As SAPbouiCOM.Condition
                            oCon = oCons.Add()
                            oCon.Alias = "Cardcode"
                            oCon.Operation = SAPbouiCOM.BoConditionOperation.co_EQUAL
                            oCon.CondVal = "C0001"
                            'Set your own condition here instead of the system conditions
                            oCFL.SetConditions(oCons)
                        End If
                        BubbleEvent = True
                    End If
                End If
            End If
    Regards, Yatsea

  • How to create a Business Partner with internal number assignment

    Hello,
    We are using a CRM 7.0 system. We want to create a new Business Partner using LSMW. We chose IDoc basic type CRMXIF_PARTNER_SAVE_M03 to perform it. We want to create it with internal number assignment (we don't have BP ID or BP GUID). Unfortunatelly, when we leave PARTNER_NO and PARTNER_GUID fields empty, we get an error message that we should supply at least BP ID or BP GUID. So what values should we enter in order to create a BP with internal number assignment?
    Please put attention that we also don't want to enter any alternative external number because we don't want the end user to see after in the WebUI.
    Thanks in advance,
    Sergey Kozyrev

    Hello,
    Standard CRM PC UI application offers three options when you push 'New' button: 'Person', 'Organization' and 'Group' (combobox appears). In your case, 'Person' should be selected.
    p.s. If you don't see combobox mentioned above, it could be security issue.
    Kirill

  • How to delete standard business partner role in CRM

    Hi,
    on CRM in the business partner relationships we got some relations marked as 'standard'.
    If we delete such a relationship in the mobile client the bdoc will be rejected during ConnTrans and the changes will be set back on the mobile client.
    If we delete such a relationship in the R/3 backend the deletion will be rejected by CRM but the change is not being set back in R/3, hence we get inconsistencies.
    We need to delete standard business relations initiated by R/3 and from the mobile client. Can this be set in customizing or otherwise?
    Best regards.

    Hi Wiliam,
    Maybe notes 497146 and 914470 can help you. These will solve that deletions from R/3 are correctly reflected in Mobile. I don't know if it solves also the other way around as we don't use this functionality.
    Best regards,
    Boris

  • How to create the Business Partner Relationship

    Dear Sir,
    I would like to add the new  Business Partner RElationship , but I don't know how to do . Please kindly advise me the step to add the new business partner relationship.
    Thank you and  best regards,
    Vimol

    Hi Vimol,
    BP Relationship can be created in the Tcode - BP.
    Eg: If an Org, say SAP is defined as a BP (Org), and now u need to define some relationships for this org, say the Contact person, Employee responsible etc., then we nd to first create the separate BP's, for eg Contact PErson for SAP Org is Vimol S, then create Vimol S as an individual. and after doin this go to SAP Org BP and there click Relationship tab, on the TOP RIGHT hand side of the screen. Here it'll ask for the BP no. and the relationship u need to assign b/w this BP and the Org. There will be many relationships, choose the one which suits your requirement. This will take care of it.
    I hope my explanation and steps are clear. Pls revert if any isues.
    Suji

  • How to copy a Business Partner (partner/contact) across Dev & QA

    Hi,
    Requirement is to copy few Business Partner data (partner/contact) from QA system to  Development system.
    How do I do that ? Are there any standard FM ?
    Awaiting response.
    Regards,
    Mahesh

    Hi,
    sorry i do not have the answer for your question.
    In our company we do complete client copy from prod to dev twice a year.
    Therefore we have masterdate there in DEV-System.
    Kind regards
    Manfred

  • HOW TO GENERATE A BUSINESS PARTNER AUTOMATICALLY

    Hi in my other sap i see someone created a trigger to auto generate a business partner number.  eventhough i copied the trigger to my new db i dont see the option to generate the following number.  in my old database once i selected to create a customer on the code field it showes me like a search/magnifying glass and once i click on it it generates the next customer number.
    does someone know how to do this.
    thank you.

    THIS IS MY TRIGGER
    SELECT
    CASE
    WHEN N'C'='C' THEN 'C'replace(str(MAX(convert(decimal,substring(CardCode,2,5)))1,5,0),' ','0')
    WHEN N'C'='S' THEN 'V'replace(str(MAX(convert(decimal,substring(CardCode,2,3)))1,3,0),' ','0') 
    ELSE 'L'replace(str(MAX(convert(decimal,substring(CardCode,2,3)))1,3,0),' ','0') END
    FROM OCRD
    WHERE cardcode>=
    CASE
    WHEN N'C'='C' THEN 'C00000'
    WHEN N'C'='V' THEN 'V000'
    ELSE 'L000' END
    and
    cardcode<
    CASE
    WHEN N'C'='C' THEN 'C99999'
    WHEN N'C'='S' THEN 'V999' 
    ELSE 'L999' END
    WHEN I CLICK CUSTOMER IT GENERATES THE NEXT CUSTOMER NUMBER FINE BUT WHEN I CLICK VENDOR OR LEAD
    IT STILL GIVES ME THE CUSTOMER NUMBER.

  • How to get E-Business Suite session.

    I want to get E-business suite session in Java program.

    Hi User,
    TRY THIS..!!
    FND_GLOBAL.APPS_INITIALIZE (Server)
    Variable      Description
    Summary      
    procedure APPS_INITIALIZE(user_id in number,
              resp_id in number,
              resp_appl_id in number);
    Description      This procedure sets up global variables and profile values in a database session. Call this procedure to initialize the global security context for a database session. You can use it for routines such as Java, PL/SQL, or other programs that are not integrated with either the Oracle E-Business Suite concurrent processing facility or Oracle Forms (both of which already do a similar initialization for a database session). The typical use for this routine would be as part of the logic for launching a separate non-Forms session (such as a Java program) from an established Oracle E-Business Suite form session. You can also use this procedure to set up a database session for manually testing application code using SQL*Plus. This routine should only be used when the session must be established outside of a normal form or concurrent program connection
    You can obtain valid values to use with this procedure by using profile option routines to retrieve these values in an existing Oracle E-Business Suite form session. For manual testing purposes, you can use Examine during an Oracle E-Business Suite form session to retrieve the profile option values.
    Variable      Description
    USER_ID      The USER_ID number
    RESP_ID      The ID number of the responsibility
    RESP_APPL_ID      The ID number of the application to which the responsibility belongs
    Example
    fnd_global.APPS_INITIALIZE (1010, 20417, 201);
    Hope this is Helpful
    MARK THE ANSWER CORRECT OR HELPFUL...

Maybe you are looking for

  • Display mode for Material Description in MM02 for Partucular User/UsrGroup

    Dear friends, I required to set: Display mode for Material Description in MM02. (Configured thruu2019 Maintain field selection to data screen) For Particular User / User group, it should be Change mode. How to achive this. Please advice. Thanks and r

  • View Multiple PDFs in tabs in ONE window in ADOBE 9

    OK...so after hours of uninstalling and reinstalling adobe 9 to get past adobe's multiple error messages and running CHCKDSK and Windows registry cure I finally get Adobe reader 9 to work, only to find out that I can not view multiple pdf's in one wi

  • How to format nokia 5800xm

    my nokia 5800xm is showing phone memory is full.but nothing in my phone memory.i cannot use my phone because of this prblm .so i need to format my phone.so can you tell me how can i format this phone.

  • Oracle 9i + Access 2000 problems

    Are there any problems when using Oracle 9i as backend and Access 2000 as frontend?

  • Unable to export to pdf from crviewer

    Hi I have a code scripted in visual basic 2008 (sP1) where a report gets loaded and displayed in the the crystal viewer. My report display's  in the cRViewer, however when i try to export the report to  a pdf i got the following error message: Method