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_STATUS

Interface 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_FACTORY

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_SAM_DERIVATION

Interface 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_BUFFER

Method 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 NameDescriptionVisability
CONSTRUCTORPublic
CALL METHOD /bofu/cl_lib_status_adapter=>CONSTRUCTOR...more details

CONVERT_SAM_EXCEPTIONProtected
CALL METHOD /bofu/cl_lib_status_adapter=>CONVERT_SAM_EXCEPTION...more details

GET_CONSISTENCY_VALUEProtected
CALL METHOD /bofu/cl_lib_status_adapter=>GET_CONSISTENCY_VALUE...more details

GET_DEFAULT_SCHEMAProtected
CALL METHOD /bofu/cl_lib_status_adapter=>GET_DEFAULT_SCHEMA...more details

GET_DETAIL_SCHEMAProtected
CALL METHOD /bofu/cl_lib_status_adapter=>GET_DETAIL_SCHEMA...more details

GET_MAPPING_TABLEPrivate
CALL METHOD /bofu/cl_lib_status_adapter=>GET_MAPPING_TABLE...more details

REPLACE_MESSAGESProtected
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.

NameLevelDescriptionInitial ValueTypeVisability
GC_CHECK_AND_DETERMINEConstant'CHECK_AND_DETERMINE'LIKE
STRING
Public
GC_CLASS_NAMEConstant'/BOFU/CL_LIB_STATUS_ADAPTER'LIKE
SEOCLSNAME
Protected
GC_CONSISTENTConstantBS_FND Changed from '3''03'LIKE
SAM_STATUS_VAL
Public
GC_DELETEConstant'DELETE'LIKE
STRING
Public
GC_INCONSISTENTConstantBS_FND Changed from '2''02'LIKE
SAM_STATUS_VAL
Public
GC_NODE_IDConstant'NODE_ID'LIKE
STRING
Private
GC_PENDINGConstantBS_FND Changed from '1''01'LIKE
SAM_STATUS_VAL
Public
GC_RETRIEVE_CHILDConstant'C'LIKE
SAM_RETRIEVE_BY_REFERENCE
Public
GC_RETRIEVE_NODEConstant''LIKE
SAM_RETRIEVE_BY_REFERENCE
Public
GC_RETRIEVE_PARENTConstant'P'LIKE
SAM_RETRIEVE_BY_REFERENCE
Public
MO_BOPF_CONFIGInstance AttributeLIKE
/BOBF/IF_FRW_CONFIGURATION
Protected
MO_MODIFYInstance AttributeLIKE
/BOBF/IF_FRW_MODIFY
Private
MO_READInstance AttributeLIKE
/BOBF/IF_FRW_READ
Private
MO_SAMInstance AttributeLIKE
IF_SAM_RUNTIME
Public
MO_SAM_DERIVATORInstance AttributeLIKE
IF_SAM_DERIVATION
Private
MT_CREATED_NODESInstance AttributeLIKE
/BOBF/T_FRW_NODE
Private
MT_DELETED_NODESInstance AttributeLIKE
/BOBF/T_FRW_NODE
Private
MT_DERIVATORInstance AttributeLIKE
TT_DERIVATOR
Private
MT_FIELD_MAPPINGInstance AttributeLIKE
/BOBF/T_LIB_STATUS_NODE_MAP
Private
MT_SKIP_DELETE_FOR_NODESInstance AttributeLIKE
Private
MT_STATUS_ASSOCInstance AttributeLIKE
/BOBF/T_CONFRO_ASSOC3
Private
MT_STATUS_PARENT_LINKInstance AttributeLIKE
TT_STATUS_PARENT_LINK
Private
MV_BEFORE_IMAGEInstance AttributeLIKE
BOOLE_D
Private
MV_BO_KEYInstance AttributeLIKE
/BOBF/OBM_BO_KEY
Private
MV_BO_NAMEInstance AttributeLIKE
STRING
Private
MV_USE_PROXY_NAMESInstance 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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!