SAP ABAP Class CL_ISX_MD_COL_CUST_READ (Read customizing for master data replication)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   CA (Application Component) Cross-Application Components
     ISX_MD (Package) Master Data Replication for Cross Billing
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISX_MD_COL_CONSTANTS Constants for master data replictaion 20110216
Properties
Class CL_ISX_MD_COL_CUST_READ  
Short Description Read customizing for master data replication    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ISX_MD   Master Data Replication for Cross Billing 
Created 20100910   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISX_MD_COL_CUST_READ has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_ISX_MD_COL_CONSTANTS Constants for master data replictaion 20110216
Friends
Class CL_ISX_MD_COL_CUST_READ has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ERR_CAT_CONFIGURATION Instance attribute Private Attribute reference (LIKE) 20110216
2 GO_CUST_HANDLER Static Attribute Private Object reference (TYPE REF TO) CL_ISX_MD_COL_CUST_READ Read Customizing Handler 20101126
3 GO_TOOL Instance attribute Private Object reference (TYPE REF TO) CL_ISX_MD_COL_TOOLS Tools for master data replication 20110216
4 GT_ADAPTER_ALL Instance attribute Private Type reference (TYPE) ISX_CTR_ADAPTER_TAB Used Adapters for Master Data Replication 20101130
5 GT_ADAPTER_ID Instance attribute Private Type reference (TYPE) ISX_MD_ADAPTER_ID_TAB Table type for allowed adapters 20101111
6 GT_REPLICATION_OBJ Instance attribute Private Type reference (TYPE) ISX_CTR_REPOBJ_TAB Table of Replication Object 20101216
7 GT_REPLICATION_OBJ_TEXT Instance attribute Private Type reference (TYPE) ISX_CTR_REPOBJT_TAB Replication Object Texts Table Type 20101222
8 GT_SCENARIO_ALL Instance attribute Private Type reference (TYPE) ISX_CTR_BO_TAB All scenarios assigned to replication objects 20110215
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_SCENARIO_4_REP_OBJECT Instance method Public Method Check if scenario is assigned to replication object 20110216
2 CONSTRUCTOR Instance method Public Constructor 20110216
3 FILL_BUFFER_ADAPTER Instance method Private Method Fill buffer for adapter 20110215
4 FILL_BUFFER_SCENARIO Instance method Private Method Fill buffer for scenario 20110215
5 GET_DEFAULT_SCENARIO Instance method Public Method Read default scenario 20100910
6 GET_INSTANCE Static method Public Method Get instance 20101126
7 GET_MAINTAIN_ADAPTERS Instance method Public Method Get maintain adapters for scenario 20101119
8 GET_PRIM_ADAPTERS Instance method Public Method Get primary adapters for read contracts 20101110
9 GET_READ_ADAPTERS Instance method Public Method Get read adapters for scenario 20101111
10 GET_REPLICATION_OBJECT_ATTR Instance method Public Method Get replication object attributes 20101216
11 GET_REPLICATION_OBJECT_TEXT Instance method Public Method Get replication object text 20101222
12 GET_REP_OBJECT_SCENARIOS Instance method Public Method Get scenarios assignes to replication object 20110216
13 GET_SCENARIOS_4_READ_ADAPTER Instance method Public Method get all scenarios which uses given read adapter 20110222
Events
Class CL_ISX_MD_COL_CUST_READ has no event.
Types
Class CL_ISX_MD_COL_CUST_READ has no local type.
Method Signatures

Method CHECK_SCENARIO_4_REP_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REP_OBJECT Call by reference Type reference (TYPE) ISX_MD_COL_BO COL Framework Replication Object 20110216
2 Importing IV_SCENARIO_ID Call by reference Type reference (TYPE) ISX_CTR_SCENARIO_ID Scenario ID for master data replication 20110216
# Exception Resumable Description Created on
1 CX_ISX_CTR_FAULT_MESSAGE ISX COL Framework Error Handling 20110216

Method CONSTRUCTOR Signature

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

Method FILL_BUFFER_ADAPTER Signature

Method FILL_BUFFER_ADAPTER on class CL_ISX_MD_COL_CUST_READ has no parameter.
Method FILL_BUFFER_ADAPTER on class CL_ISX_MD_COL_CUST_READ has no exception.

Method FILL_BUFFER_SCENARIO Signature

Method FILL_BUFFER_SCENARIO on class CL_ISX_MD_COL_CUST_READ has no parameter.
Method FILL_BUFFER_SCENARIO on class CL_ISX_MD_COL_CUST_READ has no exception.

Method GET_DEFAULT_SCENARIO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REP_OBJECT Call by reference Type reference (TYPE) ISX_MD_COL_BO COL Framework Business Object 20101220
2 Returning RV_SCENARIO Value transfer Type reference (TYPE) ISX_CTR_SCENARIO_ID Scenario ID 20100910

Method GET_DEFAULT_SCENARIO on class CL_ISX_MD_COL_CUST_READ has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_ISX_MD_COL_CUST_READ Read customizing for master data replication 20101126

Method GET_INSTANCE on class CL_ISX_MD_COL_CUST_READ has no exception.

Method GET_MAINTAIN_ADAPTERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SCENARIO Call by reference Type reference (TYPE) ISX_CTR_SCENARIO_ID Scenario ID 20101119
2 Returning RT_ADAPTER Value transfer Type reference (TYPE) ISX_MD_COL_ADAPTER_WRK_TAB Adapters assigned to scenario 20101119
# Exception Resumable Description Created on
1 CX_ISX_CTR_FAULT_MESSAGE ISX COL Framework Error Handling 20110224

Method GET_PRIM_ADAPTERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SEL_PARAM Call by reference Type reference (TYPE) CRM_ISX_SEL_PARA_TAB Scenario ID 20101110
2 Importing IV_REP_OBJECT Call by reference Type reference (TYPE) ISX_MD_COL_BO COL Framework Replication Object 20101220
3 Returning RT_ADAPTER Value transfer Type reference (TYPE) ISX_CTR_ADAPTER_ID_TAB Table type for Adapter ID for master data replication 20101110
# Exception Resumable Description Created on
1 CX_ISX_CTR_FAULT_MESSAGE ISX COL Framework Error Handling 20110215

Method GET_READ_ADAPTERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SCENARIO Call by reference Type reference (TYPE) ISX_CTR_SCENARIO_ID Scenario ID 20101111
2 Returning RT_ADAPTER Value transfer Type reference (TYPE) ISX_MD_COL_ADAPTER_WRK_TAB Adapters assigned to scenario 20101111
# Exception Resumable Description Created on
1 CX_ISX_CTR_FAULT_MESSAGE ISX COL Framework Error Handling 20110224

Method GET_REPLICATION_OBJECT_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REP_OBJECT Call by reference Type reference (TYPE) ISX_MD_COL_BO COL Framework Replication Object 20101220
2 Returning RV_ATTRIBUTES Value transfer Type reference (TYPE) ISX_CTR_REPOBJ Replication Attributes 20101216
# Exception Resumable Description Created on
1 CX_ISX_CTR_FAULT_MESSAGE ISX COL Framework Error Handling 20101217

Method GET_REPLICATION_OBJECT_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REP_OBJECT Call by reference Type reference (TYPE) ISX_MD_COL_BO COL Framework Replication Object 20101222
2 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) ISX_MD_COL_DESCRIPTION Description for Replication Object 20101222
# Exception Resumable Description Created on
1 CX_ISX_CTR_FAULT_MESSAGE ISX COL Framework Error Handling 20101222

Method GET_REP_OBJECT_SCENARIOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REP_OBJECT Call by reference Type reference (TYPE) ISX_MD_COL_BO COL Framework Replication Object 20110216
2 Returning RT_SCENARIO_ID Value transfer Type reference (TYPE) ISX_CTR_SCENARIO_ID_TAB Table type for Scenario ID for master data replication 20110216

Method GET_REP_OBJECT_SCENARIOS on class CL_ISX_MD_COL_CUST_READ has no exception.

Method GET_SCENARIOS_4_READ_ADAPTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ADAPTER_ID Call by reference Type reference (TYPE) ISX_CTR_ADAPTER_ID Adapter ID for master data replication 20110222
2 Importing IV_REP_OBJECT Call by reference Type reference (TYPE) ISX_MD_COL_BO COL Framework Replication Object 20110222
3 Returning RT_SCENARIO_ID Value transfer Type reference (TYPE) ISX_CTR_SCENARIO_ID_TAB Table type for Scenario ID for master data replication 20110222

Method GET_SCENARIOS_4_READ_ADAPTER on class CL_ISX_MD_COL_CUST_READ has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 606