How to Business Partner Link with HR data

Dear All,
When we are using Classic Real Estate where Creating Business Partner (FOXG) tab is available Employment data & field personnel number also table check tick mark HR ORG.LINK and EMPLOYEE so, we can check this field with HR table,
Now we are going to Flexi Real Estate, with Using Business Partner (BP) with role BUP003, there is one field available Personnel Number, but this Field is not checking any HR table. We can put any number in this field it is accepted so how to check this field with HR Link.
Also when putting any number in this field there is no any report populate this field.
Regards,
Nilesh.

Hi Nilesh,
You can create a Customer for employee, where you will be having field Personal Number (you can check in Table KNB1) and then from Customer you can create Business Partner.
For creation of Business Partner from Employee customer you might need custom program if there are no relavant setting in SPRO
Thanks
Veman.

Similar Messages

  • How to create partner link with CreditRatingService running on other Server

    In case my credit rating service ( say some service) deployed and running on some other server.
    In my bpel process i am trying to create a partener link with that the services (wsdls) running and available on other servers(say bea/tomcat...)!
    can i able to create a partner link with them?
    But In Eclipse BPEL Designer --> New Partner Link wizard--> UDDI Browser how to choose my wsdl
    when i am trying to add the i am able to locate the services availble on local bpel services, some built in services, and some xmethods bookmarks.
    Please let me know how can i do this?
    Thanks in advance
    Jagan

    just paste the url to the wsdl into the plnk wizard, otherwise if your uddi offers a WSIL interface, we can leverage that directly,
    thx clemens

  • How the business partner data is created in  EB

    Hi
    How the business partner data is created in EB ( SRM).
    thanks
    sankar

    Hi,
    I imagine you would like to synchronize business partner data, which are created in backend, into SRM.
    you can use Tcode BBPGETVD or BBPUPDVD or run/schedule  bbp_vendor_sync (need customizing).
    Regards,
    Bertrand

  • Business Partner records with large numbers of addresses -- Move-in issue

    Friends,
    Our recent CCS implementation (ECC6.0ehp3 & CRM2007) included the creation of some Business Partner records with large numbers of addresses.  Most of these are associated with housing authorities, large developers and large apartment complex owners.  Some of the Business Partners have over 1000 address records and one particular BP has over 6000 addresses that were migrated from our Legacy System.  We are experiencing very long run times to try to execute move in's and move out's due to the system reading the volume of addresses attached to the Business Partner.  In many cases, the system simply times out before it can execute the transaction.  SAP's suggestion is that we run a BAPI to cleanse the addresses and also to implement a BADI to prevent the creation of excess addresses. 
    Two questions surrounding the implementation of this code.  Will the BAPI to cleanse the addresses, wipe out all address records except for the standard address?  That presents an issue to ensure that the standard address on the BP record is the correct address that we will have identified as the proper mailing address.  Second question is around the BADI to prevent the creation of excess addresses.  It looks like this BADI is going to prevent the move in address from updating the standard address on the BP record which in the vast majority of cases is exactly what we would want. 
    Does anyone have any experience with this situation of excess BP addresses and how did you handle the manipulation and cleansing of the data and how do you maintain it going forward?
    Our solution is ECC6.0Ehp3 with CRM2007...latest patch level
    Specifically, SAP suggested we apply/review these notes:
    Note 1249787 - Performance problem during move-in with huge addresses
    **applied this ....did not help
    Note 861528 - Performance in move-in for partner w/ large no of addresses
    **older ISU4.7 note
    Directly from our SAP message:
    use the function module
    BAPI_BUPA_ADDRESS_REMOVE or run BAPI_ISUPARTNER_CHANGE to delete
    unnecessary business partner addresses.
    Use BAdI ISU_MOVEIN_CUSTOMIZE to avoid the creation of unnecessary
    business partner addresses (cf. note 706686) in the future for that
    business partner.
    Note 706686 - Move-in: Avoid unnecessary business partner addresses
    Does anyone have any suggestions and have you used above notes/FMs to resolve something like this?
    Thanks,
    Nick

    Nick:
    One thing to understand is that the badi and bapi are just the tools or mechanisms that will enable you to fix this situation.  You or your development team will need to define the rules under which these tools are used.  Lets take them one at a time.
    BAPI - the bapi for business partner address maintenance.  It would seem that you need to create a program which first read the partners and the addresses assigned to them and then compares these addresses to each other to find duplicate addresses.  These duplicates then can be removed provided they are not used elsewhere in the system (i.e. contract account).
    BADI - the badi for business partner address maintenance.  Here you would need to identify the particular scenarios where addresses should not be copied.  I would expect that most move-ins would meet the criteria of adding the address and changing the standard address.  But for some, i.e. landlords or housing complexes, you might not add an address because it already exists for the business partner, and you might not change the standard address because those accounts do not fall under that scenario.  This will take some thinking and design to ensure that the address add/change functions are executed under the right circumstances.
    regards,
    bill.

  • How to add a Link with children in the SuiteLink bar?

    Hello,
    I have developed a code to add a new link in the SuiteLink bar using delegate control that works as expected. Now I want to include a new link
    but with children, I have tried many options in my code but with not luck.
    What I need in the SuiteLink bar is something like:
    My Services   Newsfeed  OneDrive  Sites
        Service 1
        Service 2
        Service 3
    Any idea on how to achieve this?
    Thanks,
    Daniel
    Daniel Villacis

    Hi,
    According to your post, my understanding is that you want to add sublink in the top navigation bar.
    There is an article about this issue, it contains the steps about how to create a link with sublink in the top navigation bar, you can have a look at it.
    http://www.helpmeonsharepoint.com/2012/03/custom-sharepoint-top-menu-and.html
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jason Guo
    TechNet Community Support

  • Emulation for partner link with async operation and no callback client

    In our Composite, we are calling a partner link with operation 'XYZAsync'. It is called in async mode and there is no callback client attached to this call. Hence, it is not possible to create emulation for it ( Create new emulate option is unavailable for the particular operation).
    We are facing the following issues:
    1. Jdev is unable to generate the sample XML.
    2. When we tried to add emulation, the "+ icon" is not high lighted.

    Hi again,
    i managed to solve the problem:) Totally stupid.. the process variable name was not specified correctly..., but more stupid sounds the error message:))))
    Best Regards,
    Evanela

  • How to make email link with a button with AC2 in flash cs3?

    How to make email link with a button with AC2 in flash cs3?
    I wrote this, but it does not work:
    btn_emailinfo.on (release) {
    getURL("mailto:"[email protected]");
    }

    I am guessing you put that on a frame?
    If so, the syntax is as follows:
    btn_emailinfo.onRelease = function(){
    getURL("mailto:[email protected]");
    Though, if you are placing it directly on the button itself,
    the syntax is:
    on(release){
    getURL("mailto:[email protected]");
    }

  • How to put a check with the date

    Hi,
    I have created a ztable with 3 fields .
    clientcode(3),
    date,--date geneated
    version--- fileversion
    i need to update this table everytime i execute the data. Every time version shd get incremented when i execute the program.  When i excute the program next day version shd be updated by '1'.
    i wrote the code for version updated i'm not getting the logic how to put a check with the date.
      SELECT *
       FROM zfi_enetflver
       INTO TABLE gt_flver.
      SORT gt_flver DESCENDING.
      CLEAR: gv_dt, v_file.
      CONCATENATE sy-datum6(2) sy-datum4(2) INTO gv_dt.
      READ TABLE gt_flver WITH KEY client_code = gv_clcd.
      IF sy-subrc = 0.
        idx = sy-tabix.
        IF gt_flver-zdate = ' '.
          gt_flver-zdate = sy-datum.
        ENDIF.
        IF gt_flver-version = ' '.
          gt_flver-version = '001'.
          gv_filever = gt_flver-version.
          MODIFY gt_flver INDEX idx TRANSPORTING zdate version.
          MODIFY zfi_enetflver FROM TABLE gt_flver. "TRANSPORTING version.
          CONCATENATE 'E:\' 'ENET\' gv_clcd gv_dt '.' gt_flver-version INTO v_file.
        ELSE.
          gt_flver-version = gt_flver-version + 1.
          gv_filever = gt_flver-version.
          MODIFY gt_flver INDEX idx TRANSPORTING version.
          MODIFY zfi_enetflver FROM TABLE gt_flver .
          CONCATENATE 'E:\' 'ENET\' gv_clcd gv_dt '.' gt_flver-version INTO v_file.
        ENDIF.
      ENDIF.
    clientcode is the key field in ztable do i need to make date field key ??
    please help me with the logic

    You need to implement below logic:
    1. check if field_date = sy-datum. in this case do nothing.
    2. else . move sy-datum to field_date .
    3. modify your internal table with field_date .
    4. populate final table to database table .
    hope you get it.

  • How , When and What is the significance of Business Partner's Sales Area Data?

    Dear All,
    What is the Sales Area data of busines partner , What is the significance of the same?
    When it gets modified or extended?
    How to maintain its configuration? How maintain its data!!
    Hence i want to understand almost all about sales Area data of business partner.
    Regards,
    Dhruvin
    Moderated: Please use the search before posting.
    Message was edited by: Andrei Vishnevsky

    Hello Dhruvin,
    I think you shall have a look on the current help about this issue as it is a Complex ssue meaning "extense" and also one of the basic Points on the customizing and deployment of a CRM System:
    Organizational Management in SAP CRM - SAP Library
    Basically the Sales Area Data identifies your BP in your Sales Organization.
    You define your sales organization so its fits your business requirements and real structure. f
    Having this information properly defined helps to link data between SD and CRM so you can have for example: - The proper price for a customer when creating and Oportunity/ Sales Order.
                  - To restrict the access of the information of an employee.
    Hope these hints help..
    Regards            

  • How create a business partner (BUP1) with a default field?

    HI,
    I need to implement these changes, when the user calls the transaction BUP1:
    - The user must create a Business Partner with a field already filled by default.
    Any help will be appreciated.
    Regards
    Mark

    Hi Mark,
    When you create an Attribute set there is a check box named 'Default'. When you select this field then your attribute set will appear as default. You can do the same for the attributes, if you want to define a default value for an attribute.
    Also, in Customizing spro > Cross-Application Components> SAP business Partner --> business Partner --> Basic Settings --> Field Groupings --> Configure Field attributes per activity,  it is possible to define, if you create a customer, that the Attributes Set field should be : displayed, hidden etc.
    Hope this helps!
    Best regards,
    Roula Lazaridou

  • Business Partner creation - Sales Area Data retrieves blank divisions

    During business partner creation, the sales area data assignment block will retrieve a list of all relevant sales organizations, distribution channels, and divisions that are replicated from ECC. This is working fine. However, it also adds to this list with the sales organizations, distribution channels, and blank divisions. Blank divisions do not exist in either ECC or CRM. It appears to be using the dummy division settings, but I have attempted to configure with the indicator "CRM Header Div. Active" as both active and inactive, to no effect. The only time I have been able to condense this list into a single line has been when I actually activated dummy divisions -- to which CRM would now retrieve only sales organizations, distribution channels, and blank divisions. This is not an ideal solution either.
    How do I get the system to remove the blank divisions from being displayed? It is very confusing to the users, not to mention polluting the screen.
    Example (both are being displayed, I only want the one with an actual value to be displayed):
    Sales Org = 1000, Dist Chan = 10, Division = blank
    Sales Org = 1000, Dist Chan = 10, Division = 10

    any insight woudl be much appreciated. thanks.

  • Busines Partner links to Organizational Data question

    i can find the Business partner data in BUT000
    what DB table stores the values of links between Business partner and Org. unit
    or what GUID links need to be made to get this data???
    basically i am looking for sold to partys and ship to party and their respective organizational units...

    Hello,
    Use table HRP1001
    Take the business partner with leading Zeros & put in "ID rel.object" (Technical name SOBID ) then execute the table.
    Find the Org unit corresponding to "Object ID" (Technical name OBJID)
    Check this Org unit & BP combination in PPOSA_CRM it should match.
    If you know the Org Units then use the same table HRP1001 & put Org unit in OBJID & get the corresponding BP in SOBID
    Regards,
    Rajendra Sonawane

  • Business partner TAX number historical data

    Hi!
      One of tax number (RU3) is changed for business partner when address is changed.
      I need historical date for tax numbers  to be able to prind output docs with correct tax numbers on delivery date.
      We use time dependent data for central data but000, bank data, address data but I have not found how to enter time period for tax numbers.
    Any ideas?
    Andrey Garshin.

    Hi flyboy,
    Follow this steps.
    1. Go To Administration / Setup / Financials / Tax / Tax Code Determination / Tax Code Determination screen will apear / In Key Fields 1 select Business Partner / Leave the Key Fields 2 & Key Fields 3
    2. Dubble Click on Priority fiels Serial No / Select Business Partner /  Dubble Click on Serial Nuber Field / Here enter the Effective Date & Tax Code
    I think this will help you
    Thanks,
    Srujal Patel

  • BAPI in CMR for Vehicle Business Partner Link

    Hi
    Is there a BAPI that I could use in CRM Automotive to create the link between a Vehicle and Business Partner?

    Hi Anne,
    Sorry about that..The correct function is BAPI_TRANSACTION_COMMIT.
    As you are using the BAPI_TRANSACTION_COMMIT before BAPI_BUPA_ROLE_ADD, the BAPI BAPI_BUPA_ROLE_ADD is probably called before the data is actually commited onto the DB.
    So while calling the BAPI_TRANSACTION_COMMIT set the WAIT parameter. This should do the trick.
    Also after the BAPI_BUPA_ROLE_ADD you have to do another COMMIT using BAPI_TRANSACTION_COMMIT.
    Let me know if it worked.
    Regards, Debasish

  • How is functional location linked with work order tables

    Hi, Experts:
    I am working on a BW project to extract Plant Maintenance data from R/3 to BW system. We need to get work order data with related Functional Location data togather. When check the 2 tables AFIH for Work Order header and AUKF for Order master data, I don't see Functional Location field in neither of the 2 tables.
    Can anyone please tell me how (by which table/field) Functional Location data in table IFLOT is linked to a Work Order stored in tables AFIH and AUKF?
    Many Thanks,
    Jenny

    Hi, Thyagarajan:
    Thanks for the reply! I tried to get the values of ILOAN from table AFIH. And pass the value to the field ILOAN in ITOB. However, no data returned from ITOB. The ILOAN in AFIH has different set of values from the ILOAN in ITOB.
    Any suggestions?
    Thanks,
    Jenny

Maybe you are looking for