SAP /BOFU/CL_FDT_RETRIEVE_MODEL OO Class - Model class for Expression type Retrieve BOPF
/BOFU/CL_FDT_RETRIEVE_MODEL 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_RETRIEVE_MODEL 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_FDT_RETRIEVE_WD_MODELInheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for /BOFU/CL_FDT_RETRIEVE_MODEL is CL_FDT_WD_MAINTENANCE_MODELMethod list of /BOFU/CL_FDT_RETRIEVE_MODEL 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 |
| ADD_MESSAGES | Add Messages | Protected |
| CALL METHOD /bofu/cl_fdt_retrieve_model=>ADD_MESSAGES...more details | ||
| CLASS_CONSTRUCTOR | Class Constructor | Public |
| CALL METHOD /bofu/cl_fdt_retrieve_model=>CLASS_CONSTRUCTOR...more details | ||
| HIER_DELETE_CASCADING | Hierarchy: Delete Cascading | Private |
| CALL METHOD /bofu/cl_fdt_retrieve_model=>HIER_DELETE_CASCADING...more details | ||
| HIER_DELETE_CASCADING_INT | Hierarchy: Delete Cascading (Internal) | Private |
| CALL METHOD /bofu/cl_fdt_retrieve_model=>HIER_DELETE_CASCADING_INT...more details | ||
| HIER_GET_LEAD_SELECTION | Hierarchy: Get Lead Selection | Private |
| CALL METHOD /bofu/cl_fdt_retrieve_model=>HIER_GET_LEAD_SELECTION...more details | ||
| HIER_GET_MW_DATA | Hierarchy: For Set Model | Private |
| CALL METHOD /bofu/cl_fdt_retrieve_model=>HIER_GET_MW_DATA...more details | ||
|
| ||
| HIER_GET_OBJTYPE_ICON | Hierarchy: Get Object Type Icon | Private |
| CALL METHOD /bofu/cl_fdt_retrieve_model=>HIER_GET_OBJTYPE_ICON...more details | ||
| HIER_GET_UI_DATA | Hierarchy: For Get Model | Private |
| CALL METHOD /bofu/cl_fdt_retrieve_model=>HIER_GET_UI_DATA...more details | ||
| HIER_SET_LEAD_SELECTION | Hierarchy: Set Lead Selection | Private |
| CALL METHOD /bofu/cl_fdt_retrieve_model=>HIER_SET_LEAD_SELECTION...more details | ||
| PUB_MODEL_NODE_GET_EXCL_FLDS | Publish Model Node: Get Fields to be Excluded | Private |
| CALL METHOD /bofu/cl_fdt_retrieve_model=>PUB_MODEL_NODE_GET_EXCL_FLDS...more details | ||
| README | README | Private |
| CALL METHOD /bofu/cl_fdt_retrieve_model=>README...more details | ||
| RESULT_DATA_CAN_GENERATE | Can Generate Result Data Object ? | Private |
| CALL METHOD /bofu/cl_fdt_retrieve_model=>RESULT_DATA_CAN_GENERATE...more details | ||
| RESULT_DATA_GENERATE | Generate Result Data Object | Private |
| CALL METHOD /bofu/cl_fdt_retrieve_model=>RESULT_DATA_GENERATE...more details | ||
| RESULT_DATA_GENERATE_V1 | Generate Result Data Object (first version) | Private |
| CALL METHOD /bofu/cl_fdt_retrieve_model=>RESULT_DATA_GENERATE_V1...more details | ||
/BOFU/CL_FDT_RETRIEVE_MODEL 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 |
| GC_EVENT_PARAM_ADD_NODE | Instance Attribute | LIKE | Private | ||
| GC_EVENT_PARAM_NAVI_TO_OBJ_ID | Instance Attribute | LIKE | Private | ||
| GC_EVENT_PARAM_OBJ_USAGE | Instance Attribute | LIKE | Private | ||
| GC_FDT_OBJ_MENU_USAGE_TYPES | Instance Attribute | LIKE | Private | ||
| GC_HIERARCHY_OBJECT_TYPES | Instance Attribute | LIKE | Private | ||
| GC_MODEL_NODES | Instance Attribute | LIKE | Private | ||
| MO_EXPR_RETRIEVE | Instance Attribute | Interface for Expression type Retrieve BOPF | LIKE /BOFU/IF_FDT_RETRIEVE | Private | |
| MT_DATAOBJ_IDS_FOR_SAVE | Instance Attribute | Object IDs as unsorted index table | LIKE IF_FDT_TYPES=>T_OBJECT_ID | Private | |
| MV_EVENT_ID_COUNTER | Instance Attribute | LIKE TV_EVENT_ID_COUNTER | Private | ||
| ST_DOMVALS_DATA_STATE | Static Attribute | LIKE TT_DOM_VALUES | Private | ||
| ST_DOMVALS_HIER_OBJ_TYPE | Static Attribute | LIKE TT_DOM_VALUES | Private | ||
| SV_ASSOC_TARGETNODE_SEPERATOR | Static Attribute | LIKE | Private |
/BOFU/CL_FDT_RETRIEVE_MODEL types
TS_HEADER -TS_HIERARCHY -
TT_DOM_VALUES - Domain Values
TT_HIERARCHY -
TT_LINE_INDEX_SORTED -
TT_LINE_INDEX_STD -
TV_EVENT_ID_COUNTER -
TV_FDT_OBJ_MENU_USAGE_TYPE -
TV_MODEL_NODE -
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