SAP /BOFU/CL_LIB_STATUS_ADAPTER OO Class - SAM Adapter for NW SAM 3.0
/BOFU/CL_LIB_STATUS_ADAPTER is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /BOFU/CL_LIB_STATUS_ADAPTER including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Interface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /BOBF/IF_FRW_STATUSInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_SAM_APPLICATION_FACTORYInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_SAM_DERIVATIONInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_SAM_RUNTIME_BUFFERMethod list of /BOFU/CL_LIB_STATUS_ADAPTER SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| CONSTRUCTOR | Public | |
| CALL METHOD /bofu/cl_lib_status_adapter=>CONSTRUCTOR...more details | ||
| CONVERT_SAM_EXCEPTION | Protected | |
| CALL METHOD /bofu/cl_lib_status_adapter=>CONVERT_SAM_EXCEPTION...more details | ||
| GET_CONSISTENCY_VALUE | Protected | |
| CALL METHOD /bofu/cl_lib_status_adapter=>GET_CONSISTENCY_VALUE...more details | ||
| GET_DEFAULT_SCHEMA | Protected | |
| CALL METHOD /bofu/cl_lib_status_adapter=>GET_DEFAULT_SCHEMA...more details | ||
| GET_DETAIL_SCHEMA | Protected | |
| CALL METHOD /bofu/cl_lib_status_adapter=>GET_DETAIL_SCHEMA...more details | ||
| GET_MAPPING_TABLE | Private | |
| CALL METHOD /bofu/cl_lib_status_adapter=>GET_MAPPING_TABLE...more details | ||
|
| ||
| REPLACE_MESSAGES | Protected | |
| CALL METHOD /bofu/cl_lib_status_adapter=>REPLACE_MESSAGES...more details | ||
/BOFU/CL_LIB_STATUS_ADAPTER attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_CHECK_AND_DETERMINE | Constant | 'CHECK_AND_DETERMINE' | LIKE STRING | Public | |
| GC_CLASS_NAME | Constant | '/BOFU/CL_LIB_STATUS_ADAPTER' | LIKE SEOCLSNAME | Protected | |
| GC_CONSISTENT | Constant | BS_FND Changed from '3' | '03' | LIKE SAM_STATUS_VAL | Public |
| GC_DELETE | Constant | 'DELETE' | LIKE STRING | Public | |
| GC_INCONSISTENT | Constant | BS_FND Changed from '2' | '02' | LIKE SAM_STATUS_VAL | Public |
| GC_NODE_ID | Constant | 'NODE_ID' | LIKE STRING | Private | |
| GC_PENDING | Constant | BS_FND Changed from '1' | '01' | LIKE SAM_STATUS_VAL | Public |
| GC_RETRIEVE_CHILD | Constant | 'C' | LIKE SAM_RETRIEVE_BY_REFERENCE | Public | |
| GC_RETRIEVE_NODE | Constant | '' | LIKE SAM_RETRIEVE_BY_REFERENCE | Public | |
| GC_RETRIEVE_PARENT | Constant | 'P' | LIKE SAM_RETRIEVE_BY_REFERENCE | Public | |
| MO_BOPF_CONFIG | Instance Attribute | LIKE /BOBF/IF_FRW_CONFIGURATION | Protected | ||
| MO_MODIFY | Instance Attribute | LIKE /BOBF/IF_FRW_MODIFY | Private | ||
| MO_READ | Instance Attribute | LIKE /BOBF/IF_FRW_READ | Private | ||
| MO_SAM | Instance Attribute | LIKE IF_SAM_RUNTIME | Public | ||
| MO_SAM_DERIVATOR | Instance Attribute | LIKE IF_SAM_DERIVATION | Private | ||
| MT_CREATED_NODES | Instance Attribute | LIKE /BOBF/T_FRW_NODE | Private | ||
| MT_DELETED_NODES | Instance Attribute | LIKE /BOBF/T_FRW_NODE | Private | ||
| MT_DERIVATOR | Instance Attribute | LIKE TT_DERIVATOR | Private | ||
| MT_FIELD_MAPPING | Instance Attribute | LIKE /BOBF/T_LIB_STATUS_NODE_MAP | Private | ||
| MT_SKIP_DELETE_FOR_NODES | Instance Attribute | LIKE | Private | ||
| MT_STATUS_ASSOC | Instance Attribute | LIKE /BOBF/T_CONFRO_ASSOC3 | Private | ||
| MT_STATUS_PARENT_LINK | Instance Attribute | LIKE TT_STATUS_PARENT_LINK | Private | ||
| MV_BEFORE_IMAGE | Instance Attribute | LIKE BOOLE_D | Private | ||
| MV_BO_KEY | Instance Attribute | LIKE /BOBF/OBM_BO_KEY | Private | ||
| MV_BO_NAME | Instance Attribute | LIKE STRING | Private | ||
| MV_USE_PROXY_NAMES | Instance Attribute | 'BS_FND: Use Proxy Names? | LIKE ABAP_BOOL | Private |
/BOFU/CL_LIB_STATUS_ADAPTER types
/BOBF/S_LIB_STATUS_ACTION - Action mapping/BOBF/S_LIB_STATUS_MAPPING - Field mapping
/BOBF/S_LIB_STATUS_NODE_LIST - Node with table of keys
/BOBF/S_LIB_STATUS_NODE_MAP - Node with mapping table
/BOBF/S_LIB_STATUS_SCHEMA - Schema assignment
/BOBF/T_LIB_STATUS_ACTION - Action mapping
/BOBF/T_LIB_STATUS_MAPPING - Field mapping
/BOBF/T_LIB_STATUS_NODE_LIST - List of nodes with keys
/BOBF/T_LIB_STATUS_NODE_MAP - Node with mapping table
/BOBF/T_LIB_STATUS_SCHEMA - Schema assignment
TT_DERIVATOR -
TT_STATUS_PARENT_LINK -
TY_DERIVATOR -
TY_STATUS_PARENT_LINK -
Links to Related Class(s)
/BOFU/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects