SAP /BOBF/IF_FRW_DELEGATION OO Class - Interface to a delegated part of the BO









/BOBF/IF_FRW_DELEGATION 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_DELEGATION 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_DELEGATION 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
ADJUST_NUMBERSAdjust numbers from number range intervalsPublic
CALL METHOD /bobf/if_frw_delegation=>ADJUST_NUMBERS...more details

AFTER_FAILED_SAVEAfter Failed Save AttemptPublic
CALL METHOD /bobf/if_frw_delegation=>AFTER_FAILED_SAVE...more details

AFTER_SUCCESSFUL_SAVEAfter Successful Save AttemptPublic
CALL METHOD /bobf/if_frw_delegation=>AFTER_SUCCESSFUL_SAVE...more details

CHECK_ACTIONCheck Whether Action Can Be PerformedPublic
CALL METHOD /bobf/if_frw_delegation=>CHECK_ACTION...more details

CHECK_AND_DETERMINEPerform Consistency CheckPublic
CALL METHOD /bobf/if_frw_delegation=>CHECK_AND_DETERMINE...more details

CHECK_BEFORE_SAVECheck Whether Object Can Be SavedPublic
CALL METHOD /bobf/if_frw_delegation=>CHECK_BEFORE_SAVE...more details

CHECK_CONSISTENCYPerform Consistency CheckPublic
CALL METHOD /bobf/if_frw_delegation=>CHECK_CONSISTENCY...more details

COMPARECompare Changes done on the DOPublic
CALL METHOD /bobf/if_frw_delegation=>COMPARE...more details

CONVERT_ALTERN_KEYConverts an alternative Key to the technical KeyPublic
CALL METHOD /bobf/if_frw_delegation=>CONVERT_ALTERN_KEY...more details

DO_ACTIONDo ActionPublic
CALL METHOD /bobf/if_frw_delegation=>DO_ACTION...more details

DO_CLEANUPDelete All Internal BuffersPublic
CALL METHOD /bobf/if_frw_delegation=>DO_CLEANUP...more details

DO_SAVESavePublic
CALL METHOD /bobf/if_frw_delegation=>DO_SAVE...more details

FINALIZEPrepare Objects for SavingPublic
CALL METHOD /bobf/if_frw_delegation=>FINALIZE...more details

GET_CHANGESGives the changed DO instancesPublic
CALL METHOD /bobf/if_frw_delegation=>GET_CHANGES...more details

GET_HOST_NODE_KEYReturns the next host node keyPublic
CALL METHOD /bobf/if_frw_delegation=>GET_HOST_NODE_KEY...more details

GET_INSTANCEReturns an instance of an implementing classPublic
CALL METHOD /bobf/if_frw_delegation=>GET_INSTANCE...more details

GET_ROOT_KEYReturn root nodePublic
CALL METHOD /bobf/if_frw_delegation=>GET_ROOT_KEY...more details

GET_ROOT_KEYSReturns all root nodesPublic
CALL METHOD /bobf/if_frw_delegation=>GET_ROOT_KEYS...more details

GET_RUNTIME_MODELReads the meta data of the modelPublic
CALL METHOD /bobf/if_frw_delegation=>GET_RUNTIME_MODEL...more details

MODIFYChange, Delete, Create NodesPublic
CALL METHOD /bobf/if_frw_delegation=>MODIFY...more details

ON_NUMBERS_ADJUSTEDOn numbers adjustedPublic
CALL METHOD /bobf/if_frw_delegation=>ON_NUMBERS_ADJUSTED...more details

QUERYSearchPublic
CALL METHOD /bobf/if_frw_delegation=>QUERY...more details

RELOADReloads Read CachesPublic
CALL METHOD /bobf/if_frw_delegation=>RELOAD...more details

RETRIEVERead DataPublic
CALL METHOD /bobf/if_frw_delegation=>RETRIEVE...more details

RETRIEVE_BY_ASSOCIATIONRead Data via associationPublic
CALL METHOD /bobf/if_frw_delegation=>RETRIEVE_BY_ASSOCIATION...more details

RETRIEVE_CODE_VALUE_SETRead code value setsPublic
CALL METHOD /bobf/if_frw_delegation=>RETRIEVE_CODE_VALUE_SET...more details

RETRIEVE_DEFAULT_ACTION_PARAMRead default action paramatersPublic
CALL METHOD /bobf/if_frw_delegation=>RETRIEVE_DEFAULT_ACTION_PARAM...more details

RETRIEVE_DEFAULT_NODE_VALUESRead the default node valuesPublic
CALL METHOD /bobf/if_frw_delegation=>RETRIEVE_DEFAULT_NODE_VALUES...more details

RETRIEVE_DEFAULT_QUERY_PARAMRead default query paramatersPublic
CALL METHOD /bobf/if_frw_delegation=>RETRIEVE_DEFAULT_QUERY_PARAM...more details

RETRIEVE_ID_VALUE_SETRead identifier value setsPublic
CALL METHOD /bobf/if_frw_delegation=>RETRIEVE_ID_VALUE_SET...more details

RETRIEVE_PROPERTYRead Property of DataPublic
CALL METHOD /bobf/if_frw_delegation=>RETRIEVE_PROPERTY...more details




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!