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 Name | Description | Visability |
| ADJUST_NUMBERS | Adjust numbers from number range intervals | Public |
| CALL METHOD /bobf/if_frw_delegation=>ADJUST_NUMBERS...more details | ||
| AFTER_FAILED_SAVE | After Failed Save Attempt | Public |
| CALL METHOD /bobf/if_frw_delegation=>AFTER_FAILED_SAVE...more details | ||
| AFTER_SUCCESSFUL_SAVE | After Successful Save Attempt | Public |
| CALL METHOD /bobf/if_frw_delegation=>AFTER_SUCCESSFUL_SAVE...more details | ||
| CHECK_ACTION | Check Whether Action Can Be Performed | Public |
| CALL METHOD /bobf/if_frw_delegation=>CHECK_ACTION...more details | ||
| CHECK_AND_DETERMINE | Perform Consistency Check | Public |
| CALL METHOD /bobf/if_frw_delegation=>CHECK_AND_DETERMINE...more details | ||
| CHECK_BEFORE_SAVE | Check Whether Object Can Be Saved | Public |
| CALL METHOD /bobf/if_frw_delegation=>CHECK_BEFORE_SAVE...more details | ||
|
| ||
| CHECK_CONSISTENCY | Perform Consistency Check | Public |
| CALL METHOD /bobf/if_frw_delegation=>CHECK_CONSISTENCY...more details | ||
| COMPARE | Compare Changes done on the DO | Public |
| CALL METHOD /bobf/if_frw_delegation=>COMPARE...more details | ||
| CONVERT_ALTERN_KEY | Converts an alternative Key to the technical Key | Public |
| CALL METHOD /bobf/if_frw_delegation=>CONVERT_ALTERN_KEY...more details | ||
| DO_ACTION | Do Action | Public |
| CALL METHOD /bobf/if_frw_delegation=>DO_ACTION...more details | ||
| DO_CLEANUP | Delete All Internal Buffers | Public |
| CALL METHOD /bobf/if_frw_delegation=>DO_CLEANUP...more details | ||
| DO_SAVE | Save | Public |
| CALL METHOD /bobf/if_frw_delegation=>DO_SAVE...more details | ||
| FINALIZE | Prepare Objects for Saving | Public |
| CALL METHOD /bobf/if_frw_delegation=>FINALIZE...more details | ||
| GET_CHANGES | Gives the changed DO instances | Public |
| CALL METHOD /bobf/if_frw_delegation=>GET_CHANGES...more details | ||
| GET_HOST_NODE_KEY | Returns the next host node key | Public |
| CALL METHOD /bobf/if_frw_delegation=>GET_HOST_NODE_KEY...more details | ||
| GET_INSTANCE | Returns an instance of an implementing class | Public |
| CALL METHOD /bobf/if_frw_delegation=>GET_INSTANCE...more details | ||
| GET_ROOT_KEY | Return root node | Public |
| CALL METHOD /bobf/if_frw_delegation=>GET_ROOT_KEY...more details | ||
| GET_ROOT_KEYS | Returns all root nodes | Public |
| CALL METHOD /bobf/if_frw_delegation=>GET_ROOT_KEYS...more details | ||
| GET_RUNTIME_MODEL | Reads the meta data of the model | Public |
| CALL METHOD /bobf/if_frw_delegation=>GET_RUNTIME_MODEL...more details | ||
| MODIFY | Change, Delete, Create Nodes | Public |
| CALL METHOD /bobf/if_frw_delegation=>MODIFY...more details | ||
| ON_NUMBERS_ADJUSTED | On numbers adjusted | Public |
| CALL METHOD /bobf/if_frw_delegation=>ON_NUMBERS_ADJUSTED...more details | ||
| QUERY | Search | Public |
| CALL METHOD /bobf/if_frw_delegation=>QUERY...more details | ||
| RELOAD | Reloads Read Caches | Public |
| CALL METHOD /bobf/if_frw_delegation=>RELOAD...more details | ||
| RETRIEVE | Read Data | Public |
| CALL METHOD /bobf/if_frw_delegation=>RETRIEVE...more details | ||
| RETRIEVE_BY_ASSOCIATION | Read Data via association | Public |
| CALL METHOD /bobf/if_frw_delegation=>RETRIEVE_BY_ASSOCIATION...more details | ||
| RETRIEVE_CODE_VALUE_SET | Read code value sets | Public |
| CALL METHOD /bobf/if_frw_delegation=>RETRIEVE_CODE_VALUE_SET...more details | ||
| RETRIEVE_DEFAULT_ACTION_PARAM | Read default action paramaters | Public |
| CALL METHOD /bobf/if_frw_delegation=>RETRIEVE_DEFAULT_ACTION_PARAM...more details | ||
| RETRIEVE_DEFAULT_NODE_VALUES | Read the default node values | Public |
| CALL METHOD /bobf/if_frw_delegation=>RETRIEVE_DEFAULT_NODE_VALUES...more details | ||
| RETRIEVE_DEFAULT_QUERY_PARAM | Read default query paramaters | Public |
| CALL METHOD /bobf/if_frw_delegation=>RETRIEVE_DEFAULT_QUERY_PARAM...more details | ||
| RETRIEVE_ID_VALUE_SET | Read identifier value sets | Public |
| CALL METHOD /bobf/if_frw_delegation=>RETRIEVE_ID_VALUE_SET...more details | ||
| RETRIEVE_PROPERTY | Read Property of Data | Public |
| 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