SAP /BOFU/IF_FDT_RETRIEVE OO Class - Retrieve from BOPF BO: BRFplus Express Type
/BOFU/IF_FDT_RETRIEVE 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_FDT_RETRIEVE 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_FDT_RETRIEVE 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 |
| GET_ASSOC_PARAM | Get Assoc Params | Public |
| CALL METHOD /bofu/if_fdt_retrieve=>GET_ASSOC_PARAM...more details | ||
| GET_FIELD_MAP | Get Field Maps | Public |
| CALL METHOD /bofu/if_fdt_retrieve=>GET_FIELD_MAP...more details | ||
| GET_HEADER | Get Header | Public |
| CALL METHOD /bofu/if_fdt_retrieve=>GET_HEADER...more details | ||
| GET_NODES | Get Nodes | Public |
| CALL METHOD /bofu/if_fdt_retrieve=>GET_NODES...more details | ||
| SET_ASSOC_PARAM | Set Assoc Params | Public |
| CALL METHOD /bofu/if_fdt_retrieve=>SET_ASSOC_PARAM...more details | ||
| SET_FIELD_MAP | Set Field Maps | Public |
| CALL METHOD /bofu/if_fdt_retrieve=>SET_FIELD_MAP...more details | ||
|
| ||
| SET_HEADER | Set Header | Public |
| CALL METHOD /bofu/if_fdt_retrieve=>SET_HEADER...more details | ||
| SET_NODES | Set Nodes | Public |
| CALL METHOD /bofu/if_fdt_retrieve=>SET_NODES...more details | ||
| SET_RESULT_DATA_OBJECT | Set result data object | Public |
| CALL METHOD /bofu/if_fdt_retrieve=>SET_RESULT_DATA_OBJECT...more details | ||
/BOFU/IF_FDT_RETRIEVE 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_EXTY_RETRIEVE_BO_DATA | Constant | ID of this Expression Type | '801CC4EFFE841DEEA990BFA0F0A557D9' | LIKE IF_FDT_TYPES=>ID | Public |
| GC_QUERY_ATTRIB_ASSOC_NAME | Constant | Query Attribute: Association Name | 'ASSOCIATION' | LIKE FIELDNAME | Public |
| GC_QUERY_ATTRIB_BO_NAME | Constant | Query Attribute: BO Name | 'BO_KEY' | LIKE FIELDNAME | Public |
| GC_QUERY_ATTRIB_NODE_NAME | Constant | Query Attribute: Node Name | 'NODE_ESR_NAME' | LIKE FIELDNAME | Public |
| SC_DATA_STATES | Constant | LIKE | Public | ||
| SC_MESSAGE_LOCATIONS | Constant | LIKE | Public |
/BOFU/IF_FDT_RETRIEVE types
TS_ASSOC_PARAM - Assoc ParamTS_BO_NODE - Node
TS_FIELD_MAP - Field Map
TS_HEADER - Header
TS_OBJECT_UNUSABLE_IDENTIFIER -
TT_ASSOC_PARAM - Assoc Params
TT_BO_NODE - Nodes
TT_FIELD_MAP - Field Maps
TV_MESSAGE_LOCATION -
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