SAP /BOFU/CL_FBI_ACT_PARAM_MAPPER OO Class - Extended View Mapper
/BOFU/CL_FBI_ACT_PARAM_MAPPER 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_ACT_PARAM_MAPPER 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_ACT_PARAM_MAPPERMethod list of /BOFU/CL_FBI_ACT_PARAM_MAPPER 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 |
| BUILD_MAP_TABLE | Build Mapping Table | Protected |
| CALL METHOD /bofu/cl_fbi_act_param_mapper=>BUILD_MAP_TABLE...more details | ||
| EXIT_MAP_BO_ACT_TO_UI | Exit for Map Act Struct (BO Act structure to UI structure) | Protected |
| CALL METHOD /bofu/cl_fbi_act_param_mapper=>EXIT_MAP_BO_ACT_TO_UI...more details | ||
| EXIT_MAP_UI_TO_BO_ACT | Exit for Map UI Struct (UI structure to BO Act structure) | Protected |
| CALL METHOD /bofu/cl_fbi_act_param_mapper=>EXIT_MAP_UI_TO_BO_ACT...more details | ||
| GET_ZONE_FOR_LOCATION | Get Zone based on the location | Protected |
| CALL METHOD /bofu/cl_fbi_act_param_mapper=>GET_ZONE_FOR_LOCATION...more details | ||
| MAP_INDIVIDUALLY_BO_ACT_TO_UI | Map Node Data to UI structure for custom conversions | Protected |
| CALL METHOD /bofu/cl_fbi_act_param_mapper=>MAP_INDIVIDUALLY_BO_ACT_TO_UI...more details | ||
| MAP_INDIVIDUALLY_UI_TO_BO_ACT | Map UI Data to Node structure for custom conversions | Protected |
| CALL METHOD /bofu/cl_fbi_act_param_mapper=>MAP_INDIVIDUALLY_UI_TO_BO_ACT...more details | ||
|
| ||
/BOFU/CL_FBI_ACT_PARAM_MAPPER 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 | FBI Version 2: Central Controller | LIKE /BOFU/CL_FBI_CONTROLLER_NEW | Protected | |
| MO_MSG_BUFFER | Instance Attribute | FBI Message Buffer | LIKE /BOFU/IF_FBI_MESSAGE_BUFFER | Protected | |
| MO_SD_NODE | Instance Attribute | Runtime Type Services | LIKE CL_ABAP_STRUCTDESCR | Protected | |
| MO_SD_UI_STRUCT | Instance Attribute | Runtime Type Services | LIKE CL_ABAP_STRUCTDESCR | Protected | |
| MS_NODE_BUF | Instance Attribute | LIKE DATA | Protected | ||
| MS_UI_BUF | Instance Attribute | LIKE DATA | Protected | ||
| MT_ALTKEY_CONF | Static Attribute | LIKE TT_ALTKEY_CONF | Protected | ||
| MT_BO_CONF_MAP | Static Attribute | LIKE TT_BO_CONF_MAP | Protected | ||
| MT_BO_SRVMGR_MAP | Static Attribute | LIKE TT_BO_SRVMGR_MAP | Protected | ||
| MT_CODE_LISTS | Static Attribute | LIKE TT_CODE_LIST | Protected | ||
| MT_CONV_ERROR | Instance Attribute | LIKE TT_CONVERSION_ERROR | Protected | ||
| MT_FAILED_KEYS | Instance Attribute | LIKE TT_FAILED_KEYS | Protected | ||
| MT_FIELD_MAP | Instance Attribute | LIKE TT_FIELD_MAP | Protected | ||
| MT_LOC_ZONE | Instance Attribute | LIKE TT_LOC_ZONE | Protected | ||
| MT_MAP_DATA_EXT | Instance Attribute | LIKE TT_MAP_DATA_EXT | Protected | ||
| MT_MAP_DATA_INT | Instance Attribute | LIKE TT_MAP_DATA_INT | Protected | ||
| MV_BO_KEY | Instance Attribute | Business Object | LIKE /BOBF/OBM_BO_KEY | Protected | |
| MV_EXIT_USED | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Protected | |
| MV_MSGV1 | Instance Attribute | Message Variable | LIKE SYMSGV | Protected | |
| MV_MSGV2 | Instance Attribute | Message Variable | LIKE SYMSGV | Protected | |
| MV_MSGV3 | Instance Attribute | Message Variable | LIKE SYMSGV | Protected | |
| MV_MSGV4 | Instance Attribute | Message Variable | LIKE SYMSGV | Protected | |
| MV_MSG_KEY | Instance Attribute | LIKE /BOBF/CONF_KEY | Protected | ||
| MV_NODE_KEY | Instance Attribute | Node | LIKE /BOBF/OBM_NODE_KEY | Protected | |
| SC_CONV_CAT | Constant | LIKE | Protected |
/BOFU/CL_FBI_ACT_PARAM_MAPPER types
TS_ALTKEY_CONF -TS_BO_CONF_MAP -
TS_BO_SRVMGR_MAP -
TS_CODE_LIST -
TS_CODE_VALUE_W_DESCRIPTION -
TS_CONVERSION_ERROR -
TS_FAILED_KEYS -
TS_FIELD_MAP -
TS_LOC_ZONE -
TS_MAP_DATA_EXT -
TS_MAP_DATA_INT -
TS_NODE_CHANGED_FIELDS_2 -
TS_UI_CHANGED_FIELDS_2 -
TT_ALTKEY_CONF -
TT_BO_CONF_MAP -
TT_BO_SRVMGR_MAP -
TT_CODE_LIST -
TT_CODE_VALUE_W_DESCRIPTION -
TT_CONVERSION_ERROR -
TT_FAILED_KEYS -
TT_FIELD_MAP -
TT_LOC_ZONE -
TT_MAP_DATA_EXT -
TT_MAP_DATA_INT -
TT_NODE_CHANGED_FIELDS_2 -
TT_UI_CHANGED_FIELDS_2 -
TV_USAGE_CONTEXT -
TY_CODE_VALUE -
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