SAP XCO_CFG OO Class - Dependency Editor









XCO_CFG 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 XCO_CFG 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 XCO_CFG 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
ACT_BUFFER_LINKS_UPDATESynchronize Links When LoadingPrivate
CALL METHOD xco_cfg=>ACT_BUFFER_LINKS_UPDATE...more details

ACT_INSTANCE_SYNCHRONIZESynchronize Instance With Other XCO ReferencePublic
CALL METHOD xco_cfg=>ACT_INSTANCE_SYNCHRONIZE...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD xco_cfg=>CONSTRUCTOR...more details

CREATE_OBJECT_PROFILEStage Configuration Profile for an InstancePublic
CALL METHOD xco_cfg=>CREATE_OBJECT_PROFILE...more details

ENTRY_GETGets General Information for Access SpecificationsPublic
CALL METHOD xco_cfg=>ENTRY_GET...more details

GENERAL_EXPLOSIONMulti-Level ExplosionPublic
CALL METHOD xco_cfg=>GENERAL_EXPLOSION...more details

HAS_STRUCTUREGets Current StructurePublic
CALL METHOD xco_cfg=>HAS_STRUCTURE...more details

INSTANCE_EXPLOSIONInstance Explosion (Single-Level)Public
CALL METHOD xco_cfg=>INSTANCE_EXPLOSION...more details

ISELF_CHANGEInstance: ChangePublic
CALL METHOD xco_cfg=>ISELF_CHANGE...more details

ISELF_DELETEInstance: DeletePublic
CALL METHOD xco_cfg=>ISELF_DELETE...more details

ISELF_GETRead InstancePublic
CALL METHOD xco_cfg=>ISELF_GET...more details

ISELF_HAS_PARENTParent Instance for an InstancePublic
CALL METHOD xco_cfg=>ISELF_HAS_PARENT...more details

ISELF_HAS_PARTSRead all Subordinate Instances for an InstancePublic
CALL METHOD xco_cfg=>ISELF_HAS_PARTS...more details

ISELF_PREPARE_FOR_CHARSPrepare Instance for CharacteristicsPublic
CALL METHOD xco_cfg=>ISELF_PREPARE_FOR_CHARS...more details

ISELF_SYNCHRONIZEInstance: SynchronizePublic
CALL METHOD xco_cfg=>ISELF_SYNCHRONIZE...more details

PARAMETER_SETSet ParametersPublic
CALL METHOD xco_cfg=>PARAMETER_SET...more details

PARAMETER_SET_AENNRSet Active Change NumberPublic
CALL METHOD xco_cfg=>PARAMETER_SET_AENNR...more details



XCO_CFG 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
C_APPLOBJ_ACTConstantACT'ACT'LIKE
COCOM_APPLOBJ
Public
C_APPLOBJ_CMPConstantCMP'CMP'LIKE
COCOM_APPLOBJ
Public
C_APPLOBJ_COLConstantCOL'COL'LIKE
COCOM_APPLOBJ
Public
GR_EX_OM_EDITORInstance AttributeBAdI Interface IF_EX_OM_EDITORLIKE
IF_EX_OM_EDITOR
Public
GT_ACTN_GEN_RANGEInstance AttributeActivitiesLIKE
PPET2_PNTYPE_SEL_TAB
Private
GT_ACT_PRNAMEInstance AttributeType of Relationships for ACTLIKE
PPET_TYPE_NAME_TAB
Private
GT_OPRN_GEN_RANGEInstance AttributeNodesLIKE
PPET2_PNTYPE_SEL_TAB
Private
G_CFGInstance AttributeORef: Dependency EditorLIKE
XCO_CFG
Public
G_COMMONInstance AttributeCommonLIKE
CO000_COMMON
Public
G_EINSTInstance AttributeiTab: External InstancesLIKE
CO000_EINST
Public
G_INSTANCESInstance AttributeiTab: InstancesLIKE
CO001_INSTANCES
Public
G_IPPEInstance AttributeiPPELIKE
CO000_IPPE
Public
G_OBJECT_INSTANCEInstance AttributeORef: Allocation of Numbers for Object InstancesLIKE
XCO_OBJECT_INSTANCE
Public
G_ROOT_INSTANCEInstance AttributeInstance: RootLIKE
CO001_INSTANCE_ITEM
Public
G_STRUCTUREInstance AttributeStructureLIKE
CO001_STRUCTURE
Public


Links to Related Class(s)

XCO_CFG...
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!