SAP /BOFU/IF_FBI_AP_TYPES OO Class - FBI Types: Application Profile
/BOFU/IF_FBI_AP_TYPES 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/IF_FBI_AP_TYPES 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/IF_FBI_AP_TYPES 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 |
/BOFU/IF_FBI_AP_TYPES types
TS_CONF_DATA - Configuration DataTS_CONF_DATA_AP -
TS_CONF_HEADER_AP -
TS_CONF_OVS_INPUT_BIND_VAL_AP -
TS_CONF_REL_VW_ASC_FIL_VAL_AP -
TS_CONF_REL_VW_TR_NDE_FL_VL_AP -
TS_CONF_VIEW_USAGE_AP -
TS_HEADER_KEYS_DELTA -
TS_OVS_INPUT_BINDING_AP -
TT_CONF_FIELD_DESC - Application Profile: UI Field Description
TT_CONF_HDR - Application Profile: Header
TT_CONF_HDR_KEYS - Application Profile: Header keys
TT_CONF_HDR_TEXT - Application Profile: Header Text Table
TT_CONF_OVS_IBIND - Application Profile: OVS Input Binding
TT_CONF_OVS_IBIND_VAL - Application Profile: OVS Input Binding Values
TT_CONF_OVS_INPUT_BINDING_AP -
TT_CONF_OVS_INPUT_BIND_VAL_AP -
TT_CONF_RELVIEW - Application Profile: Related View
TT_CONF_REL_VIEW_ASSOC_FIL_AP -
TT_CONF_REL_VIEW_REL_VIEW_AP -
TT_CONF_REL_VW_ASC_FIL_VAL_AP -
TT_CONF_REL_VW_TAR_NODE_FIL_AP -
TT_CONF_REL_VW_TR_NDE_FL_VL_AP -
TT_CONF_RV_AFLT - Application Profile: Related View Assoc Filter
TT_CONF_RV_AFLT_VAL - Application Profile: Related View Assoc Filter Value Range
TT_CONF_RV_TFLT - Application Profile: Related View Target Node Filter
TT_CONF_RV_TFLT_VAL - Application Profile: RelView Target Node Filter Value Range
TT_CONF_UI_FIELD_DESC_AP -
TT_CONF_VIEW_USAGE_AP -
TT_CONF_VIEW_USE - Application Profile: View usage Key
TT_OVS_INPUT_BINDING_AP -
Links to Related Class(s)
/BOFU/IF...Full list of available SAP object classes
Search for further information about these or an SAP related objects