SAP ABAP Class /BOFU/IF_WHERE_USED_CHECK (Where Used Checks)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  /BOFU/IF_ABSTRACT_SINGLETON Abstract Singleton 20081224
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_FBI_AP_DESTIME FBI Application Profile Design Time 20090203
2 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_FBI_VIEW_DESTIME FBI View Design Time (OBSOLETE view cluster) 20081224
3 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_FBI_VIEW_USE_DESTIME FBI View Usage Design Time 20081224
4 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_PBI_POWL_DESTIME TODO: PBI POWL Definition Design Time 20081224
5 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_WHERE_USED_SERVICES Where Used Services 20081224
Properties
Class /BOFU/IF_WHERE_USED_CHECK  
Short Description Where Used Checks    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20081224   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /BOFU/IF_WHERE_USED_CHECK has no interface implemented.
Friends
Class /BOFU/IF_WHERE_USED_CHECK has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 SV_MY_OBJECT_TYPE Static Attribute Public Type reference (TYPE) /BOFU/WHERE_USE_OBJECT_TYPE Where Used Analysis: Object Type 20090108
Methods
# Method Level Visibility Method type Description Created on
1 IS_OBJECT_IN_USE Instance method Public Method Is given Server object being used by me as Dependent Object? 20081224
Events
Class /BOFU/IF_WHERE_USED_CHECK has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_DEPENDENT_OBJECT_KEYS Public See coding Dependent Object & Keys (ref to table of keys) 20081226 BEGIN OF ts_dependent_object_keys, object TYPE /bofu/where_use_object_type, r_keys TYPE REF TO data, "(ref to ) Table of Keys END OF ts_dependent_object_keys
2 TS_OBJ_MESSAGE Public See coding Object Message 20081226 BEGIN OF ts_obj_message, r_obj_key TYPE REF TO data. INCLUDE TYPE bal_s_msg AS s_message. TYPES: END OF ts_obj_message
3 TS_OBJ_USAGE Public See coding Object Key and 'Dependent Objects their Keys' 20081226 BEGIN OF ts_obj_usage, r_obj_key TYPE REF TO data, t_dependent_objects TYPE tt_dependent_object_keys, END OF ts_obj_usage
4 TT_DEPENDENT_OBJECT_KEYS Public See coding Dependent Objects their Keys 20081226 tt_dependent_object_keys TYPE HASHED TABLE OF ts_dependent_object_keys WITH UNIQUE KEY object
5 TT_OBJ_MESSAGE Public See coding Object Messages 20081226 tt_obj_message TYPE STANDARD TABLE OF ts_obj_message WITH DEFAULT KEY
6 TT_OBJ_USAGE Public See coding Object Usage: Server Object & Dependent Object Keys 20081226 tt_obj_usage TYPE HASHED TABLE OF ts_obj_usage WITH UNIQUE KEY r_obj_key
Method Signatures

Method IS_OBJECT_IN_USE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_KEY_IN_USE Call by reference Type reference (TYPE) ANY TABLE Server Object Keys in Use 20081224
2 Changing CT_MESSAGES Call by reference Type reference (TYPE) TT_OBJ_MESSAGE Object Messages 20081224
3 Changing CT_OBJ_USAGE Call by reference Type reference (TYPE) TT_OBJ_USAGE Object Usage: Server Object & Dependent Object Keys 20081226
4 Importing IT_KEY Call by reference Type reference (TYPE) ANY TABLE Server Object keys 20081224
5 Importing IV_OBJECT Call by reference Type reference (TYPE) /BOFU/WHERE_USE_OBJECT_TYPE Where Used Analysis: Server Object Type 20081224

Method IS_OBJECT_IN_USE on class /BOFU/IF_WHERE_USED_CHECK has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in