SAP XCO_CHARS OO Class - Characteristics and Values









XCO_CHARS 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_CHARS 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_CHARS 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
CHAR_HAS_ATTRIBUTESAttibutes for CharacteristicsPublic
CALL METHOD xco_chars=>CHAR_HAS_ATTRIBUTES...more details

CHAR_HAS_VALSRead all Values of a CharacteristicPublic
CALL METHOD xco_chars=>CHAR_HAS_VALS...more details

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

GET_CHAR_GROUP_USEDUse Characteristics Groups?Public
CALL METHOD xco_chars=>GET_CHAR_GROUP_USED...more details

GET_CLASS_INFOClass Information (Class Name and Description)Public
CALL METHOD xco_chars=>GET_CLASS_INFO...more details

HAS_CHARSRead all CharacteristicsPublic
CALL METHOD xco_chars=>HAS_CHARS...more details

MASTERDATA_LOADLoad Master DataPublic
CALL METHOD xco_chars=>MASTERDATA_LOAD...more details

NON_UNIQUE_VALUECheck whether value is not uniquePublic
CALL METHOD xco_chars=>NON_UNIQUE_VALUE...more details

REFRESHReset Characteristics and ValuesPublic
CALL METHOD xco_chars=>REFRESH...more details

UPDATE_VARIANZChange Variance SchemePublic
CALL METHOD xco_chars=>UPDATE_VARIANZ...more details



XCO_CHARS 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_ATFOR_CHARConstantATFOR: CHAR'CHAR'LIKE
CO003_ATFOR
Private
GR_CLASS_INSTInstance AttributeBAdI Interface IF_EX_IPPE_CLASSLIKE
IF_EX_IPPE_CLASS
Private
GR_EX_OM_EDITORInstance AttributeBAdI Interface IF_EX_OM_EDITORLIKE
IF_EX_OM_EDITOR
Private
G_CHARSInstance AttributeiTab: Characteristics & ValuesLIKE
CO003_CHARS
Public
G_CHARS_HIERInstance AttributeiTab: Characteristics & Values for Hierarchy ClassesLIKE
CO003_CHARS_HIER
Public
G_COMMONInstance AttributeCommonLIKE
CO000_COMMON
Private
G_IPARENTInstance AttributeInstance: ParentLIKE
COCOM_INSTS
Private
G_IPPEInstance AttributeiPPELIKE
CO000_IPPE
Private
G_ISELFInstance AttributeInstance: CurrentLIKE
COCOM_INSTS
Private
G_KLAHInstance AttributeiTab: ClassesLIKE
COCLS_KLAH
Private
G_LOADEDInstance AttributeIndicator: Master Data LoadedLIKE
CO003_FLG_LOADED
Private
G_NEXT_INSTANCEInstance AttributeInstance CounterLIKE
COCOM_INSTS
Private
G_NON_UNIQUE_VALSInstance AttributeiTab: Non-Unique ValuesLIKE
CO003_VALS1
Public
G_PROFILEInstance AttributeORef: ProfileLIKE
XCO_PROFILE
Private
G_STRUCTURE_ITEMInstance AttributeStructure: ItemLIKE
CO001_STRUCTURE_ITEM
Private
G_SWORInstance AttributeiTab: Descriptions of ClassesLIKE
COCLS_SWOR
Private


Links to Related Class(s)

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