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 NameDescriptionVisability
GET_ASSOC_PARAMGet Assoc ParamsPublic
CALL METHOD /bofu/if_fdt_retrieve=>GET_ASSOC_PARAM...more details

GET_FIELD_MAPGet Field MapsPublic
CALL METHOD /bofu/if_fdt_retrieve=>GET_FIELD_MAP...more details

GET_HEADERGet HeaderPublic
CALL METHOD /bofu/if_fdt_retrieve=>GET_HEADER...more details

GET_NODESGet NodesPublic
CALL METHOD /bofu/if_fdt_retrieve=>GET_NODES...more details

SET_ASSOC_PARAMSet Assoc ParamsPublic
CALL METHOD /bofu/if_fdt_retrieve=>SET_ASSOC_PARAM...more details

SET_FIELD_MAPSet Field MapsPublic
CALL METHOD /bofu/if_fdt_retrieve=>SET_FIELD_MAP...more details

SET_HEADERSet HeaderPublic
CALL METHOD /bofu/if_fdt_retrieve=>SET_HEADER...more details

SET_NODESSet NodesPublic
CALL METHOD /bofu/if_fdt_retrieve=>SET_NODES...more details

SET_RESULT_DATA_OBJECTSet result data objectPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
GC_EXTY_RETRIEVE_BO_DATAConstantID of this Expression Type'801CC4EFFE841DEEA990BFA0F0A557D9'LIKE
IF_FDT_TYPES=>ID
Public
GC_QUERY_ATTRIB_ASSOC_NAMEConstantQuery Attribute: Association Name'ASSOCIATION'LIKE
FIELDNAME
Public
GC_QUERY_ATTRIB_BO_NAMEConstantQuery Attribute: BO Name'BO_KEY'LIKE
FIELDNAME
Public
GC_QUERY_ATTRIB_NODE_NAMEConstantQuery Attribute: Node Name'NODE_ESR_NAME'LIKE
FIELDNAME
Public
SC_DATA_STATESConstantLIKE
Public
SC_MESSAGE_LOCATIONSConstantLIKE
Public




/BOFU/IF_FDT_RETRIEVE types

TS_ASSOC_PARAM - Assoc Param
TS_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



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!