SAP ABAP Interface /BOFU/IF_OSPO_AGENT_ACCESS (BC-ABA-LA-OBS: Obj Serv Pers Obj: Agent Access for BOPF buf)
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)

⤷

⤷

Properties
Interface | /BOFU/IF_OSPO_AGENT_ACCESS | |
Short Description | BC-ABA-LA-OBS: Obj Serv Pers Obj: Agent Access for BOPF buf |
General Data
Package | /BOFU/COMMON_1 | Common Types; Reuse Objects; Functions (Native BS_FND) |
Created | 20091127 | 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 /BOFU/IF_OSPO_AGENT_ACCESS has no interface.
Friends
Interface /BOFU/IF_OSPO_AGENT_ACCESS has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | SC_ADMIN_TABLE_TYPES | Constant | Public | See coding | Agent Administration Table Types | 20091207 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Get Agent | 20091127 |
2 | ![]() |
Instance method | Public | Method | Get Agent Administration Table | 20091207 |
3 | ![]() |
Instance method | Public | Method | Make CL_OS_CA_COMMON=>OS_GET_REF_BY_INTERNAL_OID public | 20091127 |
4 | ![]() |
Instance method | Public | Method | Get keys of Instance | 20091127 |
5 | ![]() |
Instance method | Public | Method | Select and load into agent buffer by KEYs | 20091127 |
6 | ![]() |
Instance method | Public | Method | Select and load into agent buffer by PARENT_KEYs/ALT_KEYs | 20091127 |
Events
Interface /BOFU/IF_OSPO_AGENT_ACCESS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_KEY_INSTANCE_MAP | Public | See coding | Key -> Instance Map | 20091127 | BEGIN OF ts_key_instance_map,
s_parent_key TYPE /bobf/s_frw_key,
s_key TYPE /bobf/s_frw_key,
o_instance TYPE REF TO IF_OS_STATE,
newly_loaded TYPE abap_bool,
END OF ts_key_instance_map
|
|
2 | TT_KEY_INSTANCE_MAP | Public | See coding | Key -> Instance Map | 20091127 | tt_key_instance_map TYPE STANDARD TABLE OF ts_key_instance_map with NON-UNIQUE KEY TABLE_LINE
WITH NON-UNIQUE SORTED KEY key COMPONENTS s_key-key
|
|
3 | TV_ADMIN_TABLE_TYPE | Public | See coding | Agent Administration Table Type | 20091207 | TV_ADMIN_TABLE_TYPE type c length 1
|
Method Signatures
Method GET_AGENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_OS_CA_COMMON | Superclass of the Object Services Class Actors | 20091127 |
Method GET_AGENT on Interface /BOFU/IF_OSPO_AGENT_ACCESS has no exception.
Method GET_AGENT_ADMIN_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_WORKAREA | Call by reference | Object reference (TYPE REF TO) | DATA | 20091207 | |||
2 | ![]() |
ET_TABLE | Call by reference | Object reference (TYPE REF TO) | DATA | 20091207 | |||
3 | ![]() |
EV_OBJECT_ID_IN_WA | Call by reference | Object reference (TYPE REF TO) | DATA | 20091207 | |||
4 | ![]() |
IV_ADMIN_TABLE_TYPE | Call by reference | Type reference (TYPE) | TV_ADMIN_TABLE_TYPE | SC_ADMIN_TABLE_TYPES-SPECIAL_OID_TABLE | 20091207 |
Method GET_AGENT_ADMIN_TABLE on Interface /BOFU/IF_OSPO_AGENT_ACCESS has no exception.
Method GET_INSTANCE_BY_OBJECT_ID 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 | 20091127 | |||
2 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_OS_STATE | State Management for a 'Managed Object' | 20091127 |
Method GET_INSTANCE_BY_OBJECT_ID on Interface /BOFU/IF_OSPO_AGENT_ACCESS has no exception.
Method 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 | 20091127 | |||
2 | ![]() |
ES_PARENT_KEY | Call by reference | Type reference (TYPE) | /BOBF/S_FRW_KEY | 20091127 | |||
3 | ![]() |
IO_INSTANCE | Call by reference | Object reference (TYPE REF TO) | IF_OS_STATE | 20091127 |
Method GET_KEYS_OF_INSTANCE on Interface /BOFU/IF_OSPO_AGENT_ACCESS has no exception.
Method SELECT_AND_LOAD_BY_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20091127 | ||
2 | ![]() |
RV_SELECTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20091127 |
Method SELECT_AND_LOAD_BY_KEY on Interface /BOFU/IF_OSPO_AGENT_ACCESS has no exception.
Method SELECT_AND_LOAD_BY_PARENT_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 | 20091127 | ||
2 | ![]() |
RV_SELECTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20091127 |
Method SELECT_AND_LOAD_BY_PARENT_KEY on Interface /BOFU/IF_OSPO_AGENT_ACCESS has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 702 |