SAP ABAP Class CL_MDG_BS_CUST_ALE_DRF (DRF Implementation for Customer replication via ALE)
Hierarchy
MDG_APPL (Software Component) MDG Applications
   CA-MDG-APP-CUS (Application Component) MDG Customer (Central Parts)
     MDG_BS_ECC_CUSTOMER_DEBMAS (Package) Master Data Governance Data Replication DEBMAS / DEBMDM
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_MDG_BS_BP_SUPER_DRF DRF Superclass for BP 20100621
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DRF_OUTBOUND Interface for Data Replication Framework 20100719
Properties
Class CL_MDG_BS_CUST_ALE_DRF  
Short Description DRF Implementation for Customer replication via ALE    
Super Class CL_MDG_BS_BP_SUPER_DRF DRF Superclass for BP 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package MDG_BS_ECC_CUSTOMER_DEBMAS   Master Data Governance Data Replication DEBMAS / DEBMDM 
Created 20100621   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_DRF_OUTBOUND Interface for Data Replication Framework 20100719
Friends
Class CL_MDG_BS_CUST_ALE_DRF has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ASSIGN_CAT Constant Private Type reference (TYPE) MDG_BP_ASSIGNMENT_CAT 'CUST' Assignment Category 20110124
2 GS_ECC_CLIENT_CUSP Static Attribute Private Type reference (TYPE) MDG_BS_ECC_CUSCP Number Range for Customer Contact Person per Target System 20120418
3 GS_ECC_CLIENT_CUST Static Attribute Private Type reference (TYPE) MDG_BS_ECC_CUSNR Number Range per Target System and Customer Account Group 20110503
4 GT_ECC_CLIENT_CUST Static Attribute Protected Type reference (TYPE) TT_MDG_BS_ECC_CUSNR 20110503
5 MV_HUB_BUS_SYSTEM Instance attribute Protected Type reference (TYPE) SLD_BSKEY Key Name of Business System 20120417
6 SC_MSGID Constant Public Type reference (TYPE) SYMSGID 'MDG_BS_ECC_CUSTOMER' Message Class 20100621
7 SC_S_DRF_CUST Constant Protected Type reference (TYPE) STRING 'MDG_BS_BP_S_CUSTOMER_OTC' Structure name (like MV_TT_DRF) 20100621
8 SC_TT_DRF_CUST Constant Protected Type reference (TYPE) DRF_REL_OBJECT_TYPE 'MDG_BS_BP_TT_CUSTOMER' Table Type Name of Internal Relevant Objects Table 20100621
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120417
2 GET_ASSIGN_FROM_BP_ID Instance method Private Method Get Customer Assignments from Business Partner ID 20110124
3 GET_BP_ID_FROM_CUST_ID Instance method Private Method Get Hub Business Partner ID from Hub Customer ID 20110222
4 GET_BURKS_FILTER Instance method Private Method Not yet used Get Company Code Segment Filter 20110302
5 GET_CLNT_ID_FROM_CUST_ID Instance method Private Method Get Client Customer ID from Hub Customer ID 20110719
6 GET_CLNT_PARNR Instance method Private Method Get client PARNR for customer contact person 20120417
7 GET_CLNT_PARNR_FROM_NUMBRANGE Instance method Private Method Get client PARNR for customer contact person 20120418
8 GET_CUST_CONTACT_PERSONS Instance method Private Method Get customer contact persons with ID's and address numbers 20120416
9 GET_CUST_ID_AND_KTOKD_OF_CLNT Instance method Public Method Get Client Customer ID and Account Group from Customizing 20110503
10 GET_CUST_ID_FROM_BP_ID Instance method Private Method Obsolete: Get Hub Customer ID from Hub Business Partner ID 20110121
11 GET_IDENT_FROM_BP_ID Instance method Private Method Get Client Customer IDs from Hub Business Partner ID 20110121
12 GET_KUNNR_RECEIVER_IDS Instance method Private Method Obsolete: not used any more 20100621
13 GET_VKORG_FILTER Instance method Private Method Not yet used Get Sales Area Segment Filter 20110401
14 READ_KEY_MAPPING Instance method Private Method Obsolete: not used any more 20101216
15 READ_KEY_MAPPING_4PARNR Instance method Private Method Read key mapping for customer contact person 20120418
16 SEND_ADR2MAS_ADR3MAS_IDOC Instance method Private Method Send ADRMAS 20120327
17 SEND_ADRMAS_IDOC Instance method Private Method Send ADRMAS 20100621
18 SEND_DEBMAS_IDOC Instance method Private Method Send DEBMAS and update DRF replication status 20100621
19 SEND_IDOC_4ASSIGN Instance method Private Method Send IDoc for Multiple Assignment 20110124
20 SEND_IDOC_4ASSIGNS Instance method Private Method Send IDoc for Multiple Assignments 20110124
21 SEND_IDOC_4IDENT Instance method Private Method Send IDoc for Client Customer ID 20110121
22 SEND_IDOC_4IDENTS Instance method Private Method Send IDoc for Client Customer IDs 20110121
23 WRITE_KEY_MAPPING Instance method Private Method Write Key Mapping 20110124
24 WRITE_KEY_MAPPING_4PARNR Instance method Private Method Write Key Mapping for Customer Contact Person (PARNR) 20120418
Events
Class CL_MDG_BS_CUST_ALE_DRF has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_KNVKADR Protected See coding Table type for contact partners with address numbers 20120416 tt_knvkadr TYPE STANDARD TABLE OF knvkadrfeld
2 TT_MDG_BS_BP_KNB1 Private See coding 20110302 tt_mdg_bs_bp_knb1 TYPE SORTED TABLE OF mdg_bs_bp_s_knb1 WITH UNIQUE KEY bukrs
3 TT_MDG_BS_BP_KNVV Protected See coding 20110401 tt_mdg_bs_bp_knvv TYPE SORTED TABLE OF mdg_bs_bp_s_knvv WITH UNIQUE KEY vkorg vtweg spart
4 TT_MDG_BS_ECC_CUSNR Protected See coding 20110503 tt_mdg_bs_ecc_cusnr TYPE TABLE OF mdg_bs_ecc_cusnr
5 TT_OBJ_ID Private See coding 20110124 tt_obj_id TYPE TABLE OF mdg_bp_object_id
6 TT_PARNR_HC Protected See coding Table type for contact partner ID in hub and client 20120418 tt_parnr_hc TYPE STANDARD TABLE OF ty_parnr_hc
7 TY_PARNR_HC Protected See coding Contact partner number in hub and client 20120418 begin of ty_parnr_hc, parnr_hub type parnr, parnr_clnt type parnr, end of ty_parnr_hc
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_MDG_BS_CUST_ALE_DRF has no parameter.
Method CONSTRUCTOR on class CL_MDG_BS_CUST_ALE_DRF has no exception.

Method GET_ASSIGN_FROM_BP_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20110124
2 Exporting ET_OBJ_IDENT Call by reference Type reference (TYPE) TT_OBJ_ID Object Identifiers 20110125
3 Importing IV_HUB_BP_ID Call by reference Type reference (TYPE) MDG_OBJECT_ID_BS Key Mapping: Object ID Value 20110124

Method GET_ASSIGN_FROM_BP_ID on class CL_MDG_BS_CUST_ALE_DRF has no exception.

Method GET_BP_ID_FROM_CUST_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PARTNER Call by reference Type reference (TYPE) BU_PARTNER Business Partner Number 20110222
2 Importing IV_KUNNR Call by reference Type reference (TYPE) KUNNR Customer Number 20110222

Method GET_BP_ID_FROM_CUST_ID on class CL_MDG_BS_CUST_ALE_DRF has no exception.

Method GET_BURKS_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FILTERED_KNB1 Call by reference Type reference (TYPE) TT_MDG_BS_BP_KNB1 Company Code segment filter 20110302
2 Importing IS_RUNTIME_PARAM Call by reference Type reference (TYPE) DRF_S_RUNTIME_PARAMETER_EXT DRF external runtime parameter 20110302

Method GET_BURKS_FILTER on class CL_MDG_BS_CUST_ALE_DRF has no exception.

Method GET_CLNT_ID_FROM_CUST_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CLNT_CUST_IDENT Call by reference Type reference (TYPE) MDG_T_IDENTIFIER_DATA_BS Table of Object identifier set data 20120222
2 Exporting EV_CLNT_CUST_ID Call by reference Type reference (TYPE) MDG_OBJECT_ID_BS Key Mapping: Object ID Value 20110719
3 Importing IV_CLNT_SYSTEM Call by reference Type reference (TYPE) MDG_BUSINESS_SYSTEM Business System 20110719
4 Importing IV_HUB_CUST_ID Call by reference Type reference (TYPE) MDG_OBJECT_ID_BS Key Mapping: Object ID Value 20110719
5 Importing IV_HUB_SYSTEM Call by reference Type reference (TYPE) MDG_BUSINESS_SYSTEM Business System 20110719

Method GET_CLNT_ID_FROM_CUST_ID on class CL_MDG_BS_CUST_ALE_DRF has no exception.

Method GET_CLNT_PARNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CLNT_PARNR Call by reference Type reference (TYPE) PARNR Number of contact person 20120417
2 Importing IV_CLNT_BUS_SYSTEM Call by reference Type reference (TYPE) MDG_BUSINESS_SYSTEM Business System 20120417
3 Importing IV_HUB_PARNR Call by reference Type reference (TYPE) PARNR Number of contact person 20120417

Method GET_CLNT_PARNR on class CL_MDG_BS_CUST_ALE_DRF has no exception.

Method GET_CLNT_PARNR_FROM_NUMBRANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CLNT_PARNR Call by reference Type reference (TYPE) PARNR Number of contact person 20120418
2 Importing IV_CLNT_BUS_SYSTEM Call by reference Type reference (TYPE) MDG_BUSINESS_SYSTEM Business System 20120418

Method GET_CLNT_PARNR_FROM_NUMBRANGE on class CL_MDG_BS_CUST_ALE_DRF has no exception.

Method GET_CUST_CONTACT_PERSONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_KNVKADR_HUB Call by reference Type reference (TYPE) TT_KNVKADR Table of contact partners with address numbers 20120417
2 Exporting ET_PARNR_HUB_CLNT Call by reference Type reference (TYPE) TT_PARNR_HC Table of hub and client contact partner ID's 20120418
3 Importing IV_CLNT_BUS_SYSTEM Call by reference Type reference (TYPE) MDG_BUSINESS_SYSTEM Business System 20120417
4 Importing IV_KUNNR_HUB Call by reference Type reference (TYPE) KUNNR Customer Number 20120417

Method GET_CUST_CONTACT_PERSONS on class CL_MDG_BS_CUST_ALE_DRF has no exception.

Method GET_CUST_ID_AND_KTOKD_OF_CLNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CLIENT_KTOKD Call by reference Type reference (TYPE) KTOKD Customer Account Group 20110503
2 Exporting EV_CUSTOMER_ID Call by reference Type reference (TYPE) MDG_OBJECT_ID_BS Key Mapping: Object ID Value 20110503
3 Importing IV_CLIENT_SYSTEM Call by reference Type reference (TYPE) MDG_BUSINESS_SYSTEM Business System 20110503
4 Importing IV_HUB_KTOKD Call by reference Type reference (TYPE) KTOKD Customer Account Group 20110503

Method GET_CUST_ID_AND_KTOKD_OF_CLNT on class CL_MDG_BS_CUST_ALE_DRF has no exception.

Method GET_CUST_ID_FROM_BP_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_KUNNR Call by reference Type reference (TYPE) KUNNR Customer Number 20110121
2 Importing IV_PARTNER Call by reference Type reference (TYPE) BU_PARTNER Business Partner Number 20110121

Method GET_CUST_ID_FROM_BP_ID on class CL_MDG_BS_CUST_ALE_DRF has no exception.

Method GET_IDENT_FROM_BP_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CLNT_CUST_IDENT Call by reference Type reference (TYPE) MDG_T_IDENTIFIER_DATA_BS Table of Object identifier set data 20110121
2 Importing IV_CLNT_SYSTEM Call by reference Type reference (TYPE) MDG_BUSINESS_SYSTEM Business System 20110121
3 Importing IV_HUB_BP_ID Call by reference Type reference (TYPE) MDG_OBJECT_ID_BS Key Mapping: Object ID Value 20110121
4 Importing IV_HUB_SYSTEM Call by reference Type reference (TYPE) MDG_BUSINESS_SYSTEM Business System 20110121

Method GET_IDENT_FROM_BP_ID on class CL_MDG_BS_CUST_ALE_DRF has no exception.

Method GET_KUNNR_RECEIVER_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FOREIGN_OBJECTS Call by reference Type reference (TYPE) MDG_T_MATCHING_OBJ_DATA_BS Table Type with several mapping objects 20100621
2 Importing IV_KUNNR Call by reference Type reference (TYPE) KUNNR Account Number of Customer or Debitor 20100621

Method GET_KUNNR_RECEIVER_IDS on class CL_MDG_BS_CUST_ALE_DRF has no exception.

Method GET_VKORG_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FILTERED_KNVV Call by reference Type reference (TYPE) TT_MDG_BS_BP_KNVV Sales Area segment filter 20110401
2 Importing IS_RUNTIME_PARAM Call by reference Type reference (TYPE) DRF_S_RUNTIME_PARAMETER_EXT DRF external runtime parameter 20110401

Method GET_VKORG_FILTER on class CL_MDG_BS_CUST_ALE_DRF has no exception.

Method READ_KEY_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_HUB_CUST_IDENT Call by reference Type reference (TYPE) MDG_T_IDENTIFIER_DATA_BS Table Type with several mapping objects 20101216
2 Importing IV_CLNT_SYSTEM Call by reference Type reference (TYPE) MDG_BUSINESS_SYSTEM Business System 20101216
3 Importing IV_HUB_BP_ID Call by reference Type reference (TYPE) MDG_OBJECT_ID_BS Key Mapping: Object ID Value 20101216
4 Importing IV_HUB_SYSTEM Call by reference Type reference (TYPE) MDG_BUSINESS_SYSTEM Business System 20101216

Method READ_KEY_MAPPING on class CL_MDG_BS_CUST_ALE_DRF has no exception.

Method READ_KEY_MAPPING_4PARNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CLNT_PARNR Call by reference Type reference (TYPE) PARNR Number of contact person 20120418
2 Importing IV_CLNT_BUS_SYSTEM Call by reference Type reference (TYPE) MDG_BUSINESS_SYSTEM Business System 20120418
3 Importing IV_HUB_PARNR Call by reference Type reference (TYPE) PARNR Number of contact person 20120418
# Exception Resumable Description Created on
1 NOT_FOUND Key Mapping not found 20120418

Method SEND_ADR2MAS_ADR3MAS_IDOC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BUS_SYS_TECH Call by reference Type reference (TYPE) MDG_S_BUS_SYS_TECH Technical Information of an Business Object 20120327
2 Importing IS_CUSTOMER_SEND_DATA Call by reference Type reference (TYPE) BDIKNA1KEY Transfer structure: KNA1 key fields 20120327
3 Importing IT_KNVKADR Call by reference Type reference (TYPE) TT_KNVKADR Customer contact persons with address numbers 20120416

Method SEND_ADR2MAS_ADR3MAS_IDOC on class CL_MDG_BS_CUST_ALE_DRF has no exception.

Method SEND_ADRMAS_IDOC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BUS_SYS_TECH Call by reference Type reference (TYPE) MDG_S_BUS_SYS_TECH Technical Information of an Business Object 20100621
2 Importing IS_CUSTOMER_SEND_DATA Call by reference Type reference (TYPE) BDIKNA1KEY Transfer structure: KNA1 key fields 20100621

Method SEND_ADRMAS_IDOC on class CL_MDG_BS_CUST_ALE_DRF has no exception.

Method SEND_DEBMAS_IDOC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_OBJ_REP_STA Call by reference Type reference (TYPE) DRF_T_OBJ_REP_STA_FULL Object Replication Status 20100621
2 Importing IS_BUS_SYS_TECH Call by reference Type reference (TYPE) MDG_S_BUS_SYS_TECH Technical Information of an Business Object 20100621
3 Importing IS_CUSTOMER_SEND_DATA Call by reference Type reference (TYPE) BDIKNA1KEY Transfer structure: KNA1 key fields 20100621
4 Importing IS_CUST_DRF Call by reference Type reference (TYPE) MDG_BS_BP_S_CUSTOMER_OTC Key structure for customer OTC 20110321
5 Importing IV_APPEND_REP_ENTRY Call by reference Type reference (TYPE) ABAP_BOOL instead of updating, append a new replication entry 20100621
# Exception Resumable Description Created on
1 CX_DRF_PROCESS_MESSAGES Send Exceptions during Service/Message 20100630

Method SEND_IDOC_4ASSIGN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_OBJ_REP_STA Call by reference Type reference (TYPE) DRF_T_OBJ_REP_STA_FULL Object Replication Status 20110124
2 Importing IS_BUS_SYS_TECH Call by reference Type reference (TYPE) MDG_S_BUS_SYS_TECH Technical Information of an Business Object 20110124
3 Importing IS_CUSTOMER_SEND_DATA Call by reference Type reference (TYPE) BDIKNA1KEY Transfer structure: KNA1 key fields 20110124
4 Importing IV_APPEND_REP_ENTRY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110124
5 Importing IV_HUB_SYSTEM Call by reference Type reference (TYPE) MDG_BUSINESS_SYSTEM Business System 20110124

Method SEND_IDOC_4ASSIGN on class CL_MDG_BS_CUST_ALE_DRF has no exception.

Method SEND_IDOC_4ASSIGNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_OBJ_REP_STA Call by reference Type reference (TYPE) DRF_T_OBJ_REP_STA_FULL Object Replication Status 20110124
2 Importing IS_BUS_SYS_TECH Call by reference Type reference (TYPE) MDG_S_BUS_SYS_TECH Technical Information of an Business Object 20110124
3 Importing IT_OBJ_IDENT Call by reference Type reference (TYPE) TT_OBJ_ID Object Identifiers 20110124
4 Importing IV_APPEND_REP_ENTRY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110124
5 Importing IV_HUB_SYSTEM Call by reference Type reference (TYPE) MDG_BUSINESS_SYSTEM Business System 20110124

Method SEND_IDOC_4ASSIGNS on class CL_MDG_BS_CUST_ALE_DRF has no exception.

Method SEND_IDOC_4IDENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_OBJ_REP_STA Call by reference Type reference (TYPE) DRF_T_OBJ_REP_STA_FULL Object Replication Status 20110121
2 Importing IS_BUS_SYS_TECH Call by reference Type reference (TYPE) MDG_S_BUS_SYS_TECH Technical Information of an Business Object 20110121
3 Importing IS_CUSTOMER_SEND_DATA Call by reference Type reference (TYPE) BDIKNA1KEY Transfer structure: KNA1 key fields 20110121
4 Importing IS_CUST_DRF Call by reference Type reference (TYPE) MDG_BS_BP_S_CUSTOMER_OTC Key structure for customer OTC 20110321
5 Importing IV_APPEND_REP_ENTRY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110121
6 Importing IV_CLNT_CUST_ID Call by reference Type reference (TYPE) MDG_OBJECT_ID_BS Key Mapping: Object ID Value 20110121

Method SEND_IDOC_4IDENT on class CL_MDG_BS_CUST_ALE_DRF has no exception.

Method SEND_IDOC_4IDENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_OBJ_REP_STA Call by reference Type reference (TYPE) DRF_T_OBJ_REP_STA_FULL Object Replication Status 20110121
2 Importing IS_BUS_SYS_TECH Call by reference Type reference (TYPE) MDG_S_BUS_SYS_TECH Technical Information of an Business Object 20110121
3 Importing IS_CUSTOMER_SEND_DATA Call by reference Type reference (TYPE) BDIKNA1KEY Transfer structure: KNA1 key fields 20110121
4 Importing IS_CUST_DRF Call by reference Type reference (TYPE) MDG_BS_BP_S_CUSTOMER_OTC Key structure for customer OTC 20110321
5 Importing IT_CLNT_CUST_IDENT Call by reference Type reference (TYPE) MDG_T_IDENTIFIER_DATA_BS Table of Object identifier set data 20110121

Method SEND_IDOC_4IDENTS on class CL_MDG_BS_CUST_ALE_DRF has no exception.

Method WRITE_KEY_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRET2_T Return parameter table 20110124
2 Importing IV_CLNT_CUST_ID Call by reference Type reference (TYPE) MDG_OBJECT_ID_BS Key Mapping: Object ID Value 20110124
3 Importing IV_CLNT_SYSTEM Call by reference Type reference (TYPE) MDG_BUSINESS_SYSTEM Business System 20110124
4 Importing IV_HUB_CUST_ID Call by reference Type reference (TYPE) MDG_OBJECT_ID_BS Key Mapping: Object ID Value 20110124
5 Importing IV_HUB_SYSTEM Call by reference Type reference (TYPE) MDG_BUSINESS_SYSTEM Business System 20110124

Method WRITE_KEY_MAPPING on class CL_MDG_BS_CUST_ALE_DRF has no exception.

Method WRITE_KEY_MAPPING_4PARNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PARNRS_HC Call by reference Type reference (TYPE) TT_PARNR_HC Table of hub contact partner ID's in hub and client 20120418
2 Importing IV_CLNT_SYSTEM Call by reference Type reference (TYPE) MDG_BUSINESS_SYSTEM Business System 20120418

Method WRITE_KEY_MAPPING_4PARNR on class CL_MDG_BS_CUST_ALE_DRF has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 606