SAP ABAP IMG Activity FSBP_CC_B_PROCESS_EN (BAdI: Processing of Customer Enhancements)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   FS-BP (Application Component) Business Partner
     FS_BP_FSP_CLEANSING_DOCU (Package) FS Business Partner Data Cleansing - Documentation Objects
IMG Activity
ID FSBP_CC_B_PROCESS_EN BAdI: Processing of Customer Enhancements  
Transaction Code S_FPD_79000151   (empty) 
Created on 20100901    
Customizing Attributes FSBP_CC_B_PROCESS_EN   BAdI: Processing of Customer Enhancements 
Customizing Activity FSBP_CC_B_PROCESS_EN   BAdI: Processing of Customer Enhancements 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name FSBP_CC_B_PROCESS_ENHANCMNT    

Use

This Business-Add-In (BAdI) is used in the SAP Business Partner for Financial Services (FS-BP) component.

You can use this BAdI (FSBP_CC_B_PROCESS_ENHANCMNT) to ensure that data from customer enhancements of SAP Business Partner for Financial Services are included when data during data cleansing for SAP Business Partner for Financial Services.

For this purpose, the BAdI implementation provides the following methods via the interface IF_FSBP_CC_B_PROCESS_ENHANCMNT:

  • MAP_PARTNER_DATA_TO_CIF

    This method is used to transfer data from the internal representation in the memory to the complex business partner interface so that this data during the merge process. The following parameters can be used to do this:

    • I_PARTNER
      Provides the business partner number of the business partner.
    • I_TABLE_DATA
      Provides the data of the business partner master records in the internal representation of SAP Business Partner for Financial Services.
    • C_CIF
      Transfers the data from customer enhancements to data cleansing control and therefore to data merging.

      This method is called before the target business partner data and business partner duplicates are merged.

  • MAP_RELATIONSHIP_TO_CIF

    You use this method for business partner relationship master records in the same way as MAP_PARTNER_DATA_TO_CIF is used for business partner master records.

  • MAP_PARTNER_DATA_TO_INT

    You can use this method to transfer data from the merged business partner master records to the internal representation in the memory. The following parameters can be used to do this:

    • I_PARTNER
      Provides the business partner number of the business partner.
    • I_CIF
      Provides the data of the business partner master records after these have been merged.
    • C_TABLE_DATA
      Used to re-map the data of the business partner master records in the internal representation of SAP Business Partner for Financial Services (if you enhanced this representation) and return it to the calling program.
    • C_ENHANCEMENT_DATA
      You can enhance this structure to transport data from your customer enhancements to the method used to store this data.

      This method is called after the target business partner data and business partner duplicates have been merged.

  • MAP_RELATIONSHIP_TO_INT

    You use this method for business partner relationship master records in the same way as MAP_PARTNER_DATA_TO_INT is used for business partner master records.

  • SAVE_PARTNER_DATA

    If required, you can use this method to trigger the saving of data from customer enhancements.

  • SAVE_RELATIONSHIP_DATA

    You use this method for business partner relationship master records in the same way as SAVE_PARTNER_DATA is used for business partner master records.

Requirements

Note that in this BAdI you can edit only the data from customer enhancements of SAP Business Partner for Financial Services in order to ensure that this data is merged correctly.

Standard settings

Activities

For information about implementing BAdIs as part of the Enhancement Concept, see SAP Library for SAP NetWeaver under BAdIs - Embedding in the Enhancement Framework.

Example

Further notes

You use this BAdI when you simulate or process a data cleansing case.

Business Attributes
ASAP Roadmap ID 257   Create User Exits 
Mandatory / Optional 2   Optional activity 
Critical / Non-Critical 2   Non-critical 
Country-Dependency A   Valid for all countries 
Maintenance Objects
Maintenance object type E   Business Add-In - Definition 
History
Last changed by/on SAP  20130129 
SAP Release Created in 400