SAP ABAP Class CL_RSLPO_TEST_METADATA (Semantic partitioning: Consistency check for metadata)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSLPO_TLOGO (Package) Semantic Partitioning: Metadata / TLOGO Implementation
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSLPO_TASK Semantic Partitioning: Task / Process 20090415
Properties
Class CL_RSLPO_TEST_METADATA  
Short Description Semantic partitioning: Consistency check for metadata    
Super Class CL_RSLPO_TASK Semantic Partitioning: Task / Process 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSLPO_TLOGO   Semantic Partitioning: Metadata / TLOGO Implementation 
Created 20090415   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSLPO_TEST_METADATA has no interface implemented.
Friends
Class CL_RSLPO_TEST_METADATA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_LOG Instance attribute Private Type reference (TYPE) RS_BOOL TRUE: Indexing of internal tables is logged 20090515
2 P_LPO Instance attribute Private Type reference (TYPE) RSLPONAME Name of SPO to be checked 20090423
3 P_T_ITAB_INDEX Instance attribute Private Type reference (TYPE) RSLPO_T_ITAB_INDEX Table with index ranges for metadata tables 20090417
4 P_T_RSDCUBE Instance attribute Private See coding Table with data records from table RSDCUBE 20090416
5 P_T_RSDODSO Instance attribute Private See coding Table with data records from table RSDODSO 20090416
6 P_T_RSKSNEW Instance attribute Private See coding Table with data records from RSKSNEW 20090513
7 P_T_RSLPO Instance attribute Private See coding Table with data records from table RSLPO 20090416
8 P_T_RSLPOCOMP Instance attribute Private See coding Table with data records from table RSLPOCOMP 20090416
9 P_T_RSLPOCOMPPROP Instance attribute Private See coding Table with data records from table RSLPOCOMPPROP 20120629
10 P_T_RSLPOCOMPTEXT Instance attribute Private See coding Table with data records from table RSLPOCOMPTEXT 20090416
11 P_T_RSLPODBPART Instance attribute Private See coding Table with data records from table RSLPODBPART 20090416
12 P_T_RSLPOPART Instance attribute Private See coding Table with data records from table RSLPOPART 20090416
13 P_T_RSLPOPARTRANGE Instance attribute Private See coding Table with data records from table RSLPOPARTRANGE 20090416
14 P_T_RSLPOT Instance attribute Private See coding Table with data records from table RSLPOT 20090416
15 P_T_RSTRAN Instance attribute Private See coding Table with data records from table RSTRAN 20090513
16 P_T_SELECT Instance attribute Private Type reference (TYPE) RS_T_SELECT Table with selection criteria for SPOs to be checked 20090511
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_LPO_TABLE Instance method Private Method Changes data in a metadata table 20100813
2 CONSTRUCTOR Instance method Public Constructor Constructor 20090415
3 GET_R_T_DATA Instance method Private Method Returns data records of a metadata table 20090420
4 GET_TS_REL_COMP Instance method Private Method Returns table with assignments of components to SPOs 20090513
5 GET_T_ITAB_INDEX Instance method Private Method Returns table with index ranges for metadata tables 20090515
6 GET_T_MSG Instance method Private Method Returns table with log messages 20090608
7 REPAIR_LPO Instance method Private Method Repairs metadata of current SPOs 20100813
8 SELECT_INTO_ITAB Instance method Private Method Reads metadata from database 20090515
9 SET_R_T_DATA Instance method Public Method Reserves attribute with data records of a metadata table 20090423
10 TEST_LPO Instance method Private Method Checks metadata of current SPO 20090506
11 TEST_LPO_COMP_TABLE Instance method Private Method Checks data of component metadata table 20090519
12 TEST_LPO_LPOA_TABLE Instance method Private Method Checks data of an SPO metadata table 20090526
13 TEST_LPO_TABLE_RSLPO Instance method Private Method Checks data of table RSLPO 20090506
14 TEST_LPO_TABLE_RSLPOCOMP Instance method Private Method Checks data of table RSLPOCOMP 20090506
15 TEST_LPO_TABLE_RSLPOCOMPPROP Instance method Private Method Checks data of table RSLPOCOMPPROP 20120629
16 TEST_LPO_TABLE_RSLPOCOMPTEXT Instance method Private Method Checks data of table RSLPOCOMPTEXT 20090507
17 TEST_LPO_TABLE_RSLPODBPART Instance method Private Method Checks data of table RSLPODBPART 20090507
18 TEST_LPO_TABLE_RSLPOPART Instance method Private Method Checks data of table RSLPOPART 20090507
19 TEST_LPO_TABLE_RSLPOPARTRANGE Instance method Private Method Checks data of table RSLPOPARTRANGE 20090507
20 TEST_LPO_TABLE_RSLPOT Instance method Private Method Checks data of table RSLPOT 20090507
21 TEST_SELECT Instance method Private Method Checks metadata of all selected SPOs 20090515
Events
Class CL_RSLPO_TEST_METADATA has no event.
Types
Class CL_RSLPO_TEST_METADATA has no local type.
Method Signatures

Method CHANGE_LPO_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TABLE Call by reference Type reference (TYPE) TABNAME Name der Metadatentabelle 20100813

Method CHANGE_LPO_TABLE on class CL_RSLPO_TEST_METADATA has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LPO Call by reference Type reference (TYPE) RSLPONAME Name des zu prüfenden SPOs 20090511
2 Importing I_SIMUL Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE TRUE: Prüfung wird ohne Reparatur ausgeführt 20090511
3 Importing I_T_SELECT Call by reference Type reference (TYPE) RS_T_SELECT Tabelle mit Selektionskriterien für zu prüfende SPOs 20090511

Method CONSTRUCTOR on class CL_RSLPO_TEST_METADATA has no exception.

Method GET_R_T_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_ITAB_INDEX Call by reference Type reference (TYPE) RSLPO_S_ITAB_INDEX Zu lesende Tabelle und Indexbereich 20090420
2 Returning R_R_T_DATA Value transfer Object reference (TYPE REF TO) DATA Referenz auf Tabelle mit Datensätzen 20090420

Method GET_R_T_DATA on class CL_RSLPO_TEST_METADATA has no exception.

Method GET_TS_REL_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IPRO_MSTR Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE TRUE: Nur Zuordnungen von Master-Providern liefern 20090513
2 Importing I_LPOA_ONLY Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE TRUE: Nur SPO-Metadaten für Ermittlung berücksichtigen 20090529
3 Importing I_TLOGO Call by reference Type reference (TYPE) RSTLOGO TLOGO-Typ der Komponenten 20090513
4 Returning R_TS_REL_COMP Value transfer Type reference (TYPE) RSO_TS_TLOGO_REL Tabelle mit Zuordnungen von Komponenten zu SPOs 20090513

Method GET_TS_REL_COMP on class CL_RSLPO_TEST_METADATA has no exception.

Method GET_T_ITAB_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_ITAB_INDEX Value transfer Type reference (TYPE) RSLPO_T_ITAB_INDEX Tabelle mit Indexbereichen für Metadatentabellen 20090515

Method GET_T_ITAB_INDEX on class CL_RSLPO_TEST_METADATA has no exception.

Method GET_T_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MSGTY Call by reference Type reference (TYPE) SYMSGTY Nachrichtentyp 20090608
2 Returning R_T_MSG Value transfer Type reference (TYPE) RS_T_MSG Tabelle mit Nachrichten des Protokolls 20090608

Method GET_T_MSG on class CL_RSLPO_TEST_METADATA has no exception.

Method REPAIR_LPO Signature

Method REPAIR_LPO on class CL_RSLPO_TEST_METADATA has no parameter.
Method REPAIR_LPO on class CL_RSLPO_TEST_METADATA has no exception.

Method SELECT_INTO_ITAB Signature

Method SELECT_INTO_ITAB on class CL_RSLPO_TEST_METADATA has no parameter.
Method SELECT_INTO_ITAB on class CL_RSLPO_TEST_METADATA has no exception.

Method SET_R_T_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPEND Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE TRUE: Datensätze werden hinzugefügt 20090423
2 Importing I_R_T_DATA Call by reference Object reference (TYPE REF TO) DATA Referenz auf Tabelle mit Datensätzen 20090423
3 Importing I_TABLE Call by reference Type reference (TYPE) TABNAME Name der Metadatentabelle 20090423

Method SET_R_T_DATA on class CL_RSLPO_TEST_METADATA has no exception.

Method TEST_LPO Signature

Method TEST_LPO on class CL_RSLPO_TEST_METADATA has no parameter.
Method TEST_LPO on class CL_RSLPO_TEST_METADATA has no exception.

Method TEST_LPO_COMP_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TABLE Call by reference Type reference (TYPE) TABNAME Name der Metadatentabelle 20090519

Method TEST_LPO_COMP_TABLE on class CL_RSLPO_TEST_METADATA has no exception.

Method TEST_LPO_LPOA_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TABLE Call by reference Type reference (TYPE) TABNAME Name der Metadatentabelle 20090526

Method TEST_LPO_LPOA_TABLE on class CL_RSLPO_TEST_METADATA has no exception.

Method TEST_LPO_TABLE_RSLPO Signature

Method TEST_LPO_TABLE_RSLPO on class CL_RSLPO_TEST_METADATA has no parameter.
Method TEST_LPO_TABLE_RSLPO on class CL_RSLPO_TEST_METADATA has no exception.

Method TEST_LPO_TABLE_RSLPOCOMP Signature

Method TEST_LPO_TABLE_RSLPOCOMP on class CL_RSLPO_TEST_METADATA has no parameter.
Method TEST_LPO_TABLE_RSLPOCOMP on class CL_RSLPO_TEST_METADATA has no exception.

Method TEST_LPO_TABLE_RSLPOCOMPPROP Signature

Method TEST_LPO_TABLE_RSLPOCOMPPROP on class CL_RSLPO_TEST_METADATA has no parameter.
Method TEST_LPO_TABLE_RSLPOCOMPPROP on class CL_RSLPO_TEST_METADATA has no exception.

Method TEST_LPO_TABLE_RSLPOCOMPTEXT Signature

Method TEST_LPO_TABLE_RSLPOCOMPTEXT on class CL_RSLPO_TEST_METADATA has no parameter.
Method TEST_LPO_TABLE_RSLPOCOMPTEXT on class CL_RSLPO_TEST_METADATA has no exception.

Method TEST_LPO_TABLE_RSLPODBPART Signature

Method TEST_LPO_TABLE_RSLPODBPART on class CL_RSLPO_TEST_METADATA has no parameter.
Method TEST_LPO_TABLE_RSLPODBPART on class CL_RSLPO_TEST_METADATA has no exception.

Method TEST_LPO_TABLE_RSLPOPART Signature

Method TEST_LPO_TABLE_RSLPOPART on class CL_RSLPO_TEST_METADATA has no parameter.
Method TEST_LPO_TABLE_RSLPOPART on class CL_RSLPO_TEST_METADATA has no exception.

Method TEST_LPO_TABLE_RSLPOPARTRANGE Signature

Method TEST_LPO_TABLE_RSLPOPARTRANGE on class CL_RSLPO_TEST_METADATA has no parameter.
Method TEST_LPO_TABLE_RSLPOPARTRANGE on class CL_RSLPO_TEST_METADATA has no exception.

Method TEST_LPO_TABLE_RSLPOT Signature

Method TEST_LPO_TABLE_RSLPOT on class CL_RSLPO_TEST_METADATA has no parameter.
Method TEST_LPO_TABLE_RSLPOT on class CL_RSLPO_TEST_METADATA has no exception.

Method TEST_SELECT Signature

Method TEST_SELECT on class CL_RSLPO_TEST_METADATA has no parameter.
Method TEST_SELECT on class CL_RSLPO_TEST_METADATA has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 720