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_SINGLETON

Method 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 NameDescriptionVisability
CHECK_DATA_OBJ_AS_KEYCheck if Data object is /BOBF/T_FRW_KEY or /BOBF/CONF_KEYPublic
CALL METHOD /bofu/cl_fdt_util=>CHECK_DATA_OBJ_AS_KEY...more details

CLEANUP_CACHECleanup CachePublic
CALL METHOD /bofu/cl_fdt_util=>CLEANUP_CACHE...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /bofu/cl_fdt_util=>CONSTRUCTOR...more details

CONVERT_APPLICATION_INPUTConvert BRFPlus Application Name to UUIDPublic
CALL METHOD /bofu/cl_fdt_util=>CONVERT_APPLICATION_INPUT...more details

CONVERT_APPLICATION_OUTPUTConvert BRFPlus Application UUID to NamePublic
CALL METHOD /bofu/cl_fdt_util=>CONVERT_APPLICATION_OUTPUT...more details

CONVERT_APPLICATION_OUTPUT_INTConvert BRFPlus Application UUID to NameProtected
CALL METHOD /bofu/cl_fdt_util=>CONVERT_APPLICATION_OUTPUT_INT...more details

CONVERT_CATALOG_INPUTConvert BRFPlus Application.Catalog to UUIDPublic
CALL METHOD /bofu/cl_fdt_util=>CONVERT_CATALOG_INPUT...more details

CONVERT_CATALOG_OUTPUTConvert BRFPlus UUID to Application.CatalogPublic
CALL METHOD /bofu/cl_fdt_util=>CONVERT_CATALOG_OUTPUT...more details

CONVERT_CATALOG_OUTPUT_INTConvert BRFPlus UUID to Application.FunctionProtected
CALL METHOD /bofu/cl_fdt_util=>CONVERT_CATALOG_OUTPUT_INT...more details

CONVERT_FUNCTION_INPUTConvert BRFPlus Application.Function to UUIDPublic
CALL METHOD /bofu/cl_fdt_util=>CONVERT_FUNCTION_INPUT...more details

CONVERT_FUNCTION_OUTPUTConvert BRFPlus UUID to Application.FunctionPublic
CALL METHOD /bofu/cl_fdt_util=>CONVERT_FUNCTION_OUTPUT...more details

CONVERT_FUNCTION_OUTPUT_INTConvert BRFPlus UUID to Application.FunctionProtected
CALL METHOD /bofu/cl_fdt_util=>CONVERT_FUNCTION_OUTPUT_INT...more details

CONVERT_SHLPSELOPT_4_APPLConvert Select Options: ApplicationProtected
CALL METHOD /bofu/cl_fdt_util=>CONVERT_SHLPSELOPT_4_APPL...more details

CONVERT_SHLPSELOPT_4_BORETREXPConvert Select Options: BO Retrieve ExpressionProtected
CALL METHOD /bofu/cl_fdt_util=>CONVERT_SHLPSELOPT_4_BORETREXP...more details

CONVERT_SHLPSELOPT_4_CATGConvert Select Options: CatalogProtected
CALL METHOD /bofu/cl_fdt_util=>CONVERT_SHLPSELOPT_4_CATG...more details

CONVERT_SHLPSELOPT_4_FUNCConvert Select Options: FunctionProtected
CALL METHOD /bofu/cl_fdt_util=>CONVERT_SHLPSELOPT_4_FUNC...more details

F4IF_APPLICATIONF4 Exit for FDT ApplicationsPublic
CALL METHOD /bofu/cl_fdt_util=>F4IF_APPLICATION...more details

F4IF_BO_RETR_EXPF4 Exit for BO Retrieve ExpressionPublic
CALL METHOD /bofu/cl_fdt_util=>F4IF_BO_RETR_EXP...more details

F4IF_CATALOGF4 Exit for FDT CatalogsPublic
CALL METHOD /bofu/cl_fdt_util=>F4IF_CATALOG...more details

F4IF_FUNCTIONF4 Exit for FDT FunctionsPublic
CALL METHOD /bofu/cl_fdt_util=>F4IF_FUNCTION...more details

F4_SELECT_APPLICATIONSF4: Select ApplicationsProtected
CALL METHOD /bofu/cl_fdt_util=>F4_SELECT_APPLICATIONS...more details

F4_SELECT_OBJ_IN_APPLICATIONF4: Select Objects in Applications (function/catalog...)Protected
CALL METHOD /bofu/cl_fdt_util=>F4_SELECT_OBJ_IN_APPLICATION...more details

GET_INSTANCEPublic
CALL METHOD /bofu/cl_fdt_util=>GET_INSTANCE...more details

IS_OBJECT_USABLECheck if Object is not deletd; usablePublic
CALL METHOD /bofu/cl_fdt_util=>IS_OBJECT_USABLE...more details

SELECT_OBJ_IN_APPLICATIONSelect given Object in ApplicationProtected
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.

NameLevelDescriptionInitial ValueTypeVisability
MO_FACTORYInstance AttributeFDT: FactoryLIKE
IF_FDT_FACTORY
Protected
MT_APPL_OUTPUT_RESULTS_CACHEInstance AttributeApplication Conv Results CacheLIKE
/BOFU/T_CONV_EXIT_IO_DATA
Protected
MT_CATG_OUTPUT_RESULTS_CACHEInstance AttributeCatalog Conv Results CacheLIKE
/BOFU/T_CONV_EXIT_IO_DATA
Protected
MT_FUNC_OUTPUT_RESULTS_CACHEInstance AttributeFuntion Conv Results CacheLIKE
/BOFU/T_CONV_EXIT_IO_DATA
Protected




/BOFU/CL_FDT_UTIL types

TS_APPLICATION_DATA - Application Data
TS_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



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!