SAP /BOFU/CL_FBI_IDR_PROVIDER OO Class - FBI Version 1: Identification Region (IDR) Provider
/BOFU/CL_FBI_IDR_PROVIDER 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_FBI_IDR_PROVIDER 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 /BOFU/IF_FBI_IDR_PROVIDERMethod list of /BOFU/CL_FBI_IDR_PROVIDER 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 |
| ADAPT_APPLICATION_TITLE | Protected | |
| CALL METHOD /bofu/cl_fbi_idr_provider=>ADAPT_APPLICATION_TITLE...more details | ||
| ADAPT_ITM_GRP_FIELDS | Protected | |
| CALL METHOD /bofu/cl_fbi_idr_provider=>ADAPT_ITM_GRP_FIELDS...more details | ||
| ADAPT_ITM_GRP_IMAGES | Protected | |
| CALL METHOD /bofu/cl_fbi_idr_provider=>ADAPT_ITM_GRP_IMAGES...more details | ||
| ADAPT_NAVIGATION_LINKS | Protected | |
| CALL METHOD /bofu/cl_fbi_idr_provider=>ADAPT_NAVIGATION_LINKS...more details | ||
| ADAPT_TICKET_AREA_BOTTOM | Protected | |
| CALL METHOD /bofu/cl_fbi_idr_provider=>ADAPT_TICKET_AREA_BOTTOM...more details | ||
| ADAPT_TICKET_AREA_TOP | Protected | |
| CALL METHOD /bofu/cl_fbi_idr_provider=>ADAPT_TICKET_AREA_TOP...more details | ||
|
| ||
| GET_NODE_COMPONENTS | Private | |
| CALL METHOD /bofu/cl_fbi_idr_provider=>GET_NODE_COMPONENTS...more details | ||
| GET_NODE_DATA | Private | |
| CALL METHOD /bofu/cl_fbi_idr_provider=>GET_NODE_DATA...more details | ||
| RETRIEVE_NODE_DATA | Private | |
| CALL METHOD /bofu/cl_fbi_idr_provider=>RETRIEVE_NODE_DATA...more details | ||
| UPDATE_ITM_GRP_FIELDS | Private | |
| CALL METHOD /bofu/cl_fbi_idr_provider=>UPDATE_ITM_GRP_FIELDS...more details | ||
| UPDATE_ITM_GRP_IMAGES | Private | |
| CALL METHOD /bofu/cl_fbi_idr_provider=>UPDATE_ITM_GRP_IMAGES...more details | ||
| UPDATE_NAVIGATION_LINKS | Private | |
| CALL METHOD /bofu/cl_fbi_idr_provider=>UPDATE_NAVIGATION_LINKS...more details | ||
| UPDATE_NODE_INFO | Private | |
| CALL METHOD /bofu/cl_fbi_idr_provider=>UPDATE_NODE_INFO...more details | ||
| UPDATE_TICKET_AREA_BOTTOM | Private | |
| CALL METHOD /bofu/cl_fbi_idr_provider=>UPDATE_TICKET_AREA_BOTTOM...more details | ||
| UPDATE_TICKET_AREA_TOP | Private | |
| CALL METHOD /bofu/cl_fbi_idr_provider=>UPDATE_TICKET_AREA_TOP...more details | ||
| UPDATE_TITLE | Private | |
| CALL METHOD /bofu/cl_fbi_idr_provider=>UPDATE_TITLE...more details | ||
/BOFU/CL_FBI_IDR_PROVIDER 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 |
| MO_CONTROLLER | Instance Attribute | /BOFU/IF_FBI_CONTROLLER | LIKE /BOFU/IF_FBI_CONTROLLER | Protected | |
| MO_EVENT | Instance Attribute | CL_FPM_EVENT | LIKE CL_FPM_EVENT | Public | |
| MO_FPM_NAVIGATION | Instance Attribute | List of Navigationtargets | LIKE IF_FPM_NAVIGATION | Private | |
| MO_SD_DATA | Instance Attribute | Runtime Type Services | LIKE CL_ABAP_STRUCTDESCR | Public | |
| MO_VIEW_CONF | Instance Attribute | FBI Configuration of View Object | LIKE /BOFU/IF_FBI_VIEW_CONF | Public | |
| MO_VIEW_INSTANCE | Instance Attribute | /BOFU/IF_FBI_VIEW_INSTANCE | LIKE /BOFU/IF_FBI_VIEW_INSTANCE | Public | |
| MS_DATA | Instance Attribute | LIKE DATA | Private | ||
| MS_IDR_ROOT_CONFIG | Instance Attribute | IDR Configuration | LIKE /BOFU/FBI_S_IDR_CONFIG | Protected | |
| MS_KEY | Instance Attribute | Node Key | LIKE /BOBF/S_FRW_KEY | Protected | |
| MS_TICKET_AREA_BOTTOM | Instance Attribute | LIKE TY_IDR_TICKET_AREA | Protected | ||
| MS_TICKET_AREA_TOP | Instance Attribute | LIKE TY_IDR_TICKET_AREA | Protected | ||
| MT_APP_INFO | Instance Attribute | LIKE TY_T_APP | Protected | ||
| MT_ASSOCIATIONS | Instance Attribute | Configuration: Associations | LIKE /BOBF/T_CONFRO_ASSOC | Protected | |
| MT_FIELDS | Instance Attribute | LIKE TY_T_FIELDS | Protected | ||
| MT_FIELDS_DDIC_TEXTS | Instance Attribute | LIKE TT_FIELD_DDIC_TEXTS | Protected | ||
| MT_ITEM_GROUP | Instance Attribute | LIKE TT_ITEM_GROUP | Protected | ||
| MT_NODE_INFO | Instance Attribute | LIKE TT_NODE_INFO | Protected | ||
| MT_TITLE_TKT_TEXT_FIELDS | Instance Attribute | LIKE TT_TKT_TITLE_FIELDS | Protected | ||
| MV_BO_CONF_KEY | Instance Attribute | Business Object | LIKE /BOBF/OBM_BO_KEY | Protected | |
| MV_CHANGE_MODE | Instance Attribute | Change Mode | LIKE /BOFU/FBI_CHANGE_MODE | Protected | |
| MV_NEEDS_UPDATE | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Protected | |
| MV_NODE_CONF_KEY | Instance Attribute | Node | LIKE /BOBF/OBM_NODE_KEY | Protected | |
| MV_NODE_TABLE_TYPE | Instance Attribute | LIKE STRING | Protected |
/BOFU/CL_FBI_IDR_PROVIDER types
TS_CFG_FIELD_CONFIG -TS_CFG_IDR_CONFIG -
TS_CFG_ITEM_GROUP_CONFIG -
TS_CFG_TEXT_CONFIG -
TT_CFG_FIELD_CONFIG -
TT_CFG_ITEM_GROUP_CONFIG -
TT_FIELD_DDIC_TEXTS -
TT_IDR_FIELDS -
TT_IDR_IMAGES -
TT_IDR_LINKS -
TT_ITEM_GROUP -
TT_NAVI_URL_PARAMS -
TT_NODE_INFO -
TT_TKT_TITLE_FIELDS -
TY_FIELD_DDIC_TEXTS -
TY_IDR_FIELDS -
TY_IDR_TICKET_AREA -
TY_ITEM_GROUP -
TY_NAVI_PARAMS -
TY_NAVI_URL_PARAMS -
TY_NODE_INFO -
TY_S_APP -
TY_S_FIELDS -
TY_TKT_TITLE_FIELDS -
TY_T_APP -
TY_T_FIELDS -
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