SAP /BOBF/IF_FRW_C OO Class - Framework Constants
/BOBF/IF_FRW_C 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_C 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_C 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 |
/BOBF/IF_FRW_C 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.
| Name | Level | Description | Initial Value | Type | Visability |
| SC_ADDON_ACT_DYN | Constant | Addon activation | 2 | LIKE /BOBF/FRW_ADDON_ACTIVATION | Public |
| SC_ADDON_ACT_STATIC | Constant | Addon activation | 1 | LIKE /BOBF/FRW_ADDON_ACTIVATION | Public |
| SC_ALTERNATIVE_KEY_KEY | Constant | Alternative Key KEY | '800B5DAFF8AD1DDBBBE592C1B3DD90E5' | LIKE /BOBF/OBM_ALTKEY_KEY | Public |
| SC_CHANGE_ALL | Constant | All Changes | 'A' | LIKE /BOBF/FRW_CHANGE_SCOPE | Public |
| SC_CHANGE_FAILED_ONLY | Constant | Only failed changes | 'E' | LIKE /BOBF/FRW_CHANGE_SCOPE | Public |
| SC_CHANGE_SORT_CHANGE_MODE | Constant | Sort till change_mode | 3 | LIKE /BOBF/FRW_CHANGE_SORT | Public |
| SC_CHANGE_SORT_COMPLETE | Constant | Sort complete and delete duprecs | 255 | LIKE /BOBF/FRW_CHANGE_SORT | Public |
| SC_CHANGE_SORT_DET_PROCESSED | Constant | Sort till det_processed | 6 | LIKE /BOBF/FRW_CHANGE_SORT | Public |
| SC_CHANGE_SORT_EXTERNAL | Constant | Sort till external | 4 | LIKE /BOBF/FRW_CHANGE_SORT | Public |
| SC_CHANGE_SORT_FAILED | Constant | Sort till failed | 5 | LIKE /BOBF/FRW_CHANGE_SORT | Public |
| SC_CHANGE_SORT_KEY | Constant | Sort till key | 2 | LIKE /BOBF/FRW_CHANGE_SORT | Public |
| SC_CHANGE_SORT_NODE_KEY | Constant | Sort till node_key | 1 | LIKE /BOBF/FRW_CHANGE_SORT | Public |
| SC_CHANGE_SORT_VAL_PROCESSED | Constant | Sort till val_processed | 7 | LIKE /BOBF/FRW_CHANGE_SORT | Public |
| SC_CHANGE_SUCC_ONLY | Constant | Only successfully changes | 'S' | LIKE /BOBF/FRW_CHANGE_SCOPE | Public |
| SC_CHANGE_UNSORTED | Constant | Unsorted | 0 | LIKE /BOBF/FRW_CHANGE_SORT | Public |
| SC_GROUP_2_3_WAY_IMMEDIATE | Constant | 2/3-way consist groups, value set at finalize + after modify | '4' | LIKE /BOBF/FRW_CONSISTENCY_GROUPS | Public |
| SC_GROUP_2_WAY | Constant | 2-way consistency groups, value set at finalize | '1' | LIKE /BOBF/FRW_CONSISTENCY_GROUPS | Public |
| SC_GROUP_2_WAY_IMMEDIATE | Constant | 2-way consist groups, value set at finalize + after modify | '2' | LIKE /BOBF/FRW_CONSISTENCY_GROUPS | Public |
| SC_GROUP_3_WAY | Constant | 2/3-way consistency groups, value set at finalize | '3' | LIKE /BOBF/FRW_CONSISTENCY_GROUPS | Public |
| SC_GROUP_NONE | Constant | No consistency groups | '0' | LIKE /BOBF/FRW_CONSISTENCY_GROUPS | Public |
| SC_LIFETIME_SET_BY_BOPF | Constant | Lifetime is set by BOPF depending on the configuration | 0 | LIKE /BOBF/CM_FRW=>TY_MESSAGE_LIFETIME | Public |
| SC_LOAD_NO_SUBTREE | Constant | Do not load subtree | ' ' | LIKE /BOBF/FRW_LOAD_SUBTREE | Public |
| SC_LOAD_OWN_LOCKGROUP | Constant | Load subtree until next sub lock groups | 'X' | LIKE /BOBF/FRW_LOAD_SUBTREE | Public |
| SC_LOAD_WHOLE_SUBTREE | Constant | Load subtree including all sub lock groups | 'A' | LIKE /BOBF/FRW_LOAD_SUBTREE | Public |
| SC_MODE_CHECK_AND_DETERMINE | Constant | Processing Mode - Check and Determine | 'D' | LIKE /BOBF/FRW_PROCESSING_MODE | Public |
| SC_MODE_CHECK_BEFORE_SAVE | Constant | Processing Mode - Check Before Save | 'C' | LIKE /BOBF/FRW_PROCESSING_MODE | Public |
| SC_MODE_FINALIZE | Constant | Processing Mode - Finalize | 'F' | LIKE /BOBF/FRW_PROCESSING_MODE | Public |
| SC_MODE_MODIFY | Constant | Processing Mode - Modify | 'M' | LIKE /BOBF/FRW_PROCESSING_MODE | Public |
| SC_MODIFY | Constant | Undefined Change | 'M' | LIKE /BOBF/CONF_CHANGE_MODE | Public |
| SC_MODIFY_ASSOCIATION | Constant | Association Change | 'A' | LIKE /BOBF/CONF_CHANGE_MODE | Public |
| SC_MODIFY_CHECK | Constant | Check | 'V' | LIKE /BOBF/CONF_CHANGE_MODE | Public |
| SC_MODIFY_CREATE | Constant | Create | 'C' | LIKE /BOBF/CONF_CHANGE_MODE | Public |
| SC_MODIFY_C_U_D | Constant | 'F' | LIKE /BOBF/CONF_CHANGE_MODE | Public | |
| SC_MODIFY_DELETE | Constant | Delete | 'D' | LIKE /BOBF/CONF_CHANGE_MODE | Public |
| SC_MODIFY_LOAD | Constant | Data Loaded | 'L' | LIKE /BOBF/CONF_CHANGE_MODE | Public |
| SC_MODIFY_LOAD_KEY | Constant | Key Loaded | 'K' | LIKE /BOBF/CONF_CHANGE_MODE | Public |
| SC_MODIFY_LOCK | Constant | Lock Change | 'E' | LIKE /BOBF/CONF_CHANGE_MODE | Public |
| SC_MODIFY_NO_CHANGE | Constant | No Change | '$' | LIKE /BOBF/CONF_CHANGE_MODE | Public |
| SC_MODIFY_PROPERTY | Constant | Property Change | 'P' | LIKE /BOBF/CONF_CHANGE_MODE | Public |
| SC_MODIFY_PROPERTY_ACTION | Constant | Property Change - action | 'Q' | LIKE /BOBF/CONF_CHANGE_MODE | Public |
| SC_MODIFY_PROPERTY_ASSOCIATION | Constant | Property Change - association | 'R' | LIKE /BOBF/CONF_CHANGE_MODE | Public |
| SC_MODIFY_PROPERTY_NODE | Constant | Property Change - node | 'N' | LIKE /BOBF/CONF_CHANGE_MODE | Public |
| SC_MODIFY_PROPERTY_NODE_ATTR | Constant | Property Change - node attribute | 'T' | LIKE /BOBF/CONF_CHANGE_MODE | Public |
| SC_MODIFY_RELOAD | Constant | Reloaded | 'X' | LIKE /BOBF/CONF_CHANGE_MODE | Public |
| SC_MODIFY_RELOAD_DELETE | Constant | Deleted during Reload | 'Y' | LIKE /BOBF/CONF_CHANGE_MODE | Public |
| SC_MODIFY_RELOAD_INT | Constant | Reloaded and not processed | 'Z' | LIKE /BOBF/CONF_CHANGE_MODE | Public |
| SC_MODIFY_RELOAD_INT_BUF | Constant | Reloaded (buffer communction only) | 'W' | LIKE /BOBF/CONF_CHANGE_MODE | Public |
| SC_MODIFY_RELOAD_INT_DELETE | Constant | Deleted during Reload and not processed | 'S' | LIKE /BOBF/CONF_CHANGE_MODE | Public |
| SC_MODIFY_SET_NODE_CATEGORY | Constant | Set node category | 'B' | LIKE /BOBF/CONF_CHANGE_MODE | Public |
| SC_MODIFY_UPDATE | Constant | Change | 'U' | LIKE /BOBF/CONF_CHANGE_MODE | Public |
| SC_SCOPE_LOCAL | Constant | this node only | '0' | LIKE /BOBF/FRW_SCOPE | Public |
| SC_SCOPE_SUBSTRUCTURE | Constant | this node plus subtree | '1' | LIKE /BOBF/FRW_SCOPE | Public |
| SC_SCOPE_SUBSTRUCTURE_WITH_DO | Constant | this node plus subtree including dos | '2' | LIKE /BOBF/FRW_SCOPE | Public |
| SC_STATUS_CONSISTENT | Constant | Consistency status consistent | '3' | LIKE /BOBF/FRW_STA_CONSISTENCY | Public |
| SC_STATUS_INCONSISTENT | Constant | Consistency status inconsistent | '2' | LIKE /BOBF/FRW_STA_CONSISTENCY | Public |
| SC_STATUS_PENDING | Constant | Consistency status pending | '1' | LIKE /BOBF/FRW_STA_CONSISTENCY | Public |
| SC_UNKNOWN | Constant | Unknown | '?' | LIKE CHAR1 | Public |
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