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 NameDescriptionVisability



/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.

NameLevelDescriptionInitial ValueTypeVisability
SC_ADDON_ACT_DYNConstantAddon activation2LIKE
/BOBF/FRW_ADDON_ACTIVATION
Public
SC_ADDON_ACT_STATICConstantAddon activation1LIKE
/BOBF/FRW_ADDON_ACTIVATION
Public
SC_ALTERNATIVE_KEY_KEYConstantAlternative Key KEY'800B5DAFF8AD1DDBBBE592C1B3DD90E5'LIKE
/BOBF/OBM_ALTKEY_KEY
Public
SC_CHANGE_ALLConstantAll Changes'A'LIKE
/BOBF/FRW_CHANGE_SCOPE
Public
SC_CHANGE_FAILED_ONLYConstantOnly failed changes'E'LIKE
/BOBF/FRW_CHANGE_SCOPE
Public
SC_CHANGE_SORT_CHANGE_MODEConstantSort till change_mode3LIKE
/BOBF/FRW_CHANGE_SORT
Public
SC_CHANGE_SORT_COMPLETEConstantSort complete and delete duprecs255LIKE
/BOBF/FRW_CHANGE_SORT
Public
SC_CHANGE_SORT_DET_PROCESSEDConstantSort till det_processed6LIKE
/BOBF/FRW_CHANGE_SORT
Public
SC_CHANGE_SORT_EXTERNALConstantSort till external4LIKE
/BOBF/FRW_CHANGE_SORT
Public
SC_CHANGE_SORT_FAILEDConstantSort till failed5LIKE
/BOBF/FRW_CHANGE_SORT
Public
SC_CHANGE_SORT_KEYConstantSort till key2LIKE
/BOBF/FRW_CHANGE_SORT
Public
SC_CHANGE_SORT_NODE_KEYConstantSort till node_key1LIKE
/BOBF/FRW_CHANGE_SORT
Public
SC_CHANGE_SORT_VAL_PROCESSEDConstantSort till val_processed7LIKE
/BOBF/FRW_CHANGE_SORT
Public
SC_CHANGE_SUCC_ONLYConstantOnly successfully changes'S'LIKE
/BOBF/FRW_CHANGE_SCOPE
Public
SC_CHANGE_UNSORTEDConstantUnsorted0LIKE
/BOBF/FRW_CHANGE_SORT
Public
SC_GROUP_2_3_WAY_IMMEDIATEConstant2/3-way consist groups, value set at finalize + after modify'4'LIKE
/BOBF/FRW_CONSISTENCY_GROUPS
Public
SC_GROUP_2_WAYConstant2-way consistency groups, value set at finalize'1'LIKE
/BOBF/FRW_CONSISTENCY_GROUPS
Public
SC_GROUP_2_WAY_IMMEDIATEConstant2-way consist groups, value set at finalize + after modify'2'LIKE
/BOBF/FRW_CONSISTENCY_GROUPS
Public
SC_GROUP_3_WAYConstant2/3-way consistency groups, value set at finalize'3'LIKE
/BOBF/FRW_CONSISTENCY_GROUPS
Public
SC_GROUP_NONEConstantNo consistency groups'0'LIKE
/BOBF/FRW_CONSISTENCY_GROUPS
Public
SC_LIFETIME_SET_BY_BOPFConstantLifetime is set by BOPF depending on the configuration0LIKE
/BOBF/CM_FRW=>TY_MESSAGE_LIFETIME
Public
SC_LOAD_NO_SUBTREEConstantDo not load subtree' 'LIKE
/BOBF/FRW_LOAD_SUBTREE
Public
SC_LOAD_OWN_LOCKGROUPConstantLoad subtree until next sub lock groups'X'LIKE
/BOBF/FRW_LOAD_SUBTREE
Public
SC_LOAD_WHOLE_SUBTREEConstantLoad subtree including all sub lock groups'A'LIKE
/BOBF/FRW_LOAD_SUBTREE
Public
SC_MODE_CHECK_AND_DETERMINEConstantProcessing Mode - Check and Determine'D'LIKE
/BOBF/FRW_PROCESSING_MODE
Public
SC_MODE_CHECK_BEFORE_SAVEConstantProcessing Mode - Check Before Save'C'LIKE
/BOBF/FRW_PROCESSING_MODE
Public
SC_MODE_FINALIZEConstantProcessing Mode - Finalize'F'LIKE
/BOBF/FRW_PROCESSING_MODE
Public
SC_MODE_MODIFYConstantProcessing Mode - Modify'M'LIKE
/BOBF/FRW_PROCESSING_MODE
Public
SC_MODIFYConstantUndefined Change'M'LIKE
/BOBF/CONF_CHANGE_MODE
Public
SC_MODIFY_ASSOCIATIONConstantAssociation Change'A'LIKE
/BOBF/CONF_CHANGE_MODE
Public
SC_MODIFY_CHECKConstantCheck'V'LIKE
/BOBF/CONF_CHANGE_MODE
Public
SC_MODIFY_CREATEConstantCreate'C'LIKE
/BOBF/CONF_CHANGE_MODE
Public
SC_MODIFY_C_U_DConstant'F'LIKE
/BOBF/CONF_CHANGE_MODE
Public
SC_MODIFY_DELETEConstantDelete'D'LIKE
/BOBF/CONF_CHANGE_MODE
Public
SC_MODIFY_LOADConstantData Loaded'L'LIKE
/BOBF/CONF_CHANGE_MODE
Public
SC_MODIFY_LOAD_KEYConstantKey Loaded'K'LIKE
/BOBF/CONF_CHANGE_MODE
Public
SC_MODIFY_LOCKConstantLock Change'E'LIKE
/BOBF/CONF_CHANGE_MODE
Public
SC_MODIFY_NO_CHANGEConstantNo Change'$'LIKE
/BOBF/CONF_CHANGE_MODE
Public
SC_MODIFY_PROPERTYConstantProperty Change'P'LIKE
/BOBF/CONF_CHANGE_MODE
Public
SC_MODIFY_PROPERTY_ACTIONConstantProperty Change - action'Q'LIKE
/BOBF/CONF_CHANGE_MODE
Public
SC_MODIFY_PROPERTY_ASSOCIATIONConstantProperty Change - association'R'LIKE
/BOBF/CONF_CHANGE_MODE
Public
SC_MODIFY_PROPERTY_NODEConstantProperty Change - node'N'LIKE
/BOBF/CONF_CHANGE_MODE
Public
SC_MODIFY_PROPERTY_NODE_ATTRConstantProperty Change - node attribute'T'LIKE
/BOBF/CONF_CHANGE_MODE
Public
SC_MODIFY_RELOADConstantReloaded'X'LIKE
/BOBF/CONF_CHANGE_MODE
Public
SC_MODIFY_RELOAD_DELETEConstantDeleted during Reload'Y'LIKE
/BOBF/CONF_CHANGE_MODE
Public
SC_MODIFY_RELOAD_INTConstantReloaded and not processed'Z'LIKE
/BOBF/CONF_CHANGE_MODE
Public
SC_MODIFY_RELOAD_INT_BUFConstantReloaded (buffer communction only)'W'LIKE
/BOBF/CONF_CHANGE_MODE
Public
SC_MODIFY_RELOAD_INT_DELETEConstantDeleted during Reload and not processed'S'LIKE
/BOBF/CONF_CHANGE_MODE
Public
SC_MODIFY_SET_NODE_CATEGORYConstantSet node category'B'LIKE
/BOBF/CONF_CHANGE_MODE
Public
SC_MODIFY_UPDATEConstantChange'U'LIKE
/BOBF/CONF_CHANGE_MODE
Public
SC_SCOPE_LOCALConstantthis node only'0'LIKE
/BOBF/FRW_SCOPE
Public
SC_SCOPE_SUBSTRUCTUREConstantthis node plus subtree'1'LIKE
/BOBF/FRW_SCOPE
Public
SC_SCOPE_SUBSTRUCTURE_WITH_DOConstantthis node plus subtree including dos'2'LIKE
/BOBF/FRW_SCOPE
Public
SC_STATUS_CONSISTENTConstantConsistency status consistent'3'LIKE
/BOBF/FRW_STA_CONSISTENCY
Public
SC_STATUS_INCONSISTENTConstantConsistency status inconsistent'2'LIKE
/BOBF/FRW_STA_CONSISTENCY
Public
SC_STATUS_PENDINGConstantConsistency status pending'1'LIKE
/BOBF/FRW_STA_CONSISTENCY
Public
SC_UNKNOWNConstantUnknown'?'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



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!