SAP /BOFU/CL_GBI_ADAPTER OO Class - Mapping Gateway - View/ View Instance









/BOFU/CL_GBI_ADAPTER 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_GBI_ADAPTER 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/CL_GBI_ADAPTER 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
ADD_ASSOCIATIONSAdd AssociationsPublic
CALL METHOD /bofu/cl_gbi_adapter=>ADD_ASSOCIATIONS...more details

ADD_ENTITY_FIELDSAdd Fields to EntityProtected
CALL METHOD /bofu/cl_gbi_adapter=>ADD_ENTITY_FIELDS...more details

ADD_PROPERTIESAdd Properties to a given EntityProtected
CALL METHOD /bofu/cl_gbi_adapter=>ADD_PROPERTIES...more details

APPEND_SELOPTAppend Selection ParameterProtected
CALL METHOD /bofu/cl_gbi_adapter=>APPEND_SELOPT...more details

CHECK_FOR_ASSOCCheck whether Technical Name ExistProtected
CALL METHOD /bofu/cl_gbi_adapter=>CHECK_FOR_ASSOC...more details

CREATE_ENTITYCreate EntityPublic
CALL METHOD /bofu/cl_gbi_adapter=>CREATE_ENTITY...more details

DEFINE_ACTIONSDefine ActionsProtected
CALL METHOD /bofu/cl_gbi_adapter=>DEFINE_ACTIONS...more details

DEFINE_ACTION_SHLPDefine Action for Execution of Search HelpProtected
CALL METHOD /bofu/cl_gbi_adapter=>DEFINE_ACTION_SHLP...more details

DEFINE_ASSOCIATIONDefine AssociationsProtected
CALL METHOD /bofu/cl_gbi_adapter=>DEFINE_ASSOCIATION...more details

DEFINE_ENTITYDefine Entity with Properties, Associations, ActionsPublic
CALL METHOD /bofu/cl_gbi_adapter=>DEFINE_ENTITY...more details

DEFINE_ENTITY_SHLPDefine Entity for Result of Search HelpPublic
CALL METHOD /bofu/cl_gbi_adapter=>DEFINE_ENTITY_SHLP...more details

DELETE_ENTITYDelete EntityPublic
CALL METHOD /bofu/cl_gbi_adapter=>DELETE_ENTITY...more details

DETERMINE_CARDINALITYGet Cardinality of AssociationProtected
CALL METHOD /bofu/cl_gbi_adapter=>DETERMINE_CARDINALITY...more details

EXECUTE_ACTIONExecute ActionPublic
CALL METHOD /bofu/cl_gbi_adapter=>EXECUTE_ACTION...more details

EXECUTE_SHLPExecute Search HelpPublic
CALL METHOD /bofu/cl_gbi_adapter=>EXECUTE_SHLP...more details

GENERATE_NAMEReturns Association NameProtected
CALL METHOD /bofu/cl_gbi_adapter=>GENERATE_NAME...more details

GET_BO_HIERARICHYReturn BO HierarchyPublic
CALL METHOD /bofu/cl_gbi_adapter=>GET_BO_HIERARICHY...more details

GET_CONDENSED_NAMEGet the condensed name of a DOProtected
CALL METHOD /bofu/cl_gbi_adapter=>GET_CONDENSED_NAME...more details

GET_DATA_FOR_BOGet Data for BOProtected
CALL METHOD /bofu/cl_gbi_adapter=>GET_DATA_FOR_BO...more details

GET_DATA_FOR_VIEWGet Data for ViewProtected
CALL METHOD /bofu/cl_gbi_adapter=>GET_DATA_FOR_VIEW...more details

GET_DO_NODE_NAMEGet the DO Name - Split DO name into prefix and node namePublic
CALL METHOD /bofu/cl_gbi_adapter=>GET_DO_NODE_NAME...more details

GET_ENTITYGet EntityPublic
CALL METHOD /bofu/cl_gbi_adapter=>GET_ENTITY...more details

GET_ENTITYSETGet EntitysetPublic
CALL METHOD /bofu/cl_gbi_adapter=>GET_ENTITYSET...more details

GET_NODE_FROM_COND_NAMEGet Node from Condensed nameProtected
CALL METHOD /bofu/cl_gbi_adapter=>GET_NODE_FROM_COND_NAME...more details

GET_VIEWGet ViewPublic
CALL METHOD /bofu/cl_gbi_adapter=>GET_VIEW...more details

GET_VIEW_INSTANCEGet View InstancePublic
CALL METHOD /bofu/cl_gbi_adapter=>GET_VIEW_INSTANCE...more details

MODIFYModify the entry for CRUD operationProtected
CALL METHOD /bofu/cl_gbi_adapter=>MODIFY...more details

MODIFY_REL_VIEWCreate Nodes of Related ViewsProtected
CALL METHOD /bofu/cl_gbi_adapter=>MODIFY_REL_VIEW...more details

SET_EDM_TYPESet Edm Type to ParameterProtected
CALL METHOD /bofu/cl_gbi_adapter=>SET_EDM_TYPE...more details

SORT_INTERNAL_TABLESort Internal TableProtected
CALL METHOD /bofu/cl_gbi_adapter=>SORT_INTERNAL_TABLE...more details

UPDATE_ENTITYUpdate EntityPublic
CALL METHOD /bofu/cl_gbi_adapter=>UPDATE_ENTITY...more details



/BOFU/CL_GBI_ADAPTER 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
CV_COLLECTIONStatic AttributeCollection'Collection'LIKE
STRING
Protected
MT_ASSOCIATIONSStatic AttributeAssociation PrefixLIKE
/BOFU/GBI_T_ASSOC_PREFIX
Private
MT_NODEStatic AttributeLIKE
/BOBF/T_CONFRO_NODE
Protected
MV_COUNTStatic AttributeNatural Number0LIKE
INT4
Private


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!