SAP /BOFU/CL_FDT_UTIL OO Class - BRFplus Utilities
/BOFU/CL_FDT_UTIL 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_FDT_UTIL 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_ABSTRACT_SINGLETONMethod list of /BOFU/CL_FDT_UTIL 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 |
| CHECK_DATA_OBJ_AS_KEY | Check if Data object is /BOBF/T_FRW_KEY or /BOBF/CONF_KEY | Public |
| CALL METHOD /bofu/cl_fdt_util=>CHECK_DATA_OBJ_AS_KEY...more details | ||
| CLEANUP_CACHE | Cleanup Cache | Public |
| CALL METHOD /bofu/cl_fdt_util=>CLEANUP_CACHE...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /bofu/cl_fdt_util=>CONSTRUCTOR...more details | ||
| CONVERT_APPLICATION_INPUT | Convert BRFPlus Application Name to UUID | Public |
| CALL METHOD /bofu/cl_fdt_util=>CONVERT_APPLICATION_INPUT...more details | ||
| CONVERT_APPLICATION_OUTPUT | Convert BRFPlus Application UUID to Name | Public |
| CALL METHOD /bofu/cl_fdt_util=>CONVERT_APPLICATION_OUTPUT...more details | ||
| CONVERT_APPLICATION_OUTPUT_INT | Convert BRFPlus Application UUID to Name | Protected |
| CALL METHOD /bofu/cl_fdt_util=>CONVERT_APPLICATION_OUTPUT_INT...more details | ||
|
| ||
| CONVERT_CATALOG_INPUT | Convert BRFPlus Application.Catalog to UUID | Public |
| CALL METHOD /bofu/cl_fdt_util=>CONVERT_CATALOG_INPUT...more details | ||
| CONVERT_CATALOG_OUTPUT | Convert BRFPlus UUID to Application.Catalog | Public |
| CALL METHOD /bofu/cl_fdt_util=>CONVERT_CATALOG_OUTPUT...more details | ||
| CONVERT_CATALOG_OUTPUT_INT | Convert BRFPlus UUID to Application.Function | Protected |
| CALL METHOD /bofu/cl_fdt_util=>CONVERT_CATALOG_OUTPUT_INT...more details | ||
| CONVERT_FUNCTION_INPUT | Convert BRFPlus Application.Function to UUID | Public |
| CALL METHOD /bofu/cl_fdt_util=>CONVERT_FUNCTION_INPUT...more details | ||
| CONVERT_FUNCTION_OUTPUT | Convert BRFPlus UUID to Application.Function | Public |
| CALL METHOD /bofu/cl_fdt_util=>CONVERT_FUNCTION_OUTPUT...more details | ||
| CONVERT_FUNCTION_OUTPUT_INT | Convert BRFPlus UUID to Application.Function | Protected |
| CALL METHOD /bofu/cl_fdt_util=>CONVERT_FUNCTION_OUTPUT_INT...more details | ||
| CONVERT_SHLPSELOPT_4_APPL | Convert Select Options: Application | Protected |
| CALL METHOD /bofu/cl_fdt_util=>CONVERT_SHLPSELOPT_4_APPL...more details | ||
| CONVERT_SHLPSELOPT_4_BORETREXP | Convert Select Options: BO Retrieve Expression | Protected |
| CALL METHOD /bofu/cl_fdt_util=>CONVERT_SHLPSELOPT_4_BORETREXP...more details | ||
| CONVERT_SHLPSELOPT_4_CATG | Convert Select Options: Catalog | Protected |
| CALL METHOD /bofu/cl_fdt_util=>CONVERT_SHLPSELOPT_4_CATG...more details | ||
| CONVERT_SHLPSELOPT_4_FUNC | Convert Select Options: Function | Protected |
| CALL METHOD /bofu/cl_fdt_util=>CONVERT_SHLPSELOPT_4_FUNC...more details | ||
| F4IF_APPLICATION | F4 Exit for FDT Applications | Public |
| CALL METHOD /bofu/cl_fdt_util=>F4IF_APPLICATION...more details | ||
| F4IF_BO_RETR_EXP | F4 Exit for BO Retrieve Expression | Public |
| CALL METHOD /bofu/cl_fdt_util=>F4IF_BO_RETR_EXP...more details | ||
| F4IF_CATALOG | F4 Exit for FDT Catalogs | Public |
| CALL METHOD /bofu/cl_fdt_util=>F4IF_CATALOG...more details | ||
| F4IF_FUNCTION | F4 Exit for FDT Functions | Public |
| CALL METHOD /bofu/cl_fdt_util=>F4IF_FUNCTION...more details | ||
| F4_SELECT_APPLICATIONS | F4: Select Applications | Protected |
| CALL METHOD /bofu/cl_fdt_util=>F4_SELECT_APPLICATIONS...more details | ||
| F4_SELECT_OBJ_IN_APPLICATION | F4: Select Objects in Applications (function/catalog...) | Protected |
| CALL METHOD /bofu/cl_fdt_util=>F4_SELECT_OBJ_IN_APPLICATION...more details | ||
| GET_INSTANCE | Public | |
| CALL METHOD /bofu/cl_fdt_util=>GET_INSTANCE...more details | ||
| IS_OBJECT_USABLE | Check if Object is not deletd; usable | Public |
| CALL METHOD /bofu/cl_fdt_util=>IS_OBJECT_USABLE...more details | ||
| SELECT_OBJ_IN_APPLICATION | Select given Object in Application | Protected |
| CALL METHOD /bofu/cl_fdt_util=>SELECT_OBJ_IN_APPLICATION...more details | ||
/BOFU/CL_FDT_UTIL 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_FACTORY | Instance Attribute | FDT: Factory | LIKE IF_FDT_FACTORY | Protected | |
| MT_APPL_OUTPUT_RESULTS_CACHE | Instance Attribute | Application Conv Results Cache | LIKE /BOFU/T_CONV_EXIT_IO_DATA | Protected | |
| MT_CATG_OUTPUT_RESULTS_CACHE | Instance Attribute | Catalog Conv Results Cache | LIKE /BOFU/T_CONV_EXIT_IO_DATA | Protected | |
| MT_FUNC_OUTPUT_RESULTS_CACHE | Instance Attribute | Funtion Conv Results Cache | LIKE /BOFU/T_CONV_EXIT_IO_DATA | Protected |
/BOFU/CL_FDT_UTIL types
TS_APPLICATION_DATA - Application DataTS_APPL_DATA_BO_RETR - Object in Application Data (BO retr exp)
TS_APPL_DATA_F4 - F4 structure (SHLP for Application data)
TS_CATALOG_DATA_F4 - F4 structure (SHLP for Catalog data)
TS_EXP_BO_RETR_DATA_F4 - F4 structure (SHLP for BO retr data)
TS_FUNCTION_DATA_F4 - F4 structure (SHLP for Function data)
TS_OBJECT_IN_APPL_DATA - Object in Application Data (funct/catalog...)
TT_APPLICATION_DATA - Application Data records
TT_OBJECT_IN_APPL_DATA - Objects in Applications Data records
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