SAP /BOFU/CL_GBI_ADAPTER OO Class - Mapping Gateway - View/ View Instance
/BOFU/CL_GBI_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_GBI_ADAPTER including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of /BOFU/CL_GBI_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 |
| ADD_ASSOCIATIONS | Add Associations | Public |
| CALL METHOD /bofu/cl_gbi_adapter=>ADD_ASSOCIATIONS...more details | ||
| ADD_ENTITY_FIELDS | Add Fields to Entity | Protected |
| CALL METHOD /bofu/cl_gbi_adapter=>ADD_ENTITY_FIELDS...more details | ||
| ADD_PROPERTIES | Add Properties to a given Entity | Protected |
| CALL METHOD /bofu/cl_gbi_adapter=>ADD_PROPERTIES...more details | ||
| APPEND_SELOPT | Append Selection Parameter | Protected |
| CALL METHOD /bofu/cl_gbi_adapter=>APPEND_SELOPT...more details | ||
| CHECK_FOR_ASSOC | Check whether Technical Name Exist | Protected |
| CALL METHOD /bofu/cl_gbi_adapter=>CHECK_FOR_ASSOC...more details | ||
| CREATE_ENTITY | Create Entity | Public |
| CALL METHOD /bofu/cl_gbi_adapter=>CREATE_ENTITY...more details | ||
|
| ||
| DEFINE_ACTIONS | Define Actions | Protected |
| CALL METHOD /bofu/cl_gbi_adapter=>DEFINE_ACTIONS...more details | ||
| DEFINE_ACTION_SHLP | Define Action for Execution of Search Help | Protected |
| CALL METHOD /bofu/cl_gbi_adapter=>DEFINE_ACTION_SHLP...more details | ||
| DEFINE_ASSOCIATION | Define Associations | Protected |
| CALL METHOD /bofu/cl_gbi_adapter=>DEFINE_ASSOCIATION...more details | ||
| DEFINE_ENTITY | Define Entity with Properties, Associations, Actions | Public |
| CALL METHOD /bofu/cl_gbi_adapter=>DEFINE_ENTITY...more details | ||
| DEFINE_ENTITY_SHLP | Define Entity for Result of Search Help | Public |
| CALL METHOD /bofu/cl_gbi_adapter=>DEFINE_ENTITY_SHLP...more details | ||
| DELETE_ENTITY | Delete Entity | Public |
| CALL METHOD /bofu/cl_gbi_adapter=>DELETE_ENTITY...more details | ||
| DETERMINE_CARDINALITY | Get Cardinality of Association | Protected |
| CALL METHOD /bofu/cl_gbi_adapter=>DETERMINE_CARDINALITY...more details | ||
| EXECUTE_ACTION | Execute Action | Public |
| CALL METHOD /bofu/cl_gbi_adapter=>EXECUTE_ACTION...more details | ||
| EXECUTE_SHLP | Execute Search Help | Public |
| CALL METHOD /bofu/cl_gbi_adapter=>EXECUTE_SHLP...more details | ||
| GENERATE_NAME | Returns Association Name | Protected |
| CALL METHOD /bofu/cl_gbi_adapter=>GENERATE_NAME...more details | ||
| GET_BO_HIERARICHY | Return BO Hierarchy | Public |
| CALL METHOD /bofu/cl_gbi_adapter=>GET_BO_HIERARICHY...more details | ||
| GET_CONDENSED_NAME | Get the condensed name of a DO | Protected |
| CALL METHOD /bofu/cl_gbi_adapter=>GET_CONDENSED_NAME...more details | ||
| GET_DATA_FOR_BO | Get Data for BO | Protected |
| CALL METHOD /bofu/cl_gbi_adapter=>GET_DATA_FOR_BO...more details | ||
| GET_DATA_FOR_VIEW | Get Data for View | Protected |
| CALL METHOD /bofu/cl_gbi_adapter=>GET_DATA_FOR_VIEW...more details | ||
| GET_DO_NODE_NAME | Get the DO Name - Split DO name into prefix and node name | Public |
| CALL METHOD /bofu/cl_gbi_adapter=>GET_DO_NODE_NAME...more details | ||
| GET_ENTITY | Get Entity | Public |
| CALL METHOD /bofu/cl_gbi_adapter=>GET_ENTITY...more details | ||
| GET_ENTITYSET | Get Entityset | Public |
| CALL METHOD /bofu/cl_gbi_adapter=>GET_ENTITYSET...more details | ||
| GET_NODE_FROM_COND_NAME | Get Node from Condensed name | Protected |
| CALL METHOD /bofu/cl_gbi_adapter=>GET_NODE_FROM_COND_NAME...more details | ||
| GET_VIEW | Get View | Public |
| CALL METHOD /bofu/cl_gbi_adapter=>GET_VIEW...more details | ||
| GET_VIEW_INSTANCE | Get View Instance | Public |
| CALL METHOD /bofu/cl_gbi_adapter=>GET_VIEW_INSTANCE...more details | ||
| MODIFY | Modify the entry for CRUD operation | Protected |
| CALL METHOD /bofu/cl_gbi_adapter=>MODIFY...more details | ||
| MODIFY_REL_VIEW | Create Nodes of Related Views | Protected |
| CALL METHOD /bofu/cl_gbi_adapter=>MODIFY_REL_VIEW...more details | ||
| SET_EDM_TYPE | Set Edm Type to Parameter | Protected |
| CALL METHOD /bofu/cl_gbi_adapter=>SET_EDM_TYPE...more details | ||
| SORT_INTERNAL_TABLE | Sort Internal Table | Protected |
| CALL METHOD /bofu/cl_gbi_adapter=>SORT_INTERNAL_TABLE...more details | ||
| UPDATE_ENTITY | Update Entity | Public |
| CALL METHOD /bofu/cl_gbi_adapter=>UPDATE_ENTITY...more details | ||
/BOFU/CL_GBI_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 |
| CV_COLLECTION | Static Attribute | Collection | 'Collection' | LIKE STRING | Protected |
| MT_ASSOCIATIONS | Static Attribute | Association Prefix | LIKE /BOFU/GBI_T_ASSOC_PREFIX | Private | |
| MT_NODE | Static Attribute | LIKE /BOBF/T_CONFRO_NODE | Protected | ||
| MV_COUNT | Static Attribute | Natural Number | 0 | LIKE INT4 | Private |
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