SAP ABAP Class CL_RSD_INFOPROV_CONSTRUCT (Abstract Construct for InfoProvider)
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_RSD_INFOPROV_BASE Base class for infoprovider metadata 20130308
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSD_INFOPROV_HCPR_CONSTRUCT Construct for Mapping of HCPR 20130311
2 Inheritance (c INHERITING FROM c_ref)  CL_RSD_MULTIPROV_CONSTRUCT MultiProvider Wrapping 20130308
Properties
Class CL_RSD_INFOPROV_CONSTRUCT  
Short Description Abstract Construct for InfoProvider    
Super Class CL_RSD_INFOPROV_BASE Base class for infoprovider metadata 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSD_IPROV_MD_RUNTIME   Metadata API for InfoProvider runtime 
Created 20130308   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_RSD_INFOPROV Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_RSD_INFOPROV_CONSTRUCT has no interface implemented.
Friends
Class CL_RSD_INFOPROV_CONSTRUCT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_INFOPROV Instance attribute Public Type reference (TYPE) RSINFOPROV InfoProvider 20130308
2 N_TS_PART Instance attribute Public Type reference (TYPE) RSR_TS_PART Active PartProviders 20130308
3 O_INIT_PROV Instance attribute Protected Type reference (TYPE) XSTRING 20130308
4 O_SX_BUF Instance attribute Protected Type reference (TYPE) OT_SX_UNION_INFO 20130308
5 O_S_DTA Instance attribute Protected Type reference (TYPE) RSD_S_DTA Runtime InfoProvider Metadata (only header) 20130308
6 O_TS_DTA_PRO Instance attribute Protected Type reference (TYPE) IF_RSD_INFOPROV=>NT_TS_DTA_PRO 20130308
7 O_T_IOBJ_CMP Instance attribute Protected Type reference (TYPE) RSD_T_IOBJ_CMP Compounding of InfoObjects 20130902
8 P_INFOSET Static Attribute Private Type reference (TYPE) RSINFOPROV InfoProvider 20130926
9 P_ISET_CHABASNM Instance attribute Private Type reference (TYPE) RSIOBJNM InfoObject 20130926
10 P_ISET_POS Instance attribute Private Type reference (TYPE) I 20130926
11 P_TS_ISET_NM Static Attribute Private Type reference (TYPE) TP_TS_ISET_NM InfoObject 20130926
Methods
# Method Level Visibility Method type Description Created on
1 INIT_RSRINFOPROVDATA Static method Public Method Sets initial entries in RSRINFOPROVDATA 20130308
2 _ADD_AUDITIBILITY Instance method Protected Method Make Provider auditable, if one underlaying Provider is aud. 20130723
3 _ADD_CHARACTERISTIC Instance method Protected Method Inserts (Artifical) Characteristic 20130723
4 _ADD_COB_PRO Instance method Protected Method Inserts (Artifical) Characteristic 20130315
5 _ADD_NLS Instance method Protected Method Also Add NLS Provider 20130315
6 _AGGR_DTA Static method Protected Method Aggregation of Flags Using PartProviders 20130308
7 _APPEND_NECESS Instance method Protected Method Adds characteristics/mappings in the background 20130315
8 _FILL_CHACONST Instance method Protected Method Provider-Dependent Characteristic Constants 20130308
9 _FILL_CHACONST_ME Instance method Protected Method CHACONST of Actual MultiProvider 20130308
10 _FILL_CMP_PROBLEM Instance method Protected Method Determines Characteristics with CMP Problem 20130308
11 _FILL_MAPPING Instance method Protected Method 20130522
12 _FILL_PART Instance method Protected Method Collects PartProviders for Error A304 20130308
13 _FILL_PP Instance method Protected Method Creates the index to the N_TS_PART 20130308
14 _FILL_TOB Instance method Protected Method Evaporation Routine IDENT -> TOB, etc. 20130315
15 _GET_AUDITABLE_PARTS Instance method Protected Method Get ParProvider which are auditible 20130723
16 _GET_COBPRO_DELTA Instance method Protected Method Finds changes to COB_PRO 20130308
17 _GET_INFOPROV Instance method Protected Method 20130710
18 _GET_MPRO_IOBJNM_ISET Instance method Private Method Name of MPRO Characteristic for Identification 20130926
19 _INIT_DTA Static method Protected Method Collects PartProviders 20130308
20 _INIT_TOB Instance method Protected Method Initializes TOB Line 20130308
21 _MOVE_DTA_FLAGS Instance method Protected Method Sets DCCLSNM, NUMFL, and DMPROVTYPE 20130315
22 _REPAIR_COB_PRO Instance method Protected Method 20130308
23 _REPAIR_HYBRID Instance method Protected Method Ident for ODS Part Was Not Complete 20130315
24 _REPAIR_IDENT Instance method Protected Method Checks Ident for ALVL Parts; Deletes REQUID for Virtual 20130315
25 _REPAIR_IDENT_DTA Instance method Protected Method IDENT Sometimes Contains Too Many Entries 20130315
26 _REPAIR_IDENT_ISET Instance method Protected Method Repair Ident for InfoSets 20130926
27 _REPLACE_HYBRID Instance method Protected Method Replaces Hybrid with Its Two Parts 20130315
28 _REPLACE_LPO Instance method Protected Method Replaces an LPO by its parts 20130315
29 _SET_GROUP_ID Instance method Protected Method Finds the equivalent classes 20130315
30 _SET_NCUMTIM Instance method Protected Method Checks and Sets MultiProvider NCUMTIM 20130315
31 _SET_NOT_MAPPED_NAV Instance method Protected Method 20130528
32 _SET_RSRINFOPROVDATA Instance method Protected Method Creates missing entries in RSDINFOPROVDATA 20130308
33 _SET_SID_SUPPORT Instance method Protected Method 20130417
34 _SET_TRIVMAP Instance method Protected Method Finds whether the MultiProvider has trivial mapping 20130308
35 _TRANSFORM_ICVAL Instance method Protected Method Transforms PartProvider ICVALs to MPRO Names 20130308
Events
Class CL_RSD_INFOPROV_CONSTRUCT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 OT_S_ATR Protected See coding 20130522 BEGIN OF ot_s_atr, partiobj TYPE rschanm, partprov TYPE rsinfoprov, iobjnm TYPE rschanm, timfl TYPE rs_bool, tabix TYPE sytabix, END OF ot_s_atr
2 OT_T_ATR Protected See coding 20130522 ot_t_atr TYPE STANDARD TABLE OF ot_s_atr WITH DEFAULT KEY
3 TP_S_ISET_CHA Private See coding 20130926 BEGIN OF tp_s_iset_cha, infoprov TYPE rsinfoprov, chabasnm TYPE rsdiobjnm, chanm TYPE rsdiobjnm, END OF tp_s_iset_cha
4 TP_S_ISET_NM Private See coding 20130926 BEGIN OF tp_s_iset_nm, chabasnm TYPE rsdiobjnm, pos TYPE i, chanm TYPE rsdiobjnm, END OF tp_s_iset_nm
5 TP_TS_ISET_CHA Private See coding 20130926 tp_ts_iset_cha TYPE SORTED TABLE OF tp_s_iset_cha WITH UNIQUE KEY infoprov chabasnm chanm
6 TP_TS_ISET_NM Private See coding 20130926 tp_ts_iset_nm TYPE SORTED TABLE OF tp_s_iset_nm WITH UNIQUE KEY chabasnm pos
Method Signatures

Method INIT_RSRINFOPROVDATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20130308
2 Importing I_TS_INFOPROV Value transfer Type reference (TYPE) RSR_TS_INFOPROV Table of InfoProviders 20130308

Method INIT_RSRINFOPROVDATA on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _ADD_AUDITIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TS_DTA_PRO Call by reference Type reference (TYPE) IF_RSD_INFOPROV=>NT_TS_DTA_PRO 20130723
2 Changing C_TS_IDENT Call by reference Type reference (TYPE) RSD_TS_IDENTP IDENT Sorted According to PARTPROV IOBJNM 20130723
3 Importing I_TS_AUDIT_PART Call by reference Type reference (TYPE) RSR_TS_INFOPROV Table with InfoProviders 20130723

Method _ADD_AUDITIBILITY on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _ADD_CHARACTERISTIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TS_DTA_PRO Call by reference Type reference (TYPE) IF_RSD_INFOPROV=>NT_TS_DTA_PRO 20130723
2 Changing C_TS_IDENT Call by reference Type reference (TYPE) RSD_TS_IDENTP IDENT Sorted According to PARTPROV IOBJNM 20130723
3 Importing I_CHANM Call by reference Type reference (TYPE) RSCHANM 20130723
4 Importing I_DIMENSION Call by reference Type reference (TYPE) RSDIMENSION Dimension 20130723
5 Importing I_TS_PART Call by reference Type reference (TYPE) RSR_TS_INFOPROV Table of InfoProviders 20130723

Method _ADD_CHARACTERISTIC on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _ADD_COB_PRO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IOBJNM Call by reference Type reference (TYPE) RSIOBJNM InfoObject 20130315

Method _ADD_COB_PRO on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _ADD_NLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TS_IDENT Call by reference Type reference (TYPE) RSD_TS_IDENTP 20130315
2 Changing C_TS_PART Call by reference Type reference (TYPE) RSR_TS_PART Table with References to InfoProvider (Data Target) 20130315

Method _ADD_NLS on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _AGGR_DTA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CUBETYPE Call by reference Type reference (TYPE) RSCUBETYPE Type of InfoProvider 20130308
2 Importing I_T_DTA Value transfer Type reference (TYPE) RSD_T_DTA Properties Data Target (View using InfoCube and ODS Objects) 20130308
3 Returning R_S_DTA Value transfer Type reference (TYPE) RSD_S_DTA InfoProvider Properties 20130308

Method _AGGR_DTA on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _APPEND_NECESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TS_IDENT Call by reference Type reference (TYPE) RSD_TS_IDENTP IDENT Sorted According to PARTPROV IOBJNM 20130315
2 Importing I_CHANM Call by reference Type reference (TYPE) RSCHANM Characteristic 20130315
3 Importing I_PARTPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20130315

Method _APPEND_NECESS on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _FILL_CHACONST Signature

Method _FILL_CHACONST on class CL_RSD_INFOPROV_CONSTRUCT has no parameter.
Method _FILL_CHACONST on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _FILL_CHACONST_ME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MULTIPROV Value transfer Type reference (TYPE) RSINFOPROV Multiprov or MALVL 20130308

Method _FILL_CHACONST_ME on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _FILL_CMP_PROBLEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TS_CMP_PROBLEM Value transfer Type reference (TYPE) OT_TS_INCOMPLETE_CMP 20130308

Method _FILL_CMP_PROBLEM on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _FILL_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TS_MULTI_TO_PART Call by reference Type reference (TYPE) OT_TS_MULTI_TO_PART 20130522
2 Exporting E_TS_PART_TO_MULTI Call by reference Type reference (TYPE) OT_TS_PART_TO_MULTI 20130522
3 Exporting E_TS_TOB Call by reference Type reference (TYPE) OT_TS_IOBJ_MAPPING 20130522
4 Exporting E_T_ATR Call by reference Type reference (TYPE) OT_T_ATR Master data attributes 20130522
5 Importing I_TS_IDENT Call by reference Type reference (TYPE) RSD_TS_IDENTP IDENT Sorted According to PARTPROV IOBJNM 20130522
6 Importing I_TS_PART Call by reference Type reference (TYPE) RSR_TS_PART Active PartProviders 20130522

Method _FILL_MAPPING on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _FILL_PART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_PART Call by reference Type reference (TYPE) RSDO_T_DTA_R Table with References to InfoProvider (Data Target) 20130723

Method _FILL_PART on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _FILL_PP Signature

Method _FILL_PP on class CL_RSD_INFOPROV_CONSTRUCT has no parameter.
Method _FILL_PP on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _FILL_TOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TS_IDENT Call by reference Type reference (TYPE) RSD_TS_IDENTP IDENT Sorted According to PARTPROV IOBJNM 20130315
2 Exporting E_TS_TOB Call by reference Type reference (TYPE) OT_TS_IOBJ_MAPPING 20130315

Method _FILL_TOB on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _GET_AUDITABLE_PARTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_PART Call by reference Type reference (TYPE) RSDO_T_DTA_R Table with References to InfoProvider (Data Target) 20130723
2 Returning R_T_AUDIT_PART Value transfer Type reference (TYPE) RSR_TS_INFOPROV Table with InfoProviders 20130723

Method _GET_AUDITABLE_PARTS on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _GET_COBPRO_DELTA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_COB_PRO Value transfer Type reference (TYPE) RSD_T_COB_PRO Properties InfoObjects (in Context InfoCube / ODS Object) 20130308

Method _GET_COBPRO_DELTA on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _GET_INFOPROV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20130710
2 Returning R_R_INFOPROV Value transfer Object reference (TYPE REF TO) IF_RSD_INFOPROV InfoProvider Runtime Metadata 20130710

Method _GET_INFOPROV on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _GET_MPRO_IOBJNM_ISET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHABASNM Call by reference Type reference (TYPE) RSDIOBJNM InfoObject 20130926
2 Importing I_CHANM_P Call by reference Type reference (TYPE) RSDIOBJNM InfoObject of InfoSet 20130926
3 Importing I_INFOSET Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20130926
4 Returning R_CHANM_M Value transfer Type reference (TYPE) RSDIOBJNM MultiProvider InfoObject Name 20130926

Method _GET_MPRO_IOBJNM_ISET on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _INIT_DTA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CUBETYPE Call by reference Type reference (TYPE) RSCUBETYPE Type of InfoProvider 20130308
2 Importing I_MULTIPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20130308
3 Importing I_OBJVERS Value transfer Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ACTIVE Object Version 20130308
4 Importing I_T_DTA_PART Call by reference Type reference (TYPE) RSDO_T_DTA_R Table with References to InfoProvider (Data Target) 20130308
5 Returning R_S_DTA Value transfer Type reference (TYPE) RSD_S_DTA InfoProvider Properties 20130308

Method _INIT_DTA on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _INIT_TOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INIT_PROV Value transfer Type reference (TYPE) XSTRING 20130522
2 Importing I_IOBJNM Value transfer Type reference (TYPE) RSIOBJNM InfoObject 20130308
3 Returning R_S_TOB Value transfer Type reference (TYPE) OT_S_IOBJ_MAPPING 20130308

Method _INIT_TOB on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _MOVE_DTA_FLAGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TS_IDENT Call by reference Type reference (TYPE) RSD_TS_IDENTP IDENT Sorted According to PARTPROV IOBJNM 20130315

Method _MOVE_DTA_FLAGS on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _REPAIR_COB_PRO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TS_COB_PRO Call by reference Type reference (TYPE) IF_RSD_INFOPROV=>NT_TS_DTA_PRO Properties InfoObjects (in Context InfoCube / ODS Object) 20130308

Method _REPAIR_COB_PRO on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _REPAIR_HYBRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_PART_AP Call by reference Type reference (TYPE) RSR_S_PART Bar with Reference to InfoProvider (Data Target) 20130315
2 Changing C_TS_IDENT Call by reference Type reference (TYPE) RSD_TS_IDENTP IDENT Sorted According to PARTPROV IOBJNM 20130315
3 Importing I_CUBESUBTYPE Call by reference Type reference (TYPE) RSCUBESUBTYPE InfoProvider Subtype 20130315
4 Importing I_T_PART Call by reference Type reference (TYPE) RSDO_T_DTA_R Table with References to InfoProvider (Data Target) 20130315

Method _REPAIR_HYBRID on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _REPAIR_IDENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TS_IDENT Call by reference Type reference (TYPE) RSD_TS_IDENTP IDENT Sorted According to PARTPROV IOBJNM 20130315

Method _REPAIR_IDENT on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _REPAIR_IDENT_DTA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_IDENT Call by reference Type reference (TYPE) RSD_T_MPRO_IOBJ_IDENT Table for Identifying InfoObjects in MultiProviders 20130315

Method _REPAIR_IDENT_DTA on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _REPAIR_IDENT_ISET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TS_IDENT Call by reference Type reference (TYPE) RSD_TS_IDENTP Table for Identifying InfoObjects in MultiProviders 20130926

Method _REPAIR_IDENT_ISET on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _REPLACE_HYBRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TS_IDENT Call by reference Type reference (TYPE) RSD_TS_IDENTP 20130315
2 Changing C_TS_NOT_MAPPED_NAV Call by reference Type reference (TYPE) RSD_TS_IDENTP IDENT Sorted According to PARTPROV IOBJNM 20130528
3 Changing C_TS_PART Call by reference Type reference (TYPE) RSR_TS_PART Table with References to InfoProvider (Data Target) 20130315

Method _REPLACE_HYBRID on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _REPLACE_LPO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TS_IDENT Call by reference Type reference (TYPE) RSD_TS_IDENTP 20130315
2 Changing C_TS_NOT_MAPPED_NAV Call by reference Type reference (TYPE) RSD_TS_IDENTP IDENT Sorted According to PARTPROV IOBJNM 20130528
3 Changing C_TS_PART Call by reference Type reference (TYPE) RSR_TS_PART Table with References to InfoProvider (Data Target) 20130315
4 Importing I_T_PART_R Value transfer Type reference (TYPE) RSDO_T_DTA_R Table with References to InfoProvider (Data Target) 20130315

Method _REPLACE_LPO on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _SET_GROUP_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TS_PART Call by reference Type reference (TYPE) RSR_TS_PART Active PartProviders 20130315
2 Importing I_TS_IDENT Call by reference Type reference (TYPE) RSD_TS_IDENTP IDENT Sorted According to PARTPROV IOBJNM 20130315

Method _SET_GROUP_ID on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _SET_NCUMTIM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_TS_IDENT Call by reference Type reference (TYPE) RSD_TS_IDENTP IDENT Sorted According to PARTPROV IOBJNM 20130315

Method _SET_NCUMTIM on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _SET_NOT_MAPPED_NAV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TS_NOT_MAPPED_NAV Call by reference Type reference (TYPE) RSD_TS_IDENTP IDENT Sorted According to PARTPROV IOBJNM 20130528

Method _SET_NOT_MAPPED_NAV on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _SET_RSRINFOPROVDATA Signature

Method _SET_RSRINFOPROVDATA on class CL_RSD_INFOPROV_CONSTRUCT has no parameter.
Method _SET_RSRINFOPROVDATA on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _SET_SID_SUPPORT Signature

Method _SET_SID_SUPPORT on class CL_RSD_INFOPROV_CONSTRUCT has no parameter.
Method _SET_SID_SUPPORT on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _SET_TRIVMAP Signature

Method _SET_TRIVMAP on class CL_RSD_INFOPROV_CONSTRUCT has no parameter.
Method _SET_TRIVMAP on class CL_RSD_INFOPROV_CONSTRUCT has no exception.

Method _TRANSFORM_ICVAL Signature

Method _TRANSFORM_ICVAL on class CL_RSD_INFOPROV_CONSTRUCT has no parameter.
Method _TRANSFORM_ICVAL on class CL_RSD_INFOPROV_CONSTRUCT has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740