SAP /BOBF/IF_FRW_CONFIGURATION OO Class - Interface for Configuration
/BOBF/IF_FRW_CONFIGURATION 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_CONFIGURATION 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_CONFIGURATION 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 |
| CONVERT_RUNTIME_ASSOC_BINDING | Convert Association binding to runtime format | Public |
| CALL METHOD /bobf/if_frw_configuration=>CONVERT_RUNTIME_ASSOC_BINDING...more details | ||
| GET_ACT | Returns Information of an Action | Public |
| CALL METHOD /bobf/if_frw_configuration=>GET_ACT...more details | ||
| GET_ACT_TAB | Returns Information of all Actions | Public |
| CALL METHOD /bobf/if_frw_configuration=>GET_ACT_TAB...more details | ||
| GET_ALTKEY | Returns Information of a Alternative Key | Public |
| CALL METHOD /bobf/if_frw_configuration=>GET_ALTKEY...more details | ||
| GET_ALTKEY_TAB | Returns Information of all Alternative Keys | Public |
| CALL METHOD /bobf/if_frw_configuration=>GET_ALTKEY_TAB...more details | ||
| GET_ASSOC | Returns Information of a Association | Public |
| CALL METHOD /bobf/if_frw_configuration=>GET_ASSOC...more details | ||
|
| ||
| GET_ASSOC_CHANGE | Returns the association change trigger | Public |
| CALL METHOD /bobf/if_frw_configuration=>GET_ASSOC_CHANGE...more details | ||
| GET_ASSOC_TAB | Return All Associations | Public |
| CALL METHOD /bobf/if_frw_configuration=>GET_ASSOC_TAB...more details | ||
| GET_AUTHORITY_FIELD_MAPPING | Get authority field mappings by node key | Public |
| CALL METHOD /bobf/if_frw_configuration=>GET_AUTHORITY_FIELD_MAPPING...more details | ||
| GET_AUTHORITY_OBJECTS | Get authorization objects by node key | Public |
| CALL METHOD /bobf/if_frw_configuration=>GET_AUTHORITY_OBJECTS...more details | ||
| GET_BO | Returns Information of a BO | Public |
| CALL METHOD /bobf/if_frw_configuration=>GET_BO...more details | ||
| GET_CONTENT_KEY_MAPPING | Get content key mapping | Public |
| CALL METHOD /bobf/if_frw_configuration=>GET_CONTENT_KEY_MAPPING...more details | ||
| GET_DETERMINATION | Returns Determinations of a Time Spot | Public |
| CALL METHOD /bobf/if_frw_configuration=>GET_DETERMINATION...more details | ||
| GET_DYNAMIC_CONFIGURATION | Public | |
| CALL METHOD /bobf/if_frw_configuration=>GET_DYNAMIC_CONFIGURATION...more details | ||
| GET_FIELDMAPPING | Returns Field Name Mapping for Service Provider | Public |
| CALL METHOD /bobf/if_frw_configuration=>GET_FIELDMAPPING...more details | ||
| GET_GROUP | Returns group | Public |
| CALL METHOD /bobf/if_frw_configuration=>GET_GROUP...more details | ||
| GET_GROUP_TAB | Returns list of groups | Public |
| CALL METHOD /bobf/if_frw_configuration=>GET_GROUP_TAB...more details | ||
| GET_NODE | Returns Information for a Node | Public |
| CALL METHOD /bobf/if_frw_configuration=>GET_NODE...more details | ||
| GET_NODE_TAB | Returns all nodes | Public |
| CALL METHOD /bobf/if_frw_configuration=>GET_NODE_TAB...more details | ||
| GET_PROPERTY | Returns static properties | Public |
| CALL METHOD /bobf/if_frw_configuration=>GET_PROPERTY...more details | ||
| GET_PROPERTY_CHANGE | Returns the property change trigger | Public |
| CALL METHOD /bobf/if_frw_configuration=>GET_PROPERTY_CHANGE...more details | ||
| GET_PROPERTY_PRX | Returns static proxy properties | Public |
| CALL METHOD /bobf/if_frw_configuration=>GET_PROPERTY_PRX...more details | ||
| GET_QUERY | Returns information of a query | Public |
| CALL METHOD /bobf/if_frw_configuration=>GET_QUERY...more details | ||
| GET_QUERY_TAB | Returns information of all queries | Public |
| CALL METHOD /bobf/if_frw_configuration=>GET_QUERY_TAB...more details | ||
| GET_ROOT_NODE | Returns the root node | Public |
| CALL METHOD /bobf/if_frw_configuration=>GET_ROOT_NODE...more details | ||
| GET_STATUS_ASSOCIATIONS | Returns associations between status relevant nodes | Public |
| CALL METHOD /bobf/if_frw_configuration=>GET_STATUS_ASSOCIATIONS...more details | ||
| GET_STATUS_DERIVATOR | Return derivator | Public |
| CALL METHOD /bobf/if_frw_configuration=>GET_STATUS_DERIVATOR...more details | ||
| GET_STATUS_DERIVATOR_TAB | Return list of derivators | Public |
| CALL METHOD /bobf/if_frw_configuration=>GET_STATUS_DERIVATOR_TAB...more details | ||
| GET_STATUS_VARIABLE | Get status variable by key | Public |
| CALL METHOD /bobf/if_frw_configuration=>GET_STATUS_VARIABLE...more details | ||
| GET_STATUS_VARIABLES | Get status variables of a node | Public |
| CALL METHOD /bobf/if_frw_configuration=>GET_STATUS_VARIABLES...more details | ||
| GET_VALIDATION | Returns consistency validations | Public |
| CALL METHOD /bobf/if_frw_configuration=>GET_VALIDATION...more details | ||
| GET_VALUE_SET | Returns a value set | Public |
| CALL METHOD /bobf/if_frw_configuration=>GET_VALUE_SET...more details | ||
| GET_VALUE_SET_TAB | Returns all value sets | Public |
| CALL METHOD /bobf/if_frw_configuration=>GET_VALUE_SET_TAB...more details | ||
| HAS_ANY_CURRENCY_FIELD_MAPPING | Public | |
| CALL METHOD /bobf/if_frw_configuration=>HAS_ANY_CURRENCY_FIELD_MAPPING...more details | ||
| IDENTIFY_SCENARIO | Identify the scenario (_quadrant_) for a CDS-generated BO | Public |
| CALL METHOD /bobf/if_frw_configuration=>IDENTIFY_SCENARIO...more details | ||
| QUERY_ACTION | Get action by name | Public |
| CALL METHOD /bobf/if_frw_configuration=>QUERY_ACTION...more details | ||
| QUERY_ALTKEY | Get alternative key by name | Public |
| CALL METHOD /bobf/if_frw_configuration=>QUERY_ALTKEY...more details | ||
| QUERY_ASSOC | Get association by name | Public |
| CALL METHOD /bobf/if_frw_configuration=>QUERY_ASSOC...more details | ||
| QUERY_NODE | Get node by name | Public |
| CALL METHOD /bobf/if_frw_configuration=>QUERY_NODE...more details | ||
| QUERY_NODES | Get nodes by proxy name | Public |
| CALL METHOD /bobf/if_frw_configuration=>QUERY_NODES...more details | ||
| QUERY_QUERY | Get query by name | Public |
| CALL METHOD /bobf/if_frw_configuration=>QUERY_QUERY...more details | ||
| QUERY_STATUS_DERIVATOR | Get derivators by proxy name | Public |
| CALL METHOD /bobf/if_frw_configuration=>QUERY_STATUS_DERIVATOR...more details | ||
| QUERY_VALUE_SET | Get value set by name | Public |
| CALL METHOD /bobf/if_frw_configuration=>QUERY_VALUE_SET...more details | ||
| SUPPORTS_FEATURE | Check if a CDS-generated BO supports a concrete feature | Public |
| CALL METHOD /bobf/if_frw_configuration=>SUPPORTS_FEATURE...more details | ||
/BOBF/IF_FRW_CONFIGURATION 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 |
| MS_LAST_ACTION | Instance Attribute | Last action | LIKE /BOBF/S_CONFRO_ACT_LIST | Public | |
| MS_LAST_ALTKEY | Instance Attribute | Last alternative key | LIKE /BOBF/S_CONFRO_ALTKEY | Public | |
| MS_LAST_ASSOC | Instance Attribute | Last association | LIKE /BOBF/S_CONFRO_ASSOC | Public | |
| MS_LAST_GROUP | Instance Attribute | Group | LIKE /BOBF/S_CONFRO_GROUP | Public | |
| MS_LAST_NODE | Instance Attribute | Last node | LIKE /BOBF/S_CONFRO_NODE | Public | |
| MS_LAST_QUERY | Instance Attribute | Last query | LIKE /BOBF/S_CONFRO_QUERY | Public | |
| MS_LAST_STA_DERIV | Instance Attribute | Last derivator | LIKE /BOBF/S_CONFRO_STA_DERIV | Public | |
| MS_LAST_STA_VAR | Instance Attribute | Last status variable | LIKE /BOBF/S_CONFRO_STA_VAR | Public | |
| MS_LAST_VSET | Instance Attribute | Configuration: Value Set | LIKE /BOBF/S_CONFRO_VALUE_SET | Public | |
| MS_OBJ | Instance Attribute | Configuration BO | LIKE /BOBF/S_CONFRO_OBJ | Public |
/BOBF/IF_FRW_CONFIGURATION types
GTT_AUTHORITY_OBJECT -GTT_AUTH_FIELD_ID -
GTT_AUTH_FIELD_MAP -
GTT_REQUEST_ATTRIBUTES -
GTT_RUNTIME_ASSOC_BINDING -
GTY_AUTH_FIELD_ID -
GTY_AUTH_FIELD_MAP -
GTY_REQUEST_ATTRIBUTES -
GTY_RUNTIME_ASSOC_BINDING -
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