SAP ABAP Class CL_RSDDTREX_NEWMD_INDEX (Services for Master Data Indexing)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSDDTREX (Package) TREX Aggregate
Properties
Class CL_RSDDTREX_NEWMD_INDEX  
Short Description Services for Master Data Indexing    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDDTREX   TREX Aggregate 
Created 20061105   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_RSDDTREX_NEWMD_INDEX has no interface implemented.
Friends
Class CL_RSDDTREX_NEWMD_INDEX has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_C_NEWMDINDEX Constant Public Type reference (TYPE) TBTCJOB-JOBNAME 'BI_BIA_NEWMD_INDEX' Background Job Name 20061105
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_BATCHJOB Static method Public Method Check Status of Batch Job NEWDM_INDEX 20061105
2 CHECK_CONSISTENT_JOBID Static method Public Method Status for Job ID 20061106
3 CHECK_JOB_STATE Static method Public Method Status of Last Job in Tabe and Job Log 20061107
4 CHECK_NEWSID_EXIST Static method Public Method Entries for CHABASNM in TREXNEWSID 20090918
5 CHECK_NEWSID_VALUE Static method Public Method Entries for CHABASNM in TREXNEWSID 20100221
6 CHECK_NEWTEXT_EXIST Static method Public Method Entries for the CHABASNM in TREXNEWTEXT 20120621
7 CHECK_VALUES_TO_ROLLUP Static method Public Method Find out if MD values exist for the value in TREXNEWSID 20090918
8 DELETE_BATCHJOB Static method Public Method Delete Schedule Jobs and Table 20061105
9 GET_JOBID_TO_OBSERVE Static method Public Method Jobid that has to be observed 20090904
10 GET_MDINDEX_JOB Static method Public Method Get/Generate Current Master Data Indexing Job 20061105
11 GET_MDINDEX_JOB_OLD Static method Public Method Get/Generate Current Master Data Indexing Job 20061106
12 SCHEDULE_BATCHJOB Static method Public Method Schedule NEWMD_INDEX as Batch Job 20061105
13 SCHEDULE_INIT_BATCHJOB Static method Public Method First 20061105
14 VERIFY_NEWMD_INDEXED Static method Public Method JOBID has run successfully for certain InfoObjects 20090904
Events
Class CL_RSDDTREX_NEWMD_INDEX has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TP_S_INFOOBJS_SID Private See coding 20100221 BEGIN OF tp_s_infoobjs_sid, iobjnm TYPE rsiobjnm, sid_high TYPE rssid, done TYPE rs_bool, END OF tp_s_infoobjs_sid
2 TP_T_INFOOBJS_SID Private See coding 20100221 tp_t_infoobjs_sid TYPE STANDARD TABLE OF tp_s_infoobjs_sid WITH KEY iobjnm
Method Signatures

Method CHECK_BATCHJOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEEP_CHECK Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Do BP_JOB_CHECKSTATE 20091016
2 Importing I_JOBCOUNT Call by reference Type reference (TYPE) BTCJOBCNT Kennummer eines Jobs 20061105
3 Returning R_BATCHSTATE Value transfer Type reference (TYPE) RSDDBMDJOBSTATE Zustand eines Batchjobs 20061105

Method CHECK_BATCHJOB on class CL_RSDDTREX_NEWMD_INDEX has no exception.

Method CHECK_CONSISTENT_JOBID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_JOBID Call by reference Type reference (TYPE) RSDDBMDJOBID Job-ID eines BIA-Stammdatenindizierjobs 20061106
2 Returning R_ERROR Value transfer Type reference (TYPE) INT4 Natürliche Zahl 20061106

Method CHECK_CONSISTENT_JOBID on class CL_RSDDTREX_NEWMD_INDEX has no exception.

Method CHECK_JOB_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IN_SECONDS Call by reference Type reference (TYPE) INT4 20 Natürliche Zahl 20091030

Method CHECK_JOB_STATE on class CL_RSDDTREX_NEWMD_INDEX has no exception.

Method CHECK_NEWSID_EXIST 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) RSCHABASNM Referenzmerkmal 20090918
2 Importing I_JOIN_MD Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE check mit Hilfe des JOINs gegen die MD Tabellen 20090918
3 Returning R_EXIST Value transfer Type reference (TYPE) RS_BOOL Boolean 20090918

Method CHECK_NEWSID_EXIST on class CL_RSDDTREX_NEWMD_INDEX has no exception.

Method CHECK_NEWSID_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_SIDVALUE Call by reference Type reference (TYPE) RSSID Stammdaten ID 20100221
2 Exporting E_EXIST Call by reference Type reference (TYPE) RS_BOOL Boolean 20100221
3 Importing I_CHABASNM Call by reference Type reference (TYPE) RSCHABASNM Referenzmerkmal 20100221

Method CHECK_NEWSID_VALUE on class CL_RSDDTREX_NEWMD_INDEX has no exception.

Method CHECK_NEWTEXT_EXIST 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) RSCHABASNM Referenzmerkmal 20120621
2 Returning R_EXIST Value transfer Type reference (TYPE) RS_BOOL Boolean 20120621

Method CHECK_NEWTEXT_EXIST on class CL_RSDDTREX_NEWMD_INDEX has no exception.

Method CHECK_VALUES_TO_ROLLUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_DBCNT Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20090918
2 Importing I_CHABASNM Call by reference Type reference (TYPE) RSDIOBJNM InfoObjekt 20090918
3 Importing I_JOBID Call by reference Type reference (TYPE) INT4 jobid, die in die Tabelle rsddtrexnewsid geschrieben wird 20090918
4 Importing I_R_OBJ Call by reference Object reference (TYPE REF TO) IF_RSDDB_OBJ BIA-Index Objekt 20090918
5 Importing I_UPDATE_NEWSID Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE jobid schreiben? 20090918

Method CHECK_VALUES_TO_ROLLUP on class CL_RSDDTREX_NEWMD_INDEX has no exception.

Method DELETE_BATCHJOB Signature

Method DELETE_BATCHJOB on class CL_RSDDTREX_NEWMD_INDEX has no parameter.
Method DELETE_BATCHJOB on class CL_RSDDTREX_NEWMD_INDEX has no exception.

Method GET_JOBID_TO_OBSERVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_JOBID Value transfer Type reference (TYPE) RSDDBMDJOBID Job-ID eines BWA-Stammdatenindizierjobs 20090904

Method GET_JOBID_TO_OBSERVE on class CL_RSDDTREX_NEWMD_INDEX has no exception.

Method GET_MDINDEX_JOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_S_MDJOBSTAT Value transfer Type reference (TYPE) RSDDBMDJOBSTAT Stammdaten-Indizierjobs - Status 20061105

Method GET_MDINDEX_JOB on class CL_RSDDTREX_NEWMD_INDEX has no exception.

Method GET_MDINDEX_JOB_OLD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_S_MDJOBSTAT Value transfer Type reference (TYPE) RSDDBMDJOBSTAT Stammdaten-Indizierjobs - Status 20061106

Method GET_MDINDEX_JOB_OLD on class CL_RSDDTREX_NEWMD_INDEX has no exception.

Method SCHEDULE_BATCHJOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IN_SECONDS Call by reference Type reference (TYPE) INT4 180 Natürliche Zahl 20061106
2 Importing I_JOBID Call by reference Type reference (TYPE) RSDDBMDJOBID Job-ID eines BIA-Stammdatenindizierjobs 20061105

Method SCHEDULE_BATCHJOB on class CL_RSDDTREX_NEWMD_INDEX has no exception.

Method SCHEDULE_INIT_BATCHJOB Signature

Method SCHEDULE_INIT_BATCHJOB on class CL_RSDDTREX_NEWMD_INDEX has no parameter.
Method SCHEDULE_INIT_BATCHJOB on class CL_RSDDTREX_NEWMD_INDEX has no exception.

Method VERIFY_NEWMD_INDEXED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_JOBID Call by reference Type reference (TYPE) RSDDBMDJOBID Job-ID eines BWA-Stammdatenindizierjobs 20090904
2 Importing I_T_INFOOBJS Call by reference Type reference (TYPE) RSDDB_T_INFOOBJS Infoobjekte eines BIA-Index 20090904
# Exception Resumable Description Created on
1 CX_RSDDB_LOCKED 20090904
History
Last changed by/on SAP  20130531 
SAP Release Created in 710