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_MAPPER

Method 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 NameDescriptionVisability
BUILD_MAP_TABLEBuild Mapping TableProtected
CALL METHOD /bofu/cl_fbi_act_param_mapper=>BUILD_MAP_TABLE...more details

EXIT_MAP_BO_ACT_TO_UIExit 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_ACTExit 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_LOCATIONGet Zone based on the locationProtected
CALL METHOD /bofu/cl_fbi_act_param_mapper=>GET_ZONE_FOR_LOCATION...more details

MAP_INDIVIDUALLY_BO_ACT_TO_UIMap Node Data to UI structure for custom conversionsProtected
CALL METHOD /bofu/cl_fbi_act_param_mapper=>MAP_INDIVIDUALLY_BO_ACT_TO_UI...more details

MAP_INDIVIDUALLY_UI_TO_BO_ACTMap UI Data to Node structure for custom conversionsProtected
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.

NameLevelDescriptionInitial ValueTypeVisability
MO_CONTROLLERInstance AttributeFBI Version 2: Central ControllerLIKE
/BOFU/CL_FBI_CONTROLLER_NEW
Protected
MO_MSG_BUFFERInstance AttributeFBI Message BufferLIKE
/BOFU/IF_FBI_MESSAGE_BUFFER
Protected
MO_SD_NODEInstance AttributeRuntime Type ServicesLIKE
CL_ABAP_STRUCTDESCR
Protected
MO_SD_UI_STRUCTInstance AttributeRuntime Type ServicesLIKE
CL_ABAP_STRUCTDESCR
Protected
MS_NODE_BUFInstance AttributeLIKE
DATA
Protected
MS_UI_BUFInstance AttributeLIKE
DATA
Protected
MT_ALTKEY_CONFStatic AttributeLIKE
TT_ALTKEY_CONF
Protected
MT_BO_CONF_MAPStatic AttributeLIKE
TT_BO_CONF_MAP
Protected
MT_BO_SRVMGR_MAPStatic AttributeLIKE
TT_BO_SRVMGR_MAP
Protected
MT_CODE_LISTSStatic AttributeLIKE
TT_CODE_LIST
Protected
MT_CONV_ERRORInstance AttributeLIKE
TT_CONVERSION_ERROR
Protected
MT_FAILED_KEYSInstance AttributeLIKE
TT_FAILED_KEYS
Protected
MT_FIELD_MAPInstance AttributeLIKE
TT_FIELD_MAP
Protected
MT_LOC_ZONEInstance AttributeLIKE
TT_LOC_ZONE
Protected
MT_MAP_DATA_EXTInstance AttributeLIKE
TT_MAP_DATA_EXT
Protected
MT_MAP_DATA_INTInstance AttributeLIKE
TT_MAP_DATA_INT
Protected
MV_BO_KEYInstance AttributeBusiness ObjectLIKE
/BOBF/OBM_BO_KEY
Protected
MV_EXIT_USEDInstance AttributeData element for domain BOOLE: TRUE (='X') and FALSE (=' ')LIKE
BOOLE_D
Protected
MV_MSGV1Instance AttributeMessage VariableLIKE
SYMSGV
Protected
MV_MSGV2Instance AttributeMessage VariableLIKE
SYMSGV
Protected
MV_MSGV3Instance AttributeMessage VariableLIKE
SYMSGV
Protected
MV_MSGV4Instance AttributeMessage VariableLIKE
SYMSGV
Protected
MV_MSG_KEYInstance AttributeLIKE
/BOBF/CONF_KEY
Protected
MV_NODE_KEYInstance AttributeNodeLIKE
/BOBF/OBM_NODE_KEY
Protected
SC_CONV_CATConstantLIKE
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



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!