SAP /BOBF/IF_FRW_SERVICE_LAYER OO Class - Interface for the Service Layer









/BOBF/IF_FRW_SERVICE_LAYER 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_SERVICE_LAYER 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_SERVICE_LAYER 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_service_layer=>ADJUST_NUMBERS...more details

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

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

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

CHECK_AND_DETERMINEPerform Consistency Check and dependent determinationsPublic
CALL METHOD /bobf/if_frw_service_layer=>CHECK_AND_DETERMINE...more details

CHECK_AUTHORITYPerform static and instance based authority checksPublic
CALL METHOD /bobf/if_frw_service_layer=>CHECK_AUTHORITY...more details

CHECK_AUTHORITY_STATICALLYPerform static authority checkPublic
CALL METHOD /bobf/if_frw_service_layer=>CHECK_AUTHORITY_STATICALLY...more details

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

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

COMPARECompare ImagesPublic
CALL METHOD /bobf/if_frw_service_layer=>COMPARE...more details

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

CREATE_SYNC_POINTCreate Sync PointPublic
CALL METHOD /bobf/if_frw_service_layer=>CREATE_SYNC_POINT...more details

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

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

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

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

GET_AUTH_PROFILE_READERPublic
CALL METHOD /bobf/if_frw_service_layer=>GET_AUTH_PROFILE_READER...more details

GET_ROOT_KEYReturn Root NodePublic
CALL METHOD /bobf/if_frw_service_layer=>GET_ROOT_KEY...more details

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

ON_BUSINESS_OBJECT_CHANGEDOn business object changedPublic
CALL METHOD /bobf/if_frw_service_layer=>ON_BUSINESS_OBJECT_CHANGED...more details

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

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

RELEASE_SYNC_POINTRelease Sync PointPublic
CALL METHOD /bobf/if_frw_service_layer=>RELEASE_SYNC_POINT...more details

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

RETRIEVE_BY_ASSOCIATIONRead Data via AssociationPublic
CALL METHOD /bobf/if_frw_service_layer=>RETRIEVE_BY_ASSOCIATION...more details

RETRIEVE_CODE_VALUE_SETRead allowed code valuesPublic
CALL METHOD /bobf/if_frw_service_layer=>RETRIEVE_CODE_VALUE_SET...more details

RETRIEVE_DEFAULT_ACTION_PARAMRead the default action parametersPublic
CALL METHOD /bobf/if_frw_service_layer=>RETRIEVE_DEFAULT_ACTION_PARAM...more details

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

RETRIEVE_DEFAULT_QUERY_PARAMRead the default query parametersPublic
CALL METHOD /bobf/if_frw_service_layer=>RETRIEVE_DEFAULT_QUERY_PARAM...more details

RETRIEVE_ID_VALUE_SETRead allowed IDsPublic
CALL METHOD /bobf/if_frw_service_layer=>RETRIEVE_ID_VALUE_SET...more details

RETRIEVE_PROPERTYRead property of dataPublic
CALL METHOD /bobf/if_frw_service_layer=>RETRIEVE_PROPERTY...more details

ROLLBACK_TO_SYNC_POINTRollback to Sync PointPublic
CALL METHOD /bobf/if_frw_service_layer=>ROLLBACK_TO_SYNC_POINT...more details




Events of Class /BOBF/IF_FRW_SERVICE_LAYER

Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... NOTIFY_CHANGES - Notification of changes to change handler

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!