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 NameDescriptionVisability



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

NameLevelDescriptionInitial ValueTypeVisability
MS_OBJInstance AttributeConfiguration BOLIKE
/BOBF/S_CONFRO_OBJ
Public
MT_ACTInstance AttributeConfiguration: ActionsLIKE
/BOBF/T_CONFRO_ACT_LIST
Public
MT_ACT_ACTIVEInstance AttributeLIKE
/BOBF/T_CONFRO_ACT_LIST
Public
MT_ALTKEYInstance AttributeConfiguration: Alternative KeysLIKE
/BOBF/T_CONFRO_ALTKEY
Public
MT_ALTKEY_ACTIVEInstance AttributeLIKE
/BOBF/T_CONFRO_ALTKEY
Public
MT_ASSOCInstance Attributesorted by assoc_keyLIKE
/BOBF/T_CONFRO_ASSOC
Public
MT_ASSOC_ACTIVEInstance AttributeLIKE
/BOBF/T_CONFRO_ASSOC
Public
MT_ASSOC_CHANGEInstance AttributeConfiguration: Association ChangeLIKE
/BOBF/T_CONFRO_ASSOC_CHG
Public
MT_ASSOC_CHANGE_ACTIVEInstance AttributeLIKE
/BOBF/T_CONFRO_ASSOC_CHG
Public
MT_COMPInstance Attributesorted by source_node_keyLIKE
/BOBF/T_CONFRO_ASSOC2
Public
MT_COMP_ACTIVEInstance AttributeLIKE
/BOBF/T_CONFRO_ASSOC2
Public
MT_CONTENT_KEY_MAPInstance AttributeConfiguration: Content Key MappingLIKE
/BOBF/T_CONFRO_CONTENT_KEY_MAP
Public
MT_EXECTIMEInstance AttributeConfiguration: DeterminationsLIKE
/BOBF/T_CONFRO_EXECTIME
Public
MT_EXECTIME_ACTIVEInstance AttributeLIKE
/BOBF/T_CONFRO_EXECTIME
Public
MT_FIELDMAPPINGInstance AttributeConfiguration: Field Name MappingLIKE
/BOBF/T_CONFRO_MAPPING
Public
MT_FIELDMAPPING_ACTIVEInstance AttributeLIKE
/BOBF/T_CONFRO_MAPPING
Public
MT_GROUPInstance AttributeGroup TableLIKE
/BOBF/T_CONFRO_GROUP
Public
MT_GROUPCInstance AttributeConfiguration: NodeLIKE
/BOBF/T_CONFRO_GROUPC
Public
MT_NODEInstance AttributeConfiguration: NodeLIKE
/BOBF/T_CONFRO_NODE
Public
MT_NODE_ACTIVEInstance AttributeLIKE
/BOBF/T_CONFRO_NODE
Public
MT_PROPERTYInstance AttributeConfiguration: Static PropertiesLIKE
/BOBF/T_CONFRO_PROPERTY
Public
MT_PROPERTY_CHANGEInstance AttributeConfiguration: Property ChangeLIKE
/BOBF/T_CONFRO_PROP_CHG
Public
MT_PROPERTY_PRXInstance AttributeConfiguration: Static Proxy PropertiesLIKE
/BOBF/T_CONFRO_PROPERTY_PRX
Public
MT_QUERYInstance AttributeConfiguration: QueryLIKE
/BOBF/T_CONFRO_QUERY
Public
MT_STA_ASSOCInstance AttributeStatus associationLIKE
/BOBF/T_CONFRO_ASSOC3
Public
MT_STA_DERIVInstance AttributeStatus derivatorsLIKE
/BOBF/T_CONFRO_STA_DERIV
Public
MT_STA_VARInstance AttributeStatus variablesLIKE
/BOBF/T_CONFRO_STA_VAR
Public
MT_VALIDATIONInstance AttributeAssignment of Validations to Trigger NodesLIKE
/BOBF/T_CONFRO_VAL_LIST
Public
MT_VALIDATION_ACTIVEInstance AttributeLIKE
/BOBF/T_CONFRO_VAL_LIST
Public
MT_VSETInstance AttributeConfiguration: Value SetLIKE
/BOBF/T_CONFRO_VALUE_SET
Public
MT_VSET_ACTIVEInstance AttributeLIKE
/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



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!