Hierarchy

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/IF_FRW_BUFFER | Interface to the Data Layer | 20091127 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_B_ALERT_EXT_RECIPIENT | PPF Output Content: Alert External Recipient wrapper buffer | 20091215 |
2 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_B_ALERT_RECIPIENT | PPF Output Content: Alert Recipient wrapper buffer | 20091215 |
3 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_B_ALERT_ROOT | PPF Output Content: Alert Manager wrapper buffer | 20091215 |
4 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_B_BCSSR_NOTE | OBSOLETE | 20100119 |
5 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_B_BCSSR_ROOT | PPF Output Content: Send Request buffer | 20091215 |
6 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_B_PPFOC_ALERT | PPF Output Content: Alert wrapper buffer | 20091204 |
7 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_B_PPFOC_BCS | PPF Output Content: External Communication Wrapper Buffer | 20091127 |
8 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_B_PPFOC_CONTAINER | PPF Output Content: CONTAINER buffer | 20091207 |
9 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_B_PPFOC_METHODCALL | PPF Output Content: Alert wrapper buffer | 20100525 |
10 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_B_PPFOC_PARTNER | PPF Output Content: Partner wrapper buffer | 20091204 |
... | Click here to see Used By full list (11 items) |
Properties
Class | /BOFU/CL_B_OBJSRV_PERSOBJ_BASE | |
Short Description | BOPF Buffer for Obj Serv pers objs: base class | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /BOFU/COMMON_1 | Common Types; Reuse Objects; Functions (Native BS_FND) |
Created | 20091127 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | /BOBF/IF_FRW_BUFFER | Interface to the Data Layer | 20091127 |
Friends
Class /BOFU/CL_B_OBJSRV_PERSOBJ_BASE has no friend class.
Attributes
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | Agent Access: Get Keys (Buffer Only) | 20091127 |
2 | ![]() |
Instance method | Protected | Method | Get keys of Instance | 20091208 |
3 | ![]() |
Instance method | Protected | Method | Does Object ID correspond to current Image? | 20100215 |
4 | ![]() |
Instance method | Protected | Method | Agent Access: Retrieve (Buffer and DB) | 20091127 |
5 | ![]() |
Instance method | Protected | Method | Agent Access: RetrieveByAssoc (Buffer and DB) | 20091127 |
6 | ![]() |
Instance method | Protected | Method | Agent Access: RetrieveByAssoc (Buffer Only) | 20091127 |
7 | ![]() |
Instance method | Protected | Method | Agent Access: Retrieve(Buffer Only) | 20091127 |
8 | ![]() |
Instance method | Protected | Method | Retrieve/RetrieveByAssoc: Instance Satisfies Retrieve Reques | 20091207 |
9 | ![]() |
Instance method | Protected | Method | Select and load into agent buffer by PARENT_KEYs | 20091208 |
10 | ![]() |
Instance method | Protected | Method | Compare state with external data | 20100204 |
11 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20091127 |
12 | ![]() |
Instance method | Protected | Method | ABSTRACT: Get Data & Node Cat By KeyInstanceMap | 20091127 |
13 | ![]() |
Instance method | Protected | Method | ABSTRACT: Node Cat By KeyInstanceMap | 20091127 |
14 | ![]() |
Instance method | Protected | Event handling method | Handle Parent reload events | 20091127 |
15 | ![]() |
Instance method | Protected | Method | Modify current state | 20100204 |
16 | ![]() |
Instance method | Protected | Method | Retrieve By Association: Parent to Me | 20091127 |
17 | ![]() |
Instance method | Protected | Method | Retrieve By Association: To Parent | 20091127 |
18 | ![]() |
Instance method | Protected | Method | Retrieve By Association: To Root | 20091127 |
19 | ![]() |
Instance method | Private | Method | Abstract methods are: MODIFY, QUERY, *ALTKEY* | 20091127 |
20 | ![]() |
Instance method | Protected | Method | Retreive (internal) - entry point | 20091127 |
21 | ![]() |
Instance method | Protected | Method | Get Key Links (no Agent call here) | 20091127 |
22 | ![]() |
Instance method | Protected | Method | Notify Key Loaded (created is also in a way loaded for us) | 20091127 |
23 | ![]() |
Instance method | Protected | Method | Release instance | 20100812 |
24 | ![]() |
Instance method | Protected | Method | Reloaded (for Redefinition - contains no code) | 20100406 |
25 | ![]() |
Instance method | Protected | Method | Retrieve with notifications (Agent Call) | 20091127 |
Events
Class /BOFU/CL_B_OBJSRV_PERSOBJ_BASE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_INSTANCE | Private | See coding | 20091127 | BEGIN OF ts_instance,
bo_key TYPE /bobf/obm_bo_key,
node_key TYPE /bobf/obm_node_key,
buffer TYPE REF TO /bobf/if_frw_buffer,
END OF ts_instance
|
||
2 | TT_INSTANCE | Private | See coding | 20091127 | tt_instance TYPE HASHED TABLE OF ts_instance
WITH UNIQUE KEY bo_key node_key
|
Method Signatures
Method AA_GET_KEYS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
2 | ![]() |
ET_KEY_INSTANCE_MAP | Call by reference | Type reference (TYPE) | /BOFU/IF_OSPO_AGENT_ACCESS=>TT_KEY_INSTANCE_MAP | 20091127 | |||
3 | ![]() |
IV_BEFORE_IMAGE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20091127 | ||
4 | ![]() |
IV_CHANGED_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20091127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BOPF Exception Class | 20091208 |
Method AA_GET_KEYS_OF_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_KEY | Call by reference | Type reference (TYPE) | /BOBF/S_FRW_KEY | 20091208 | |||
2 | ![]() |
ES_PARENT_KEY | Call by reference | Type reference (TYPE) | /BOBF/S_FRW_KEY | 20091208 | |||
3 | ![]() |
IO_INSTANCE | Call by reference | Object reference (TYPE REF TO) | IF_OS_STATE | 20091208 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BOPF Exception Class | 20091208 |
Method AA_IS_OBJ_ID_FOR_CURRENT_IMAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_OBJECT_ID | Call by reference | Type reference (TYPE) | I | 20100215 | |||
2 | ![]() |
RV_ANSWER | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100215 |
Method AA_IS_OBJ_ID_FOR_CURRENT_IMAGE on class /BOFU/CL_B_OBJSRV_PERSOBJ_BASE has no exception.
Method AA_RETRIEVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FAILED_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
2 | ![]() |
ET_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
3 | ![]() |
ET_KEY_INSTANCE_MAP | Call by reference | Type reference (TYPE) | /BOFU/IF_OSPO_AGENT_ACCESS=>TT_KEY_INSTANCE_MAP | 20091127 | |||
4 | ![]() |
ET_KEY_LOADED | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
5 | ![]() |
IT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
6 | ![]() |
IV_BEFORE_IMAGE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20091127 | |||
7 | ![]() |
IV_BUFFER_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20091127 | |||
8 | ![]() |
IV_FILL_PARENT_KEY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20091127 | ||
9 | ![]() |
IV_RELOAD | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20091127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BOPF Exception Class | 20091208 |
Method AA_RETRIEVE_BY_ASSOC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
2 | ![]() |
ET_KEY_INSTANCE_MAP | Call by reference | Type reference (TYPE) | /BOFU/IF_OSPO_AGENT_ACCESS=>TT_KEY_INSTANCE_MAP | 20091127 | |||
3 | ![]() |
ET_KEY_LOADED | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
4 | ![]() |
IT_SRC_KEY_BUF | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
5 | ![]() |
IT_SRC_KEY_LOAD | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
6 | ![]() |
IV_BEFORE_IMAGE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20091127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BOPF Exception Class | 20091208 |
Method AA_RETRIEVE_BY_ASSOC_INT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
2 | ![]() |
CT_KEY_INSTANCE_MAP | Call by reference | Type reference (TYPE) | /BOFU/IF_OSPO_AGENT_ACCESS=>TT_KEY_INSTANCE_MAP | 20091127 | |||
3 | ![]() |
CT_KEY_LOADED | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
4 | ![]() |
CT_SRC_KEY_WITHOUT_INSTANCE | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20110107 | ||
5 | ![]() |
CT_SRC_KEY_WITH_INSTANCE | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20110107 | ||
6 | ![]() |
IT_SRC_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
7 | ![]() |
IV_BEFORE_IMAGE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20091127 | ||
8 | ![]() |
IV_NEWLY_LOADED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20091127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BOPF Exception Class | 20091208 |
Method AA_RETRIEVE_INT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_DELETED_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20100215 | ||
2 | ![]() |
CT_FAILED_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
3 | ![]() |
CT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
4 | ![]() |
CT_KEY_INSTANCE_MAP | Call by reference | Type reference (TYPE) | /BOFU/IF_OSPO_AGENT_ACCESS=>TT_KEY_INSTANCE_MAP | 20091127 | |||
5 | ![]() |
CT_KEY_LOADED | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
6 | ![]() |
IT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
7 | ![]() |
IV_BEFORE_IMAGE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20091127 | |||
8 | ![]() |
IV_FILL_PARENT_KEY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20091127 | ||
9 | ![]() |
IV_NEWLY_LOADED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20091127 | |||
10 | ![]() |
IV_RELOAD | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20091127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BOPF Exception Class | 20091208 |
Method AA_RETR_INST_SATIS_REQ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_AGENT | Call by reference | Object reference (TYPE REF TO) | CL_OS_CA_COMMON | Superclass of the Object Services Class Actors | 20091207 | ||
2 | ![]() |
IO_INSTANCE | Call by reference | Object reference (TYPE REF TO) | IF_OS_STATE | State Management for a 'Managed Object' | 20091207 | ||
3 | ![]() |
IV_BEFORE_IMAGE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20091207 | |||
4 | ![]() |
IV_RELOAD | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20091207 | |||
5 | ![]() |
RV_ANSWER | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20091207 |
Method AA_RETR_INST_SATIS_REQ on class /BOFU/CL_B_OBJSRV_PERSOBJ_BASE has no exception.
Method AA_SELECT_AND_LOADBYPARENT_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_PARENT_KEY | Call by reference | Type reference (TYPE) | ANY TABLE | Key Table mostly /BOBF/T_FRW_KEY | 20091208 | ||
2 | ![]() |
RV_SELECTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20091208 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BOPF Exception Class | 20091208 |
Method COMPARE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DIFFERENT | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_NODE_DATA | Different Nodes | 20100204 | ||
2 | ![]() |
ET_EQUAL | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_NODE_DATA | Identical Nodes | 20100204 | ||
3 | ![]() |
IT_DATA | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_NODE_DATA | Nodes with Data | 20100204 | ||
4 | ![]() |
IV_STATE | Call by reference | Type reference (TYPE) | /BOBF/CONF_STATE | Status | 20100204 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception class | 20100204 |
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_AGENT_WRAPPER_CLASS | Value transfer | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20091127 | ||
2 | ![]() |
IV_BO_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_BO_KEY | Business Object | 20091127 | ||
3 | ![]() |
IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20091127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20091127 |
Method GET_DATA_BY_KEY_INSTANCE_MAP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_NODE_CAT | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_NODE_CAT | 20091127 | |||
2 | ![]() |
ET_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20091127 | |||
3 | ![]() |
ET_KEY_INSTANCE_MAP_FAILED | Call by reference | Type reference (TYPE) | /BOFU/IF_OSPO_AGENT_ACCESS=>TT_KEY_INSTANCE_MAP | Key -> Instance Map | 20100813 | ||
4 | ![]() |
IT_KEY_INSTANCE_MAP | Call by reference | Type reference (TYPE) | /BOFU/IF_OSPO_AGENT_ACCESS=>TT_KEY_INSTANCE_MAP | 20091127 | |||
5 | ![]() |
IT_PARENT_ME_KEY_LINK | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY_LINK | 20091127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20091127 |
Method GET_NCAT_BY_KEY_INSTANCE_MAP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_NODE_CAT | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_NODE_CAT | 20091127 | |||
2 | ![]() |
ET_KEY_INSTANCE_MAP_FAILED | Call by reference | Type reference (TYPE) | /BOFU/IF_OSPO_AGENT_ACCESS=>TT_KEY_INSTANCE_MAP | Key -> Instance Map | 20100813 | ||
3 | ![]() |
IT_KEY_INSTANCE_MAP | Call by reference | Type reference (TYPE) | /BOFU/IF_OSPO_AGENT_ACCESS=>TT_KEY_INSTANCE_MAP | 20091127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20091127 |
Method HANDLE_EVENT_END_LOAD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CHANGE | Value transfer | Attribute reference (LIKE) | 20091127 | ||||
2 | ![]() |
IV_BO_KEY | Value transfer | Attribute reference (LIKE) | 20091127 |
Method HANDLE_EVENT_END_LOAD on class /BOFU/CL_B_OBJSRV_PERSOBJ_BASE has no exception.
Method MODIFY_CURRENT_STATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20100204 | ||
2 | ![]() |
IO_CHANGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CHANGE | Change Object | 20100204 | ||
3 | ![]() |
IT_MODIFICATION | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_MODIFICATION | Changes | 20100204 | ||
4 | ![]() |
IV_ONLY_TRANSIENT | Call by reference | Type reference (TYPE) | BOOLE_D | Modifications during loading process | 20100204 | ||
5 | ![]() |
IV_STATE | Call by reference | Type reference (TYPE) | /BOBF/CONF_STATE | Zustand | 20100204 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception class | 20100204 |
Method RBA_TO_ME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20091127 | |||
2 | ![]() |
ET_FAILED_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
3 | ![]() |
ET_KEY_LINK | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY_LINK | 20091127 | |||
4 | ![]() |
ET_TARGET_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
5 | ![]() |
IO_CHANGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CHANGE | 20091127 | |||
6 | ![]() |
IS_PARAMETERS | Call by reference | Object reference (TYPE REF TO) | DATA | 20091127 | |||
7 | ![]() |
IT_FILTERED_ATTRIBUTES | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_NAME | 20091127 | |||
8 | ![]() |
IT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
9 | ![]() |
IV_ASSOCIATION | Call by reference | Type reference (TYPE) | /BOBF/OBM_ASSOC_KEY | 20091127 | |||
10 | ![]() |
IV_BUFFER_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | 20091127 | ||
11 | ![]() |
IV_FILL_DATA | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | 20091127 | ||
12 | ![]() |
IV_FILL_FAILED_KEY | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | 20091127 | ||
13 | ![]() |
IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | 20091127 | |||
14 | ![]() |
IV_NOTIFY_KEYLOAD | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | 20091127 | ||
15 | ![]() |
IV_STATE | Call by reference | Type reference (TYPE) | /BOBF/CONF_STATE | 20091127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20091127 |
Method RBA_TO_PARENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20091127 | |||
2 | ![]() |
ET_FAILED_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
3 | ![]() |
ET_KEY_LINK | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY_LINK | 20091127 | |||
4 | ![]() |
ET_TARGET_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
5 | ![]() |
IO_CHANGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CHANGE | 20091127 | |||
6 | ![]() |
IS_PARAMETERS | Call by reference | Object reference (TYPE REF TO) | DATA | 20091127 | |||
7 | ![]() |
IT_FILTERED_ATTRIBUTES | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_NAME | 20091127 | |||
8 | ![]() |
IT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
9 | ![]() |
IV_ASSOCIATION | Call by reference | Type reference (TYPE) | /BOBF/OBM_ASSOC_KEY | 20091127 | |||
10 | ![]() |
IV_BUFFER_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | 20091127 | ||
11 | ![]() |
IV_FILL_DATA | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | 20091127 | ||
12 | ![]() |
IV_FILL_FAILED_KEY | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | 20091127 | ||
13 | ![]() |
IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | 20091127 | |||
14 | ![]() |
IV_NOTIFY_KEYLOAD | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | 20091127 | ||
15 | ![]() |
IV_STATE | Call by reference | Type reference (TYPE) | /BOBF/CONF_STATE | 20091127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20091127 |
Method RBA_TO_ROOT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20091127 | |||
2 | ![]() |
ET_FAILED_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
3 | ![]() |
ET_KEY_LINK | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY_LINK | 20091127 | |||
4 | ![]() |
ET_TARGET_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
5 | ![]() |
IO_CHANGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CHANGE | 20091127 | |||
6 | ![]() |
IS_PARAMETERS | Call by reference | Object reference (TYPE REF TO) | DATA | 20091127 | |||
7 | ![]() |
IT_FILTERED_ATTRIBUTES | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_NAME | 20091127 | |||
8 | ![]() |
IT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
9 | ![]() |
IV_ASSOCIATION | Call by reference | Type reference (TYPE) | /BOBF/OBM_ASSOC_KEY | 20091127 | |||
10 | ![]() |
IV_BUFFER_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | 20091127 | ||
11 | ![]() |
IV_FILL_DATA | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | 20091127 | ||
12 | ![]() |
IV_FILL_FAILED_KEY | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | 20091127 | ||
13 | ![]() |
IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | 20091127 | |||
14 | ![]() |
IV_NOTIFY_KEYLOAD | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | 20091127 | ||
15 | ![]() |
IV_STATE | Call by reference | Type reference (TYPE) | /BOBF/CONF_STATE | 20091127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20091127 |
Method README Signature
Method README on class /BOFU/CL_B_OBJSRV_PERSOBJ_BASE has no parameter.
Method README on class /BOFU/CL_B_OBJSRV_PERSOBJ_BASE has no exception.
Method RETRIEVE_INT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20091127 | |||
2 | ![]() |
ET_FAILED_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
3 | ![]() |
ET_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
4 | ![]() |
ET_NODE_CAT | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_NODE_CAT | 20091127 | |||
5 | ![]() |
IO_CHANGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CHANGE | 20091127 | |||
6 | ![]() |
IT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
7 | ![]() |
IT_KEY_INSTANCE_MAP | Call by reference | Type reference (TYPE) | /BOFU/IF_OSPO_AGENT_ACCESS=>TT_KEY_INSTANCE_MAP | 20091127 | |||
8 | ![]() |
IT_PARENT_ME_KEY_LINK | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY_LINK | 20091127 | |||
9 | ![]() |
IV_BUFFER_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | 20091127 | ||
10 | ![]() |
IV_FILL_DATA | Call by reference | Type reference (TYPE) | BOOLE_D | 20091127 | |||
11 | ![]() |
IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | 20091127 | |||
12 | ![]() |
IV_NOTIFY_KEYLOAD | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | 20091127 | ||
13 | ![]() |
IV_STATE | Call by reference | Type reference (TYPE) | /BOBF/CONF_STATE | 20091127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20091127 |
Method _GET_KEY_LINKS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ME_PARENT_KEY_LINK | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY_LINK | 20091127 | |||
2 | ![]() |
ET_MY_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
3 | ![]() |
ET_PARENT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
4 | ![]() |
ET_PARENT_ME_KEY_LINK | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY_LINK | 20091127 | |||
5 | ![]() |
IT_KEY_INSTANCE_MAP | Call by reference | Type reference (TYPE) | /BOFU/IF_OSPO_AGENT_ACCESS=>TT_KEY_INSTANCE_MAP | 20091127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20091127 |
Method _NOTIFY_KEY_LOADED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CHANGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CHANGE | 20091127 | |||
2 | ![]() |
IT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
3 | ![]() |
IT_KEY_INSTANCE_MAP | Call by reference | Type reference (TYPE) | /BOFU/IF_OSPO_AGENT_ACCESS=>TT_KEY_INSTANCE_MAP | 20091127 | |||
4 | ![]() |
IT_PARENT_ME_KEY_LINK | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY_LINK | 20091127 | |||
5 | ![]() |
IV_CHANGE_MODE | Call by reference | Type reference (TYPE) | /BOBF/CONF_CHANGE_MODE | 20091127 | |||
6 | ![]() |
IV_STATE | Call by reference | Type reference (TYPE) | /BOBF/CONF_STATE | 20091127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20091127 |
Method _RELEASE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_OS_STATE | State Management for a 'Managed Object' | 20100812 |
Method _RELEASE on class /BOFU/CL_B_OBJSRV_PERSOBJ_BASE has no exception.
Method _RELOADED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_KEY_INSTANCE_MAP | Call by reference | Type reference (TYPE) | /BOFU/IF_OSPO_AGENT_ACCESS=>TT_KEY_INSTANCE_MAP | Key -> Instance Map | 20100406 |
Method _RELOADED on class /BOFU/CL_B_OBJSRV_PERSOBJ_BASE has no exception.
Method _RETRIEVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FAILED_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
2 | ![]() |
ET_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
3 | ![]() |
ET_KEY_INSTANCE_MAP | Call by reference | Type reference (TYPE) | /BOFU/IF_OSPO_AGENT_ACCESS=>TT_KEY_INSTANCE_MAP | 20091127 | |||
4 | ![]() |
IO_CHANGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CHANGE | 20091127 | |||
5 | ![]() |
IT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20091127 | |||
6 | ![]() |
IV_BEFORE_IMAGE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20091127 | ||
7 | ![]() |
IV_BUFFER_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20091127 | ||
8 | ![]() |
IV_RELOAD | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20091127 | ||
9 | ![]() |
IV_STATE | Call by reference | Type reference (TYPE) | /BOBF/CONF_STATE | 20091127 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20091127 |
Meta Relationship - Used By (full list)
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_B_ALERT_EXT_RECIPIENT | PPF Output Content: Alert External Recipient wrapper buffer | 20091215 |
2 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_B_ALERT_RECIPIENT | PPF Output Content: Alert Recipient wrapper buffer | 20091215 |
3 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_B_ALERT_ROOT | PPF Output Content: Alert Manager wrapper buffer | 20091215 |
4 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_B_BCSSR_NOTE | OBSOLETE | 20100119 |
5 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_B_BCSSR_ROOT | PPF Output Content: Send Request buffer | 20091215 |
6 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_B_PPFOC_ALERT | PPF Output Content: Alert wrapper buffer | 20091204 |
7 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_B_PPFOC_BCS | PPF Output Content: External Communication Wrapper Buffer | 20091127 |
8 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_B_PPFOC_CONTAINER | PPF Output Content: CONTAINER buffer | 20091207 |
9 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_B_PPFOC_METHODCALL | PPF Output Content: Alert wrapper buffer | 20100525 |
10 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_B_PPFOC_PARTNER | PPF Output Content: Partner wrapper buffer | 20091204 |
11 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_B_PPFOC_TRIGGER | PPF Output Content: Trigger wrapper buffer | 20091127 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 702 |