SAP ABAP Interface /BOBF/IF_SP_BUSINESS_OBJECT (Interface to business object related services)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
AP-RC-BOF-RNT (Application Component) Business Object Processing Framework Runtime
⤷
/BOBF/SERVICE_PROVIDER (Package) Business Object Framework Service Provider

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/CL_SP_BUSINESS_OBJECT | Generated by BOPF | 20080506 |
Properties
Interface | /BOBF/IF_SP_BUSINESS_OBJECT | |
Short Description | Interface to business object related services |
General Data
Package | /BOBF/SERVICE_PROVIDER | Business Object Framework Service Provider |
Created | 20080506 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface /BOBF/IF_SP_BUSINESS_OBJECT has no forward declaration.
Interfaces
Interface /BOBF/IF_SP_BUSINESS_OBJECT has no interface.
Friends
Interface /BOBF/IF_SP_BUSINESS_OBJECT has no friend.
Attributes
Interface /BOBF/IF_SP_BUSINESS_OBJECT has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | adjust modify request, is called in MODIFY | 20080506 |
2 | ![]() |
Instance method | Public | Method | is called in CLEANUP | 20080506 |
3 | ![]() |
Instance method | Public | Method | is called in INIT | 20080506 |
4 | ![]() |
Instance method | Public | Method | retrieve the incident context from the application | 20080506 |
5 | ![]() |
Instance method | Public | Method | sort modify request, is called in MODIFY | 20080506 |
Events
Interface /BOBF/IF_SP_BUSINESS_OBJECT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_MODIFICATIONS | Public | See coding | 20080506 | tt_modifications TYPE STANDARD TABLE OF ty_modifications
WITH DEFAULT KEY
|
||
2 | TY_MODIFICATIONS | Public | See coding | 20080506 | BEGIN OF ty_modifications,
bo_node_name TYPE string,
key TYPE /bobf/conf_key,
change_mode TYPE char1,
data TYPE REF TO data,
changed_attributes TYPE /bobf/t_frw_name,
association_name TYPE string,
source_bo_node_name TYPE string,
source_key TYPE /bobf/conf_key,
source_key_is_handle TYPE boole_d,
END OF ty_modifications
|
Method Signatures
Method ADJUST_MODIFY_REQUEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_BO_MODIFICATION | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_MODIFICATION | Changes | 20080506 | ||
2 | ![]() |
IV_BO_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_BO_KEY | Business Object | 20080506 |
Method ADJUST_MODIFY_REQUEST on Interface /BOBF/IF_SP_BUSINESS_OBJECT has no exception.
Method CLEANUP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_ROOT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20080506 |
Method CLEANUP on Interface /BOBF/IF_SP_BUSINESS_OBJECT has no exception.
Method INIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_BO_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_BO_KEY | Business Object | 20080506 |
Method INIT on Interface /BOBF/IF_SP_BUSINESS_OBJECT has no exception.
Method RETRIEVE_INCIDENT_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_CONTEXT | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_INCIDENT_CONTEXT | Context for embedded support | 20080506 | ||
2 | ![]() |
IO_BOPF_CONFIG | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CONFIGURATION | Interface for Configuration | 20080506 | ||
3 | ![]() |
IT_NODE | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_NODE | Node Table | 20080506 |
Method RETRIEVE_INCIDENT_CONTEXT on Interface /BOBF/IF_SP_BUSINESS_OBJECT has no exception.
Method SORT_MODIFY_REQUEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_MODIFICATION | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_MODIFICATION | modify request table | 20080814 | ||
2 | ![]() |
CT_PROXY_MODIFICATION | Call by reference | Type reference (TYPE) | TT_MODIFICATIONS | modify request table | 20080506 | ||
3 | ![]() |
IV_BO_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_BO_KEY | Business Object | 20080506 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BOPF Exception Class | 20080506 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 701 |