SAP /BOBF/IF_CONFRT_COMPLETE OO Class - Configuration runtime data complete
/BOBF/IF_CONFRT_COMPLETE 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_CONFRT_COMPLETE 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_CONFRT_COMPLETE 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_CONFRT_COMPLETE 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_OBJ | Instance Attribute | Configuration BO | LIKE /BOBF/S_CONFRO_OBJ | Public | |
| MT_ACT | Instance Attribute | Configuration: Actions | LIKE /BOBF/T_CONFRO_ACT_LIST | Public | |
| MT_ACT_ACTIVE | Instance Attribute | LIKE /BOBF/T_CONFRO_ACT_LIST | Public | ||
| MT_ALTKEY | Instance Attribute | Configuration: Alternative Keys | LIKE /BOBF/T_CONFRO_ALTKEY | Public | |
| MT_ALTKEY_ACTIVE | Instance Attribute | LIKE /BOBF/T_CONFRO_ALTKEY | Public | ||
| MT_ASSOC | Instance Attribute | sorted by assoc_key | LIKE /BOBF/T_CONFRO_ASSOC | Public | |
| MT_ASSOC_ACTIVE | Instance Attribute | LIKE /BOBF/T_CONFRO_ASSOC | Public | ||
| MT_ASSOC_CHANGE | Instance Attribute | Configuration: Association Change | LIKE /BOBF/T_CONFRO_ASSOC_CHG | Public | |
| MT_ASSOC_CHANGE_ACTIVE | Instance Attribute | LIKE /BOBF/T_CONFRO_ASSOC_CHG | Public | ||
| MT_COMP | Instance Attribute | sorted by source_node_key | LIKE /BOBF/T_CONFRO_ASSOC2 | Public | |
| MT_COMP_ACTIVE | Instance Attribute | LIKE /BOBF/T_CONFRO_ASSOC2 | Public | ||
| MT_CONTENT_KEY_MAP | Instance Attribute | Configuration: Content Key Mapping | LIKE /BOBF/T_CONFRO_CONTENT_KEY_MAP | Public | |
| MT_EXECTIME | Instance Attribute | Configuration: Determinations | LIKE /BOBF/T_CONFRO_EXECTIME | Public | |
| MT_EXECTIME_ACTIVE | Instance Attribute | LIKE /BOBF/T_CONFRO_EXECTIME | Public | ||
| MT_FIELDMAPPING | Instance Attribute | Configuration: Field Name Mapping | LIKE /BOBF/T_CONFRO_MAPPING | Public | |
| MT_FIELDMAPPING_ACTIVE | Instance Attribute | LIKE /BOBF/T_CONFRO_MAPPING | Public | ||
| MT_GROUP | Instance Attribute | Group Table | LIKE /BOBF/T_CONFRO_GROUP | Public | |
| MT_GROUPC | Instance Attribute | Configuration: Node | LIKE /BOBF/T_CONFRO_GROUPC | Public | |
| MT_NODE | Instance Attribute | Configuration: Node | LIKE /BOBF/T_CONFRO_NODE | Public | |
| MT_NODE_ACTIVE | Instance Attribute | LIKE /BOBF/T_CONFRO_NODE | Public | ||
| MT_PROPERTY | Instance Attribute | Configuration: Static Properties | LIKE /BOBF/T_CONFRO_PROPERTY | Public | |
| MT_PROPERTY_CHANGE | Instance Attribute | Configuration: Property Change | LIKE /BOBF/T_CONFRO_PROP_CHG | Public | |
| MT_PROPERTY_PRX | Instance Attribute | Configuration: Static Proxy Properties | LIKE /BOBF/T_CONFRO_PROPERTY_PRX | Public | |
| MT_QUERY | Instance Attribute | Configuration: Query | LIKE /BOBF/T_CONFRO_QUERY | Public | |
| MT_STA_ASSOC | Instance Attribute | Status association | LIKE /BOBF/T_CONFRO_ASSOC3 | Public | |
| MT_STA_DERIV | Instance Attribute | Status derivators | LIKE /BOBF/T_CONFRO_STA_DERIV | Public | |
| MT_STA_VAR | Instance Attribute | Status variables | LIKE /BOBF/T_CONFRO_STA_VAR | Public | |
| MT_VALIDATION | Instance Attribute | Assignment of Validations to Trigger Nodes | LIKE /BOBF/T_CONFRO_VAL_LIST | Public | |
| MT_VALIDATION_ACTIVE | Instance Attribute | LIKE /BOBF/T_CONFRO_VAL_LIST | Public | ||
| MT_VSET | Instance Attribute | Configuration: Value Set | LIKE /BOBF/T_CONFRO_VALUE_SET | Public | |
| MT_VSET_ACTIVE | Instance Attribute | LIKE /BOBF/T_CONFRO_VALUE_SET | 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