SAP /BOFU/CL_FBI_GUIBB_FEEDER OO Class - FBI Version 1: Form/List feeder w/o Wire support
/BOFU/CL_FBI_GUIBB_FEEDER 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_GUIBB_FEEDER 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_GUIBB_FEEDERInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_FPM_FEEDER_MODELInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_FPM_GUIBBInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_FPM_GUIBB_FORMInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_FPM_GUIBB_FORM_EXTInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_FPM_GUIBB_LISTInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_FPM_GUIBB_LIST_EXTMethod list of /BOFU/CL_FBI_GUIBB_FEEDER 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_FORM_ACTION_PROPERTIES | Exit to modify action usage | Protected |
| CALL METHOD /bofu/cl_fbi_guibb_feeder=>ADAPT_FORM_ACTION_PROPERTIES...more details | ||
| ADAPT_FORM_CHANGE_LOG | Exit to modify form change log | Protected |
| CALL METHOD /bofu/cl_fbi_guibb_feeder=>ADAPT_FORM_CHANGE_LOG...more details | ||
| ADAPT_FORM_DATA | Exit to modify data | Protected |
| CALL METHOD /bofu/cl_fbi_guibb_feeder=>ADAPT_FORM_DATA...more details | ||
| ADAPT_FORM_MESSAGES | Exit to modify form messages | Protected |
| CALL METHOD /bofu/cl_fbi_guibb_feeder=>ADAPT_FORM_MESSAGES...more details | ||
| ADAPT_FORM_PROPERTY | Exit to modify form property | Protected |
| CALL METHOD /bofu/cl_fbi_guibb_feeder=>ADAPT_FORM_PROPERTY...more details | ||
| ADAPT_LIST_ACTION_PROPERTIES | Exit to modify action usage | Protected |
| CALL METHOD /bofu/cl_fbi_guibb_feeder=>ADAPT_LIST_ACTION_PROPERTIES...more details | ||
|
| ||
| ADAPT_LIST_CHANGE_LOG | Exit to modify form change log | Protected |
| CALL METHOD /bofu/cl_fbi_guibb_feeder=>ADAPT_LIST_CHANGE_LOG...more details | ||
| ADAPT_LIST_DATA | Exit to modify data | Protected |
| CALL METHOD /bofu/cl_fbi_guibb_feeder=>ADAPT_LIST_DATA...more details | ||
| ADAPT_LIST_MESSAGES | Exit to modify form messages | Protected |
| CALL METHOD /bofu/cl_fbi_guibb_feeder=>ADAPT_LIST_MESSAGES...more details | ||
| ADAPT_LIST_PROPERTY | Exit to modify form property | Protected |
| CALL METHOD /bofu/cl_fbi_guibb_feeder=>ADAPT_LIST_PROPERTY...more details | ||
| CREATE_VIEW_INSTANCE | Protected | |
| CALL METHOD /bofu/cl_fbi_guibb_feeder=>CREATE_VIEW_INSTANCE...more details | ||
| GET_CHECK_MESSAGES | Protected | |
| CALL METHOD /bofu/cl_fbi_guibb_feeder=>GET_CHECK_MESSAGES...more details | ||
| PREP_FIELD_CATALOG | Prepare Field catalog | Protected |
| CALL METHOD /bofu/cl_fbi_guibb_feeder=>PREP_FIELD_CATALOG...more details | ||
| PUT_ADDITIONAL_ACTIONS | Protected | |
| CALL METHOD /bofu/cl_fbi_guibb_feeder=>PUT_ADDITIONAL_ACTIONS...more details | ||
| SD_HAS_INCLUDE_WITH_SUFFIX | Structure has include with suffix? | Protected |
| CALL METHOD /bofu/cl_fbi_guibb_feeder=>SD_HAS_INCLUDE_WITH_SUFFIX...more details | ||
/BOFU/CL_FBI_GUIBB_FEEDER 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 | LIKE | Protected | ||
| MO_FACTORY | Instance Attribute | LIKE /BOFU/CL_FBI_FACTORY | Protected | ||
| MO_FIELD_CATALOG_STR | Instance Attribute | LIKE CL_ABAP_STRUCTDESCR | Protected | ||
| MO_FIELD_CATALOG_TBL | Instance Attribute | LIKE CL_ABAP_TABLEDESCR | Protected | ||
| MO_VIEW | Instance Attribute | LIKE | Protected | ||
| MO_VIEW_INST | Instance Attribute | LIKE | Protected | ||
| MS_FEEDER_PARAMS | Instance Attribute | LIKE /BOFU/S_FBI_GUIBB_PARAMS_DT | Protected | ||
| MS_UIBB_KEY | Instance Attribute | LIKE CL_FPM_EVENT=>TY_S_UIBB_KEY | Protected | ||
| MT_PARAM_CHECK_MESSAGES | Instance Attribute | FPMGB Messages (T100 & Plaintext) | LIKE FPMGB_T_MESSAGES | Protected |
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