SAP /BOBF/IF_FRW_CONFIGURATION OO Class - Interface for Configuration









/BOBF/IF_FRW_CONFIGURATION 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 /BOBF/IF_FRW_CONFIGURATION 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 /BOBF/IF_FRW_CONFIGURATION 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
CONVERT_RUNTIME_ASSOC_BINDINGConvert Association binding to runtime formatPublic
CALL METHOD /bobf/if_frw_configuration=>CONVERT_RUNTIME_ASSOC_BINDING...more details

GET_ACTReturns Information of an ActionPublic
CALL METHOD /bobf/if_frw_configuration=>GET_ACT...more details

GET_ACT_TABReturns Information of all ActionsPublic
CALL METHOD /bobf/if_frw_configuration=>GET_ACT_TAB...more details

GET_ALTKEYReturns Information of a Alternative KeyPublic
CALL METHOD /bobf/if_frw_configuration=>GET_ALTKEY...more details

GET_ALTKEY_TABReturns Information of all Alternative KeysPublic
CALL METHOD /bobf/if_frw_configuration=>GET_ALTKEY_TAB...more details

GET_ASSOCReturns Information of a AssociationPublic
CALL METHOD /bobf/if_frw_configuration=>GET_ASSOC...more details

GET_ASSOC_CHANGEReturns the association change triggerPublic
CALL METHOD /bobf/if_frw_configuration=>GET_ASSOC_CHANGE...more details

GET_ASSOC_TABReturn All AssociationsPublic
CALL METHOD /bobf/if_frw_configuration=>GET_ASSOC_TAB...more details

GET_AUTHORITY_FIELD_MAPPINGGet authority field mappings by node keyPublic
CALL METHOD /bobf/if_frw_configuration=>GET_AUTHORITY_FIELD_MAPPING...more details

GET_AUTHORITY_OBJECTSGet authorization objects by node keyPublic
CALL METHOD /bobf/if_frw_configuration=>GET_AUTHORITY_OBJECTS...more details

GET_BOReturns Information of a BOPublic
CALL METHOD /bobf/if_frw_configuration=>GET_BO...more details

GET_CONTENT_KEY_MAPPINGGet content key mappingPublic
CALL METHOD /bobf/if_frw_configuration=>GET_CONTENT_KEY_MAPPING...more details

GET_DETERMINATIONReturns Determinations of a Time SpotPublic
CALL METHOD /bobf/if_frw_configuration=>GET_DETERMINATION...more details

GET_DYNAMIC_CONFIGURATIONPublic
CALL METHOD /bobf/if_frw_configuration=>GET_DYNAMIC_CONFIGURATION...more details

GET_FIELDMAPPINGReturns Field Name Mapping for Service ProviderPublic
CALL METHOD /bobf/if_frw_configuration=>GET_FIELDMAPPING...more details

GET_GROUPReturns groupPublic
CALL METHOD /bobf/if_frw_configuration=>GET_GROUP...more details

GET_GROUP_TABReturns list of groupsPublic
CALL METHOD /bobf/if_frw_configuration=>GET_GROUP_TAB...more details

GET_NODEReturns Information for a NodePublic
CALL METHOD /bobf/if_frw_configuration=>GET_NODE...more details

GET_NODE_TABReturns all nodesPublic
CALL METHOD /bobf/if_frw_configuration=>GET_NODE_TAB...more details

GET_PROPERTYReturns static propertiesPublic
CALL METHOD /bobf/if_frw_configuration=>GET_PROPERTY...more details

GET_PROPERTY_CHANGEReturns the property change triggerPublic
CALL METHOD /bobf/if_frw_configuration=>GET_PROPERTY_CHANGE...more details

GET_PROPERTY_PRXReturns static proxy propertiesPublic
CALL METHOD /bobf/if_frw_configuration=>GET_PROPERTY_PRX...more details

GET_QUERYReturns information of a queryPublic
CALL METHOD /bobf/if_frw_configuration=>GET_QUERY...more details

GET_QUERY_TABReturns information of all queriesPublic
CALL METHOD /bobf/if_frw_configuration=>GET_QUERY_TAB...more details

GET_ROOT_NODEReturns the root nodePublic
CALL METHOD /bobf/if_frw_configuration=>GET_ROOT_NODE...more details

GET_STATUS_ASSOCIATIONSReturns associations between status relevant nodesPublic
CALL METHOD /bobf/if_frw_configuration=>GET_STATUS_ASSOCIATIONS...more details

GET_STATUS_DERIVATORReturn derivatorPublic
CALL METHOD /bobf/if_frw_configuration=>GET_STATUS_DERIVATOR...more details

GET_STATUS_DERIVATOR_TABReturn list of derivatorsPublic
CALL METHOD /bobf/if_frw_configuration=>GET_STATUS_DERIVATOR_TAB...more details

GET_STATUS_VARIABLEGet status variable by keyPublic
CALL METHOD /bobf/if_frw_configuration=>GET_STATUS_VARIABLE...more details

GET_STATUS_VARIABLESGet status variables of a nodePublic
CALL METHOD /bobf/if_frw_configuration=>GET_STATUS_VARIABLES...more details

GET_VALIDATIONReturns consistency validationsPublic
CALL METHOD /bobf/if_frw_configuration=>GET_VALIDATION...more details

GET_VALUE_SETReturns a value setPublic
CALL METHOD /bobf/if_frw_configuration=>GET_VALUE_SET...more details

GET_VALUE_SET_TABReturns all value setsPublic
CALL METHOD /bobf/if_frw_configuration=>GET_VALUE_SET_TAB...more details

HAS_ANY_CURRENCY_FIELD_MAPPINGPublic
CALL METHOD /bobf/if_frw_configuration=>HAS_ANY_CURRENCY_FIELD_MAPPING...more details

IDENTIFY_SCENARIOIdentify the scenario (_quadrant_) for a CDS-generated BOPublic
CALL METHOD /bobf/if_frw_configuration=>IDENTIFY_SCENARIO...more details

QUERY_ACTIONGet action by namePublic
CALL METHOD /bobf/if_frw_configuration=>QUERY_ACTION...more details

QUERY_ALTKEYGet alternative key by namePublic
CALL METHOD /bobf/if_frw_configuration=>QUERY_ALTKEY...more details

QUERY_ASSOCGet association by namePublic
CALL METHOD /bobf/if_frw_configuration=>QUERY_ASSOC...more details

QUERY_NODEGet node by namePublic
CALL METHOD /bobf/if_frw_configuration=>QUERY_NODE...more details

QUERY_NODESGet nodes by proxy namePublic
CALL METHOD /bobf/if_frw_configuration=>QUERY_NODES...more details

QUERY_QUERYGet query by namePublic
CALL METHOD /bobf/if_frw_configuration=>QUERY_QUERY...more details

QUERY_STATUS_DERIVATORGet derivators by proxy namePublic
CALL METHOD /bobf/if_frw_configuration=>QUERY_STATUS_DERIVATOR...more details

QUERY_VALUE_SETGet value set by namePublic
CALL METHOD /bobf/if_frw_configuration=>QUERY_VALUE_SET...more details

SUPPORTS_FEATURECheck if a CDS-generated BO supports a concrete featurePublic
CALL METHOD /bobf/if_frw_configuration=>SUPPORTS_FEATURE...more details



/BOBF/IF_FRW_CONFIGURATION 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
MS_LAST_ACTIONInstance AttributeLast actionLIKE
/BOBF/S_CONFRO_ACT_LIST
Public
MS_LAST_ALTKEYInstance AttributeLast alternative keyLIKE
/BOBF/S_CONFRO_ALTKEY
Public
MS_LAST_ASSOCInstance AttributeLast associationLIKE
/BOBF/S_CONFRO_ASSOC
Public
MS_LAST_GROUPInstance AttributeGroupLIKE
/BOBF/S_CONFRO_GROUP
Public
MS_LAST_NODEInstance AttributeLast nodeLIKE
/BOBF/S_CONFRO_NODE
Public
MS_LAST_QUERYInstance AttributeLast queryLIKE
/BOBF/S_CONFRO_QUERY
Public
MS_LAST_STA_DERIVInstance AttributeLast derivatorLIKE
/BOBF/S_CONFRO_STA_DERIV
Public
MS_LAST_STA_VARInstance AttributeLast status variableLIKE
/BOBF/S_CONFRO_STA_VAR
Public
MS_LAST_VSETInstance AttributeConfiguration: Value SetLIKE
/BOBF/S_CONFRO_VALUE_SET
Public
MS_OBJInstance AttributeConfiguration BOLIKE
/BOBF/S_CONFRO_OBJ
Public




/BOBF/IF_FRW_CONFIGURATION types

GTT_AUTHORITY_OBJECT -
GTT_AUTH_FIELD_ID -
GTT_AUTH_FIELD_MAP -
GTT_REQUEST_ATTRIBUTES -
GTT_RUNTIME_ASSOC_BINDING -
GTY_AUTH_FIELD_ID -
GTY_AUTH_FIELD_MAP -
GTY_REQUEST_ATTRIBUTES -
GTY_RUNTIME_ASSOC_BINDING -

Links to Related Class(s)

/BOBF/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!