SAP ABAP Interface /BOFU/IF_WHERE_USED_CHECK (Where Used Checks)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-BRC (Application Component) Reusable Components of Business Suite Foundation
⤷
/BOFU/COMMON_1 (Package) Common Types; Reuse Objects; Functions (Native BS_FND)

⤷

⤷

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
Interface | /BOFU/IF_WHERE_USED_CHECK | |
Short Description | Where Used Checks |
General Data
Package | /BOFU/COMMON_1 | Common Types; Reuse Objects; Functions (Native BS_FND) |
Created | 20081224 | SAP |
Last changed | 20110908 | SAP |
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
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | /BOFU/IF_ABSTRACT_SINGLETON | Abstract Singleton | 20081224 |
Friends
Interface /BOFU/IF_WHERE_USED_CHECK has no friend.
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 | ![]() |
Instance method | Public | Method | Is given Server object being used by me as Dependent Object? | 20081224 |
Events
Interface /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 | ![]() |
CT_KEY_IN_USE | Call by reference | Type reference (TYPE) | ANY TABLE | Server Object Keys in Use | 20081224 | ||
2 | ![]() |
CT_MESSAGES | Call by reference | Type reference (TYPE) | TT_OBJ_MESSAGE | Object Messages | 20081224 | ||
3 | ![]() |
CT_OBJ_USAGE | Call by reference | Type reference (TYPE) | TT_OBJ_USAGE | Object Usage: Server Object & Dependent Object Keys | 20081226 | ||
4 | ![]() |
IT_KEY | Call by reference | Type reference (TYPE) | ANY TABLE | Server Object keys | 20081224 | ||
5 | ![]() |
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 Interface /BOFU/IF_WHERE_USED_CHECK has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 702 |