Automatic synchronization of Collection Profile in Business Partner

I'm in the process of implementing FSCM Collections Management in ECC 6.0 single system scenario.
I configured automatic synchronization of customers with business partners. Whenever a new customer is created, SAP is automatically creating corresponding business partners with general and collection profile tabs. If a customer is changed, SAP is automatically changing business partner general data. This process is working fine for general data.
However, I would like system to automatically update business partner collection profile data based on certain parameters maintained in customer master company code view. Is there any BAdI available for this purpose? I do know that it can be done through transactions UDM_BP_PROF or UDM_BP_GRP or enhancing these transactions through BAdI, but I prefer to do it at the time customer is created or updated.
Any suggestion will be appreciated.

Hi,
You can directly change the Coll specialist in the BP it self
Regards,
D vasanth
Edited by: vasanth_y18 on Jan 18, 2011 11:50 AM

Similar Messages

  • Automaticly offer outstanding items of a business partner in journal entry

    One Customer ist a stright bookkeeper. Hi only likes to book in the journal and won't use the banking wizzard.
    Is there a possibility, that there will be automaticly an offer with the outstanding items of the business-partner when making a journal-entry like:
    GL 1.000,00 against BP
    Thanks for helping

    Good morning,
    thanks for your answer. I know this proceeding i've written from other ERP-Software (sage).
    When you make a journal entry, i'll get an offer of the outstanding items from the BP an i can choose, where i'll subtract the payed amount from.
    I see, there is no standard possibility to do so in SBO.
    Why you say, that it isn't a good practise to pass yournal entries on bp?

  • How to automatically import SU01 contact info to Business Partner of user

    Hello SAP Experts,
    I just want to ask if there is a program I can use wherein the SU01 contact information of our users will be imported to their Business Partner relationship. We have more than 1000 users and we do not have the luxury of time to update them one by one.
    Thanks in advance
    Regards,
    Romeo

    Hello Laurent,
    Thank you for you reply. The SU01 contact info are the e-mail address, phone numbers, etc. that are located in the first tab in SU01.
    The FM you provided can be helpful but is there a way wherein we could update more than 1 user's info using a program or FM? Because we are dealing with a lot of users.
    Thank you in advance
    Regards,
    Romeo

  • How to assign status profile to Business partner

    Hi Gurus,
    in sap crm 7.0 web ui
    i want to restrict particular user group to only" see" accounts it means only  "display"  view this we can achieve through status profile but how it is configured i don't know...can somebody help me understand it.
    Thanks,
    Gaurav
    Edited by: wwgauravshah on Nov 4, 2011 2:21 PM

    hi PP,
    in sap crm7.0 web ui
    1.i have a requirement that once the account is created manually one at a time and while saving bp, a  "opportunity"/lead transaction should get created automatically, this we can achieve with the help of action workflow ...can some body tell me how to configure it...exactly where we can assign action profile to BP.
    2. once sales manager makes any changes to BP master, change update should trigger action workflow to inform all employee responsible automatically about changes.
    please help me it's critical....
    Thanks,
    Gaurav

  • BAPI for Assigning Business Partner Collection Profile

    Hi,
    Is there any BADIs for assigning collection profile for Business Partner?
    Thanks.
    Updates:
    Found it. UDM_BP_PROFILE_C
    Edited by: Isagani Laude on Oct 2, 2008 10:25 AM

    Hi Ravish,
    BAPI_BUPA_CREATE_FROM_DATA   which generates a general Business Partner.  BAPI_BUPA_ROLE_ADD.                   to add a different role
    Regards
    Narayana

  • Restricting Business Partner, Customer, and Vendor access

    Hi,
    We have the synchronization set up for the business partner and customer for REFX.  The requirement is to allow access to change the Business Partner record in tcode BP, when as a General Business Partner, but only allow view access to the Customer information.  I have tried limiting the following objects to 03 but to no avail.  Any help would be appreciated:
    B_BUPA_FDG
    B_BUPA_GRP
    B_BUPA_RLT
    F_KNA1_BED
    F_KNA1_GRP
    V_KNA1_BRG
    I would rather have the users have access to the following so that the Business Partner can be updated:
    B_BUPA_ATT
    B_BUPR_BZT
    B_BUPA_FDG
    B_BUPA_GRP
    B_BUPA_RLT
    Is there a combination that I am missing?
    TIA

    Hello Rao
    I am also looking for solution. could you give some details on this, How did you solve your problem.
    Thanks,
    Ram

  • Collection Specialist - Collections Profile Tab of Business Partner.

    Hi,
    We are using the SAP FSCM Collections Management module. When I assign the collection profile to the Business Partner on the Collections Profile Tab, the Collection Segment, Collection Group are populated based on the configuration but the Collections Specialist does not get populated.
    Can someone please throw some light on this if they have experienced this issue?
    Thanks & Regards,
    Bhairav Naik.

    Hello Mark , actually I dont think that is possible to transfer data related to collection profile (displayed in BP master data for a BP with colletion managemnt role) from Cusotmer master data because this kind of information are not availabe as my knowledge in Cusotmer master
    Solution could to transfer all other available data from Cusotmer data to BP and once transferred update mannually the collection profile.
    I have seen also a program ( transaction UDM_BP_PROF) to update collection profile automatically, but I did not manage to make it work on a exidting BP.
    What do you think about this approach?

  • Send an automatic email to business partner when i create a new service call

    HI,
    I NEED TO SEND AN EMAIL TO BUSINESS PARTNER AN AUTOMATIC WHEN I CREATE A NEW SERVICE CALL
    I USE SAP BUSINESS ONE 8.82 PL 15
    THANKS..

    Ivan te adjunto mi código del SP me emite el msg de error:
    " Msg 14607, Level 16, State 1, Procedure sysmail_verify_profile_sp, Line 42
    profile name is not valid
    (1 row(s) affected)"
    Me arroja un valor 0.
    Adjunto mi codigo del SP:
    USE ["MiBase de Datos"]
    GO
    /****** Object:  StoredProcedure [dbo].[Emails_send]    Script Date: 04/14/2015 13:35:59 ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    ALTER PROCEDURE [dbo].[Emails_send]
    AS BEGIN
    EXEC msdb.dbo.sp_send_dbmail
    @profile_name ='MyMailAccount', (Asi se llama el perfil en donde esta config mi mail)
    @recipients ='[email protected]',
    @subject ='Orden de Servicio',
    @body ='Llamada de Servicio',
    @query ='SELECT T0.[ItemCode], T0.[ItemName], T0.[FrgnName]FROM OITM T0 WHERE T0.[ItemCode]= ZF122SM02IDQ',
    @attach_query_result_as_file = 1, @query_result_separator =';',
    @query_result_no_padding = 1, @exclude_query_output = 1,
    @query_result_header = 1,@query_attachment_filename ='LlamadaServicio.pdf'
    END

  • No automatic Confirm of Business Partner requirde

    Hi,
    I have generated a Call-List for Organizations with and without Contact Person`s.
    Using next Call the System confirms the selected Business Partner from the Call-List (without or with the Conatct Person) automatically.
    Where can I set the Customizing so that I have first the Possibilty to select a Contact Person for the Organization manualy and then confirm it.
    Thanks and regards,
    Andreas

    Under call list profile , uncheck the 'Auto prepare' flag
    spro-> crm-> interaction center webclient -> additional function -> call list -> Define call list profiles

  • How to switch off automatic creation of the business partner?

    Hello!
    Advise please why in erp after creation of the customer automatically form business partner? How to switch off automatic creation of the business partner? It very much disturbs, because business partner are created from crm. Because of automatic creation business partners are duplicated.

    Hi,
    I have made the following customizing settings to activate customer integration with business partner, but the problem is when I create a BP with a role (FI-Customer) the customer is not created automatically.
    1. Set BP Role Category for Direction BP to Customer
    Roles: FLCU00 - Business Partner FI Customer (FS: BP)
    FLCU01 - Business Partner Customer (FS: BP)
    2. Defined the Number assignment for Direction BP to customer
    4. Customer account group and numbering is also defined.
    3. Created a BP with BP Role FLCU00, I can see the Customer - General Data tab, but no customer was automatically generated by the system.
    Kindly let me know if any customizing I have missed.
    Regards
    Ameya

  • Error while creating Business Partner in Collections Management

    Hello All,
    I am trying to create Business partners for Customers in Collections Managment, specific to country Luxemburg. The error I am getting says that, 'Tax number category LU2 does not exist' and 'There is no BAPI field to screen field assignment'.
    I have checked V_TFKTAXNUMTYPE table and LU2 is not defined there.
    Appreciate if some one can help to locate where the system is picking up 'LU2' from, and help me fix this issue.
    Thanks in advance,
    Madhavi.
    Edited by: Madhavi99 on Nov 19, 2010 3:52 PM

    Krishna,
    Using T-code SM30, check the table V_TFKTAXNUMTYPE,  and you probably will not see an entry with CA0 in the table. This should be added here in this table (I am not sure how, may be it is a patch sent by SAP or an OSS note..We opened an OSS note and will let you know when I hear from SAP).
    With out adding CA0 in the above mentioned table, you might be using the field for VAT registration field while creating BP master data. I figured out from the way we were trying to create BP, Country code (for example CA in your case) 0 ie., CA0, is for the VAT registration number, Country code1 (for example CA1) is for tax number 1, and CA2 is for tax number 2 fields.
    After the above mentioned table is updated, using BP tcode, this code 'CA0' should be assigend to the business partner number that you are trying to create under identification tab.
    I hope, I made it as clear and understandable as possible. But, if you have any quesitons, please let me know.
    Regards,
    Madhavi.

  • Automatic creation of Vendor in FI from Business Partner

    Hi, experts!
    We are looking into a process to automate the creation of vendor master data in FI Accounts Payable for our employees and to keep them in sync as employees' names, banking and address info change over time. We use concurrent employment, and we noticed that running PRAA as a mass-update job to create vendor records for all employees will create duplicate Vendors for employees who have more than one active Personnel Assignment.
    We are now looking into the possibility of using the Business Partner as a means of pushing HR data into FI within the same ECC6 system. So far, we have been able to turn on the automatic creation of BPs when new employees are 'hired' into our test system via transaction PA40. We can also use the program HRALXSYNC to create the BP for existing employees. Once these BPs are created, master data updates flow from the employee master data in HR to the BP. However, we can't seem to get the system to automatically create a Vendor record for this BP and have that linked together at the same time.
    Is this possible? If not, is there a transaction that can be run to do a mass creation of Vendor records for Business Partners that don't already have one?
    I can see that our BPs have been assigned to the proper Role in table BUT100, and we have "define(d) vendor link for business partner roles" in V_TBC002 to be "vendor-based". What configuration step might we be missing?

    Hi, Mahesh
    Thanks for the response!!  We have already created an entry in this table for Role Category = BUP003 (the SAP-delivered role category "Employee").  In this table, we have chosen the "Vendor Based" radio button, since we want Vendor master data to be created for all BUP003 business partners that are created.
    Which function modules need to be activated via the SPRO path Cross-Application Components -> SAP Business Partner -> Data Distribution -> Activate Function Modules in order to have Vendors automatically created whenever a specific role of BP is created?
    Thanks again for all your help!
    - Steve Miller

  • Automatic creation of Business Partner

    Is it possible to create business partner master data automatically in SAP FSCD when the claim payment is generated from Non-SAP claim system, if yes then how do we set this up.

    Hi Jon,
    Appreciate your feedback on this.
    My idea is not to provide specific function modules but to give an approach in solving a problem or satisfying a requirement.
    Here I have cited some examples of FMs to help out. There may be many more depending on the version and release level.
    for e.g
    taking the example of finding relevant BAPIs to create BPs. We can proceed to SE37 and typing BUPA* and on hitting F4 will bring up a list of create BAPIs which are many in number and it is up to the SAP consultants to choose the relevant ones depending upon the requirement or issue faced.
    The more methodical way is to navigate to transaction BAPI-> Cross Application Objects, another way is to proceed to SW01 -> BUS1006 -> Methods.
    As you can see there are even various ways to proceed and find BAPIs... in the same way there are various FMs to satisfy a requirement or resolve an issue.
    Anyways I hope that the BAPIs which you have recommended works out in the best possible manner
    Thanks,
    Sagar

  • Synchronization from vendor to business partner is not active?

    Hi there
    I am busy performing data migration of business partners and vendor accounts and have hit an issue on the last step of linking the uploaded BP to the uploaded Vendor.
    On execution of the transaction FLBPC2 (Link Vendor to Business Partner), it issues the error "CVIV_UI015 Synchronization from vendor to business partner is not active" which I believe is a product error because:
    1. I have configured BP to a new internal number range (and all other config requirements)
    2. I have configured a new Vendor account group with an external number range which is a duplicate of 1. above
    3. I have enabled BP to Vendor synchronisation in "Master Data Synchronisation" (from BP to VENDOR).
    I have tested my configuration successfully by creating a business partner via transaction BP and extending him to a vendor in a company code perfectly (works like a charm).
    My data migration process includes:
    - Creating a business partner using BAPI BUSISB990/FSCREATEFROMDATA.
    - Creating a vendor using the external number given above using a recording of FK01.
    - Linking the two using a recording of transaction FLBPC2 (Link Vendor to Business Partner).
    I am not trying to synchonise a business partner from vendor, but to synchronise the vendor via the business partner (which works using transaction BP) when the issue is received.
    Any ideas as to why I cannot do the operation manually which works via automation and why the error is not appriate?
    Regards
    Joe

    Good morning,
    I had a similar problem and solved by disabling
    the integration of the PI / XI of the PPO.
    To make sure that the PPO is working properly.
    You can check this setting by BUPA_CALL_FU transaction.
    Checks if the items are BUPA_OUTBOUND_MAIN and BUPA_OUTBOUND_REL
    integration of the disabled for PI / XI, according to the objects you need to be replicated.
    If they are uncheck them and rerun your tests.
    Use MDS_PPO2 the transaction log to check the copy of BP
    to the Vendor.
    I hope it helps, Good luck,

  • Load data in PPPM (Business Partner, profile)

    Hi,
    I want to load data in tcode PPPM (Business Partner, profile), please anybody know any Bapi for it or any other method to load data
    Thanks in advance.

    RH_OBJECT_CREATE

Maybe you are looking for