SAP ABAP Class CL_RSD_MULTIPROV_DATA_CHECK_T (Wrapping of MultiProvider Data Consistency Checks)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-MTD (Application Component) Metadata (Repository)
     RSD_IPROV_MD_RUNTIME (Package) Metadata API for InfoProvider runtime
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSR_BASE OLAP Basis 20101014
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSD_MULTIPROV_DATA_CHECK MultiProvider Data Consistency Check 20101012
Properties
Class CL_RSD_MULTIPROV_DATA_CHECK_T  
Short Description Wrapping of MultiProvider Data Consistency Checks    
Super Class CL_RSR_BASE OLAP Basis 
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSD_IPROV_MD_RUNTIME   Metadata API for InfoProvider runtime 
Created 20101012   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSD_MULTIPROV_DATA_CHECK_T has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSD_MULTIPROV_DATA_CHECK MultiProvider Data Consistency Check 20101012
Friends
Class CL_RSD_MULTIPROV_DATA_CHECK_T has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_R_RSD_INFOPROV Instance attribute Private Object reference (TYPE REF TO) IF_RSD_INFOPROV MultiProvider Wrapping 20130103
2 P_R_STORE Instance attribute Private Object reference (TYPE REF TO) CL_RSR_STORE STORE Description 20110726
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_MSG Static method Public Method Checks the reply message 20101012
2 CHECK_RETURN Static method Public Method Checks the TREX return data 20101012
3 CONSTRUCTOR Instance method Private Constructor Instantiates an IF_RSD_MULTIPROV_DATA_CHECK object 20101012
4 GET_ABAP_COMPDESCR Static method Public Method Returns the associated ABAP component description 20101012
5 GET_COMPONENTDESCRS Static method Public Method Transforms the component description 20101012
6 GET_COMPONENTS Static method Public Method Transforms the component description 20101012
7 GET_INSTANCE Static method Public Method Returns an IF_RSD_MULTIPROV_DATA_CHECK instance 20101012
Events
Class CL_RSD_MULTIPROV_DATA_CHECK_T has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_S_ATTR_PPIOBJ Public See coding 20121211 begin of TN_S_ATTR_PPIOBJ, attr type cl_rsr_store_struct=>tn_attrnm, iobjnm type rsdiobjnm, ppiobjnm type rsdiobjnm, end of TN_S_ATTR_PPIOBJ
2 TN_S_ATTR_VAL Public See coding 20121211 begin of TN_S_ATTR_VAL, attr type cl_rsr_store_struct=>tn_attrnm, iobj type rsdiobjnm, val type string, end of TN_S_ATTR_VAL
3 TN_TS_ATTR_PPIOBJ Public See coding 20121211 TN_TS_ATTR_PPIOBJ type sorted table of tn_s_attr_ppiobj with unique key attr
4 TN_T_ATTR_VAL Public See coding 20121211 TN_T_ATTR_VAL TYPE STANDARD TABLE OF TN_S_ATTR_VAL
Method Signatures

Method CHECK_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_MSG Call by reference Type reference (TYPE) RS_T_MSG Antworts-Nachricht 20101012

Method CHECK_MSG on class CL_RSD_MULTIPROV_DATA_CHECK_T has no exception.

Method CHECK_RETURN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RETURN_CODE Call by reference Type reference (TYPE) TREX_RFC-RETURN_CODE Return Code 20101012
2 Importing I_RETURN_TEXT Call by reference Type reference (TYPE) TREX_RFC-RETURN_TEXT Return Nachricht 20101012
3 Importing I_SY_SUBRC Call by reference Type reference (TYPE) SYSUBRC Sy-Subrc Code 20101012

Method CHECK_RETURN on class CL_RSD_MULTIPROV_DATA_CHECK_T has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MULTIPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider eines Multiproviders 20101012
2 Importing I_R_STORE Call by reference Object reference (TYPE REF TO) CL_RSR_STORE STORE Beschreibung 20110726

Method CONSTRUCTOR on class CL_RSD_MULTIPROV_DATA_CHECK_T has no exception.

Method GET_ABAP_COMPDESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AS_SID Call by reference Type reference (TYPE) RS_BOOL Boolean: X = TRUE; ' ' = FALSE 20101012
2 Importing I_IOBJNM Call by reference Type reference (TYPE) RSIOBJNM Info-Objekt Name 20101012
3 Returning R_S_COMPDESCR Value transfer Type reference (TYPE) ABAP_COMPDESCR ABAP Komponenten-Beschreibung 20101012

Method GET_ABAP_COMPDESCR on class CL_RSD_MULTIPROV_DATA_CHECK_T has no exception.

Method GET_COMPONENTDESCRS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_COMPONENTDESCR Value transfer Type reference (TYPE) ABAP_COMPONENT_TAB Komponenten Beschreibungen 20101012
2 Returning R_T_COMPDESCR Value transfer Type reference (TYPE) ABAP_COMPDESCR_TAB Komponenten Beschreibungen 20101012

Method GET_COMPONENTDESCRS on class CL_RSD_MULTIPROV_DATA_CHECK_T has no exception.

Method GET_COMPONENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_COMPDESCR Call by reference Type reference (TYPE) ABAP_COMPDESCR_TAB Komponenten Beschreibungen 20101012
2 Returning R_T_COMPONENTDESCR Value transfer Type reference (TYPE) ABAP_COMPONENT_TAB Komponenten Beschreibungen 20101012

Method GET_COMPONENTS on class CL_RSD_MULTIPROV_DATA_CHECK_T has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MULTIPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider eines Multiproviders 20101012
2 Importing I_R_STORE Call by reference Object reference (TYPE REF TO) CL_RSR_STORE STORE Beschreibung 20110726
3 Returning R_R_RSD_MULTIPROV_DATA_CHECK Value transfer Object reference (TYPE REF TO) IF_RSD_MULTIPROV_DATA_CHECK Liefert eine IF_RSD_MULTIPROV_DATA_CHECK Instanz 20101012

Method GET_INSTANCE on class CL_RSD_MULTIPROV_DATA_CHECK_T has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 730