SAP ABAP Class CL_RSMD_USAGE_CHECK (Master Data Usage Check)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSMD_UC (Package) Master Data Services: Where-Used-Check
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSR_BASE OLAP Basis 20040412
Properties
Class CL_RSMD_USAGE_CHECK  
Short Description Master Data Usage Check    
Super Class CL_RSR_BASE OLAP Basis 
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSMD_UC   Master Data Services: Where-Used-Check 
Created 20040204   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RSDA_INFOPROV_QUERY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSBTC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RSDRS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
6 RSMDD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
7 RSSG Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSMD_USAGE_CHECK has no interface implemented.
Friends
Class CL_RSMD_USAGE_CHECK has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_C_TEMPTAB_D Constant Public Type reference (TYPE) C 'D' Temporary table 'D' 20040213
2 N_C_TEMPTAB_T Constant Public Type reference (TYPE) C 'T' Temporary table 'T' 20040213
3 N_TEMPTABNM_D Static Attribute Public Type reference (TYPE) TABNAME Name of the 'D' temporary table 20040212
4 N_TEMPTABNM_T Static Attribute Public Type reference (TYPE) TABNAME Name of the 'T' temporary table 20040212
5 N_TEMPTAB_LIFETIME_D Static Attribute Private Type reference (TYPE) INT4 30 Number of days for which Ttemporary table 'D' is valid 20040213
6 N_TEMPTAB_LIFETIME_T Static Attribute Private Type reference (TYPE) INT4 1 Number of days for which Ttemporary table 'T' is valid 20040213
7 P_C_BATCH_PREFIX Constant Private Type reference (TYPE) CHAR5 'MDCK_' Prefix for the Batch ID 20040615
8 P_C_CHAVL_FIELDNM Constant Private Type reference (TYPE) CHAR10 'RSCHAVL' Field name ''RSCHAVL' 20040324
9 P_C_MUK_DATAELEM Constant Private Type reference (TYPE) CHAR20 'RSMD_UC_MUK' Data element for the field 'MUK' 20040414
10 P_C_MUK_FIELDNM Constant Private Type reference (TYPE) CHAR5 'MUK' Field name 'MUK' 20040414
11 P_C_OCCURS_DATAELEM Constant Private Type reference (TYPE) CHAR20 'RSMD_UC_COUNT' Data element for the field 'OCCURS' 20040414
12 P_C_OCCURS_FIELDNM Constant Private Type reference (TYPE) CHAR10 'OCCURS' Field name 'OCCURS' for temporary table 20040414
13 P_C_PKGSIZE Static Attribute Private Type reference (TYPE) I 25000 Package size in which records are processed 20040217
14 P_C_PROCESS_TYPE Constant Private Type reference (TYPE) RSPC_TYPE 'MDWHERECHK' Process Type 20040615
15 P_C_USED_DATAELEM Constant Private Type reference (TYPE) CHAR20 'RSMD_UC_USED' Data element for the field 'USED' 20040322
16 P_C_USED_FIELDNM Constant Private Type reference (TYPE) CHAR10 'USED' Field name 'USED' for temporary table 20040322
17 P_T_IDX_SID Static Attribute Private Type reference (TYPE) RSMD_UC_T_DD17V Index meta data for SID column 20061102
Methods
# Method Level Visibility Method type Description Created on
1 EXECUTE Static method Public Method Perform the Where-Used Check 20040212
2 EXECUTE_INTERNAL Static method Public Method Perform the Where-Used Check 20110211
3 FILL_TTAB_DATA_ALL_DB Static method Private Method Fill TTAB with Data directly on the DB 20100302
4 GET_TEMPTAB_LIFETIME_D Static method Public Method Get the lifetime of the Temporary table 'D' in days 20040213
5 GET_TEMPTAB_LIFETIME_T Static method Public Method Get the lifetime of the Temporary table 'T' in days 20040213
6 SET_RESTRICTIONS_DATA_ALL Static method Public Method Set restrictions on data to be checked: all data 20040204
7 SET_RESTRICTIONS_DATA_CHAVL Static method Public Method Set restrictions on data to be checked: list of chavl (conca 20040204
8 SET_RESTRICTIONS_DATA_REUSE Static method Public Method Set restrictions according to reused where-used list 20130325
9 SET_RESTRICTIONS_DATA_WHERE Static method Public Method Set restrictions on data to be checked: data with WHERE 20081102
10 SET_TEMPTAB_LIFETIME_D Static method Public Method Set the lifetime of the Temporary table 'D' in days 20040213
11 SET_TEMPTAB_LIFETIME_T Static method Public Method Set the lifetime of the Temporary table 'T' in days 20040213
12 _CHECK_INITIAL Static method Private Method Check if the input is valid 20040429
13 _CHECK_MUT Static method Private Method 20060630
14 _CHECK_MUTS Static method Private Method 20060630
15 _CREATE_DTAB Static method Private Method Create the 'D' Temporary table 20040219
16 _CREATE_TTAB Static method Private Method Create the 'T' Temporary table 20040219
17 _EXECUTE_PARALLEL Static method Private Method Perform the Where-used check in Parallel mode 20040615
18 _EXECUTE_SERIAL Static method Private Method Perform the Where-used check in serial mode 20040615
19 _FILL_TTAB_DATA_ALL Static method Private Method Fill the 'T' table from the corresponding SID table 20040219
20 _FILL_TTAB_DATA_CHAVL Static method Private Method Fill the 'T' table from the Chavls passed 20040219
21 _FILL_TTAB_DATA_SELECTIVE Static method Private Method Fill the 'T' table from the corresponding M view 20090121
22 _GET_BATCHID Static method Private Method Get Batch ID 20040615
23 _PREPARE_EXECUTION Static method Private Method Perform the Where-Used Check 20040614
24 _SET_TEMPTABDEF Static method Private Method Set the definition of the 'T' Temporary table 20040211
25 _SET_TEMPTABDEF_DETAIL Static method Private Method Set the definition of the 'D' Temporary table 20040212
26 _UPDATE_STATISTICS Static method Private Method Updates statistics in passed table 20061102
27 _UPDATE_TEMP_TAB Static method Private Method Update 'Used' flag in temp table 20081020
28 _WAIT_GET_STATUS Static method Private Method Get status of parallel processes 20081020
Events
Class CL_RSMD_USAGE_CHECK has no event.
Types
Class CL_RSMD_USAGE_CHECK has no local type.
Method Signatures

Method EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DETAIL_TABNM Call by reference Type reference (TYPE) RSMD_UC_TABNM Name der temporären Tabelle 'D' 20040324
2 Exporting E_EXISTS Call by reference Type reference (TYPE) RSMD_UC_USED Kennz.: Merkmalswert wurde benutzt (Verwendungsnachweisprüf) 20040326
3 Exporting E_STATUS Call by reference Type reference (TYPE) RSSTATUS Request status (internal display) 20081020
4 Exporting E_TTABNM Call by reference Type reference (TYPE) RSMD_UC_TABNM Name der temporären Tabelle 'T' 20040324
5 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20110308
6 Importing I_IOBJNM Call by reference Type reference (TYPE) RSD_IOBJNM Merkmal 20040212
7 Importing I_PARALLEL_MODE Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Kennz. setzen: Parallele Ausführung der VerwendNachwPrüf. 20040615
8 Importing I_PARALLEL_PROCS Call by reference Type reference (TYPE) I 3 Anzahl der parallelen Prozesse 20040615
9 Importing I_SEARCH_MODE Call by reference Type reference (TYPE) RSMD_UC_CHECKMODE Modus für Verwendungsnachweisprüfung 20040212
10 Importing I_STORAGE_SELECTION Call by reference Type reference (TYPE) RSDA_STORAGE_SELECTION CL_RSDA_INFOPROV_QUERY=>C_STORAGE_SELECTION-ALL 20110211

Method EXECUTE on class CL_RSMD_USAGE_CHECK has no exception.

Method EXECUTE_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EXISTS Value transfer Type reference (TYPE) RSMD_UC_USED Flag indicating that a Chavl has been used (Where-used chk) 20110211
2 Exporting E_RETURN Value transfer Type reference (TYPE) RS_BOOL Unconditional return to caller 20110211
3 Exporting E_STATUS Value transfer Type reference (TYPE) RSSTATUS Request status (internal display) 20110211
4 Importing I_IOBJNM Call by reference Type reference (TYPE) RSD_IOBJNM 20130307
5 Importing I_PARALLEL_MODE Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Flag parallel execution of the Where-used check 20110211
6 Importing I_PARALLEL_PROCS Call by reference Type reference (TYPE) I 3 Number of parallel processes 20110211
7 Importing I_SEARCH_MODE Call by reference Type reference (TYPE) RSMD_UC_CHECKMODE Where-Used Check mode 20110211
8 Importing I_T_MUTTAB Call by reference Type reference (TYPE) RSMD_UC_T_MUT Metadata of Master Data Usage Type (for Usage Check) 20110211
9 Importing I_T_USINGOBJ_ALL Call by reference Type reference (TYPE) RSMD_UC_T_USINGOBJ Table containing the Using objects in MD Where-used check 20110211

Method EXECUTE_INTERNAL on class CL_RSMD_USAGE_CHECK has no exception.

Method FILL_TTAB_DATA_ALL_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANM Call by reference Type reference (TYPE) RSD_IOBJNM 20100302

Method FILL_TTAB_DATA_ALL_DB on class CL_RSMD_USAGE_CHECK has no exception.

Method GET_TEMPTAB_LIFETIME_D Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TEMPTAB_LIFETIME Value transfer Type reference (TYPE) INT4 Lebensdauer der temporären Tabellen in Tagen 20040213

Method GET_TEMPTAB_LIFETIME_D on class CL_RSMD_USAGE_CHECK has no exception.

Method GET_TEMPTAB_LIFETIME_T Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TEMPTAB_LIFETIME Value transfer Type reference (TYPE) INT4 Lebensdauer der temporären Tabellen in Tagen 20040213

Method GET_TEMPTAB_LIFETIME_T on class CL_RSMD_USAGE_CHECK has no exception.

Method SET_RESTRICTIONS_DATA_ALL 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) RSD_IOBJNM Basismerkmal 20040217
2 Importing I_STORE_USAGE_LIST Value transfer Type reference (TYPE) RS_BOOL RS_C_FALSE store the master data usage list 20130325

Method SET_RESTRICTIONS_DATA_ALL on class CL_RSMD_USAGE_CHECK has no exception.

Method SET_RESTRICTIONS_DATA_CHAVL 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) RSD_IOBJNM Basismerkmal 20040218
2 Importing I_STORE_USAGE_LIST Value transfer Type reference (TYPE) RS_BOOL RS_C_FALSE Store the master data usage list 20130325
3 Importing I_T_CHAVL Call by reference Type reference (TYPE) RSMD_UC_T_CHAVL Tabelle, die konkatenierte Merkmalswerte für Suche enthält 20040217

Method SET_RESTRICTIONS_DATA_CHAVL on class CL_RSMD_USAGE_CHECK has no exception.

Method SET_RESTRICTIONS_DATA_REUSE 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 Reference characteristic 20130325
2 Importing I_REUSE_TEMPTAB Call by reference Type reference (TYPE) TABNAME Any table 20130325
3 Importing I_REUSE_USAGE_LIST Call by reference Type reference (TYPE) RSMD_UC_REUSE_USAGE_LIST Boolean 20130325
4 Returning R_EMPTY Value transfer Type reference (TYPE) RS_BOOL Boolean 20130325

Method SET_RESTRICTIONS_DATA_REUSE on class CL_RSMD_USAGE_CHECK has no exception.

Method SET_RESTRICTIONS_DATA_WHERE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ALL_DATA Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE All data to be checked? 20090121
2 Importing I_CHABASNM Call by reference Type reference (TYPE) RSD_IOBJNM Basic Characteristic 20081102
3 Importing I_STORE_USAGE_LIST Value transfer Type reference (TYPE) RS_BOOL RS_C_FALSE Store the master data usage list 20130325
4 Importing I_WHERE Call by reference Type reference (TYPE) STRING ABAPSOURCE_T 20081102

Method SET_RESTRICTIONS_DATA_WHERE on class CL_RSMD_USAGE_CHECK has no exception.

Method SET_TEMPTAB_LIFETIME_D Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEMPTAB_LIFETIME Call by reference Type reference (TYPE) INT4 Lebensdauer der temporären Tabellen in Tagen 20040213

Method SET_TEMPTAB_LIFETIME_D on class CL_RSMD_USAGE_CHECK has no exception.

Method SET_TEMPTAB_LIFETIME_T Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEMPTAB_LIFETIME Call by reference Type reference (TYPE) INT4 Lebensdauer der temporären Tabellen in Tagen 20040213

Method SET_TEMPTAB_LIFETIME_T on class CL_RSMD_USAGE_CHECK has no exception.

Method _CHECK_INITIAL 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) RSD_IOBJNM 20040429

Method _CHECK_INITIAL on class CL_RSMD_USAGE_CHECK has no exception.

Method _CHECK_MUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MUT Call by reference Type reference (TYPE) RSMD_UC_MUT 20060630

Method _CHECK_MUT on class CL_RSMD_USAGE_CHECK has no exception.

Method _CHECK_MUTS Signature

Method _CHECK_MUTS on class CL_RSMD_USAGE_CHECK has no parameter.
Method _CHECK_MUTS on class CL_RSMD_USAGE_CHECK has no exception.

Method _CREATE_DTAB 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) RSD_IOBJNM 20040412
2 Importing I_SEARCH_MODE Call by reference Type reference (TYPE) RSMD_UC_CHECKMODE Modus: Verwendungsnachweisprüfung von Stammdaten 20040412

Method _CREATE_DTAB on class CL_RSMD_USAGE_CHECK has no exception.

Method _CREATE_TTAB 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) RSD_IOBJNM Basismerkmal 20130403
2 Importing I_STORE_USAGE_LIST Value transfer Type reference (TYPE) RS_BOOL RS_C_FALSE Store the Master data usage list 20130325

Method _CREATE_TTAB on class CL_RSMD_USAGE_CHECK has no exception.

Method _EXECUTE_PARALLEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ALL_DATA_USED Call by reference Type reference (TYPE) RS_BOOL All data used? 20081114
2 Exporting E_EXISTS Call by reference Type reference (TYPE) RSMD_UC_USED Kennz.: Merkmalswert wurde benutzt (Verwendungsnachweisprüf) 20040615
3 Exporting E_STATUS Call by reference Type reference (TYPE) RSSTATUS Request status (internal display) 20081020
4 Importing I_IOBJNM Call by reference Type reference (TYPE) RSD_IOBJNM 20130307
5 Importing I_PARALLEL_PROCS Call by reference Type reference (TYPE) I 3 Anzahl der parallelen Prozesse 20040615
6 Importing I_SEARCH_MODE Call by reference Type reference (TYPE) RSMD_UC_CHECKMODE Modus: Verwendungsnachweisprüfung von Stammdaten 20040615
7 Importing I_T_MUTTAB Call by reference Type reference (TYPE) RSMD_UC_T_MUT Tabelle, die verschiedene Verwendungsarten von StD enthält 20040615
8 Importing I_T_USINGOBJ_PARALLEL Call by reference Type reference (TYPE) RSMD_UC_T_USINGOBJ Tabelle enth. benutzte Objekte in StD-Verwendungsnachweisprf 20040615

Method _EXECUTE_PARALLEL on class CL_RSMD_USAGE_CHECK has no exception.

Method _EXECUTE_SERIAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ALL_DATA_USED Call by reference Type reference (TYPE) RS_BOOL All data used? 20081114
2 Exporting E_EXISTS Call by reference Type reference (TYPE) RSMD_UC_USED Kennz.: Merkmalswert wurde benutzt (Verwendungsnachweisprüf) 20040615
3 Exporting E_SUBRC Call by reference Type reference (TYPE) SYSUBRC Return value 20081022
4 Importing I_IOBJNM Call by reference Type reference (TYPE) RSD_IOBJNM 20130307
5 Importing I_SEARCH_MODE Call by reference Type reference (TYPE) RSMD_UC_CHECKMODE Modus: Verwendungsnachweisprüfung von Stammdaten 20040615
6 Importing I_T_MUTTAB Call by reference Type reference (TYPE) RSMD_UC_T_MUT Tabelle, die verschiedene Verwendungsarten von StD enthält 20040615
7 Importing I_T_USINGOBJ_ALL_MUK Call by reference Type reference (TYPE) RSMD_UC_T_USINGOBJ Tabelle enth. benutzte Objekte in StD-Verwendungsnachweisprf 20040615

Method _EXECUTE_SERIAL on class CL_RSMD_USAGE_CHECK has no exception.

Method _FILL_TTAB_DATA_ALL 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) RSD_IOBJNM Basismerkmal 20040219
2 Importing I_WHERE Call by reference Type reference (TYPE) STRING ABAPSOURCE_T 20081102

Method _FILL_TTAB_DATA_ALL on class CL_RSMD_USAGE_CHECK has no exception.

Method _FILL_TTAB_DATA_CHAVL 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) RSD_IOBJNM Basismerkmal 20040219
2 Importing I_T_CHAVL Call by reference Type reference (TYPE) RSMD_UC_T_CHAVL Tabelle, die konkatenierte Merkmalswerte für Suche enthält 20040219

Method _FILL_TTAB_DATA_CHAVL on class CL_RSMD_USAGE_CHECK has no exception.

Method _FILL_TTAB_DATA_SELECTIVE 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) RSD_IOBJNM Basic Characteristic 20090121
2 Importing I_WHERE Call by reference Type reference (TYPE) STRING ABAPSOURCE_T 20090121

Method _FILL_TTAB_DATA_SELECTIVE on class CL_RSMD_USAGE_CHECK has no exception.

Method _GET_BATCHID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_BATCHID Value transfer Type reference (TYPE) CHAR30 30 Zeichen 20040615

Method _GET_BATCHID on class CL_RSMD_USAGE_CHECK has no exception.

Method _PREPARE_EXECUTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DETAIL_TABNM Call by reference Type reference (TYPE) RSMD_UC_TABNM Name der temporären Tabelle 'D' 20040614
2 Exporting E_TTABNM Call by reference Type reference (TYPE) RSMD_UC_TABNM Name der temporären Tabelle 'T' 20040614
3 Exporting E_T_MSG Value transfer Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20110308
4 Exporting E_T_MUTTAB Call by reference Type reference (TYPE) RSMD_UC_T_MUT Tabelle, die verschiedene Verwendungsarten von StD enthält 20040614
5 Exporting E_T_USINGOBJ_ALL_MUK Call by reference Type reference (TYPE) RSMD_UC_T_USINGOBJ Tabelle enth. benutzte Objekte in StD-Verwendungsnachweisprf 20040614
6 Exporting E_T_USINGOBJ_NLS Call by reference Type reference (TYPE) RSMD_UC_T_USINGOBJ Table containing NLS using objects 20110211
7 Importing I_IOBJNM Call by reference Type reference (TYPE) RSD_IOBJNM Merkmal 20040614
8 Importing I_SEARCH_MODE Call by reference Type reference (TYPE) RSMD_UC_CHECKMODE Modus für Verwendungsnachweisprüfung 20040614
9 Importing I_STORAGE_SELECTION Call by reference Type reference (TYPE) RSDA_STORAGE_SELECTION CL_RSDA_INFOPROV_QUERY=>C_STORAGE_SELECTION-ALL 20110211

Method _PREPARE_EXECUTION on class CL_RSMD_USAGE_CHECK has no exception.

Method _SET_TEMPTABDEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_TEMPTABDEF Call by reference Type reference (TYPE) RSMD_UC_T_TEMPTABDEF Definition von temporärer Tabelle für Verwendungsnachweisprf 20040211
2 Importing I_IOBJNM Call by reference Type reference (TYPE) RSD_IOBJNM Merkmal 20040211
3 Importing I_SEARCH_MODE Call by reference Type reference (TYPE) RSMD_UC_CHECKMODE RSMDD_C_UC_CHECKMODE_E Modus für Verwendungsnachweisprüfung 20040211

Method _SET_TEMPTABDEF on class CL_RSMD_USAGE_CHECK has no exception.

Method _SET_TEMPTABDEF_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_TEMPTABDEF Call by reference Type reference (TYPE) RSMD_UC_T_TEMPTABDEF Definition von temporärer Tabelle für Verwendungsnachweisprf 20040212
2 Importing I_IOBJNM Call by reference Type reference (TYPE) RSD_IOBJNM Merkmal 20040212
3 Importing I_SEARCH_MODE Call by reference Type reference (TYPE) C Modus für Verwendungsnachweisprüfung 20040212

Method _SET_TEMPTABDEF_DETAIL on class CL_RSMD_USAGE_CHECK has no exception.

Method _UPDATE_STATISTICS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20061102

Method _UPDATE_STATISTICS on class CL_RSMD_USAGE_CHECK has no exception.

Method _UPDATE_TEMP_TAB 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) RSD_IOBJNM 20130307
2 Returning R_ALL_DATA_USED Value transfer Type reference (TYPE) RS_BOOL All data used? 20081114

Method _UPDATE_TEMP_TAB on class CL_RSMD_USAGE_CHECK has no exception.

Method _WAIT_GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_USINGOBJ_PARALLEL Call by reference Type reference (TYPE) RSMD_UC_T_USINGOBJ Table containing the Using objects in MD Where-used check 20081020
2 Exporting E_EXISTS Call by reference Type reference (TYPE) RSMD_UC_USED Flag that CHAVL is Used 20081020
3 Exporting E_STATUS Call by reference Type reference (TYPE) RSSTATUS Request status (internal display) 20081020
4 Importing I_BATCHID Call by reference Type reference (TYPE) CHAR30 Batch ID 20081020
5 Importing I_SEARCH_MODE Call by reference Type reference (TYPE) RSMD_UC_CHECKMODE Mode for Where-Used Check of Master Data 20081020

Method _WAIT_GET_STATUS on class CL_RSMD_USAGE_CHECK has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 730