SAP CM_EPM_COMMON_MESSAGES OO Class - EPM: Common Message class









CM_EPM_COMMON_MESSAGES 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 CM_EPM_COMMON_MESSAGES including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CM_EPM_COMMON_MESSAGES is CM_EPM_ROOT

Method list of CM_EPM_COMMON_MESSAGES 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
CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cm_epm_common_messages=>CONSTRUCTOR...more details



CM_EPM_COMMON_MESSAGES 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
CANT_CREATE_NODE_ELEMENTConstantLIKE
Public
CANT_DELETE_NODE_ELEMENTConstantLIKE
Public
COMMUNICATION_ERRORConstantLIKE
Public
GC_Constant'005056AB5B8D1ED3B7DAED55E6C3C97A'LIKE
SOTR_CONC
Public
GC_ACTION_NOT_ENABLEDConstantLIKE
Public
GC_ARITHMETIC_OVERFLOWConstantLIKE
Public
GC_BAD_ORGUNIT_DEFINITIONConstantLIKE
Public
GC_CANNOT_OBTAIN_SESSION_LOCKConstantLIKE
Public
GC_DUPLICATE_CONV_UNITSConstantLIKE
Public
GC_DUPLICATE_IDENTIFIERConstantLIKE
Public
GC_EMPTY_STORAGE_BINConstantLIKE
Public
GC_ERRONEOUS_LISTENERConstantLIKE
Public
GC_FOREIGN_LOCKConstantLIKE
Public
GC_GREATER_0_VALUEConstantLIKE
Public
GC_INFO_SBIN_DELETEDConstantLIKE
Public
GC_INVALID_ADDRESS_TYPEConstantLIKE
Public
GC_INVALID_BP_BPC_COMBINATIONConstantLIKE
Public
GC_INVALID_BP_IDConstantLIKE
Public
GC_INVALID_CARDINALITYConstantLIKE
Public
GC_INVALID_CATEGORYConstantLIKE
Public
GC_INVALID_CFConstantLIKE
Public
GC_INVALID_COUNTRYConstantLIKE
Public
GC_INVALID_CURRENCYConstantLIKE
Public
GC_INVALID_EMPLOYEE_IDConstantLIKE
Public
GC_INVALID_LANGUAGEConstantLIKE
Public
GC_INVALID_LENGTH_UNITConstantLIKE
Public
GC_INVALID_MIME_TYPEConstantLIKE
Public
GC_INVALID_PRODUCT_IDConstantLIKE
Public
GC_INVALID_ROLEConstantLIKE
Public
GC_INVALID_SEXConstantLIKE
Public
GC_INVALID_SO_BP_ADDRESSConstantLIKE
Public
GC_INVALID_SO_IDConstantLIKE
Public
GC_INVALID_TARGETConstantLIKE
Public
GC_INVALID_TAX_TARIFF_CODEConstantLIKE
Public
GC_INVALID_TIMEFRAMEConstantLIKE
Public
GC_INVALID_TIMESTAMPConstantLIKE
Public
GC_INVALID_TYPE_CODEConstantLIKE
Public
GC_INVALID_UNITConstantLIKE
Public
GC_INVALID_WEIGHT_UNITConstantLIKE
Public
GC_INVERS_CONV_UNITSConstantLIKE
Public
GC_LOCK_ERRORConstantLIKE
Public
GC_MANDATORY_FIELD_MISSINGConstantLIKE
Public
GC_MESSAGE_CLASSConstant'SEPM_BO_COMMON'LIKE
STRING
Public
GC_MISSING_SCHEDULE_LINEConstantLIKE
Public
GC_MISSING_STORAGE_BINConstantLIKE
Public
GC_NEGATIVE_VALUEConstantLIKE
Public
GC_NOT_CREATE_ENABLEDConstantLIKE
Public
GC_NOT_DELETE_ENABLEDConstantLIKE
Public
GC_NOT_UNIQUEConstantLIKE
Public
GC_NOT_UPDATE_ENABLEDConstantLIKE
Public
GC_NO_AUTHORIZATIONConstantLIKE
Public
GC_NO_BIN_NUMBER_UPDATEConstantLIKE
Public
GC_NO_ID_UPDATEConstantLIKE
Public
GC_NO_ORG_UNIT_UPDATEConstantLIKE
Public
GC_NO_PRODUCT_UPDATEConstantLIKE
Public
GC_NO_UPDATE_ON_GIConstantLIKE
Public
GC_NO_UPDATE_ON_GRConstantLIKE
Public
GC_NO_UPDATE_ON_POIConstantLIKE
Public
GC_NO_UPDATE_ON_SOIConstantLIKE
Public
GC_POSITIVE_VALUEConstantLIKE
Public
GC_REVIEW_ALREADY_EXISTSConstantLIKE
Public
GC_REVIEW_ALREADY_MARKEDConstantLIKE
Public
GC_START_DATE_COLLISIONConstantLIKE
Public
GC_TEXT_EXISTSConstantLIKE
Public
GC_TEXT_NO_DELETE_ORIG_LANGUConstantLIKE
Public
GC_TIMEFRAME_OVERLAPConstantLIKE
Public
GC_UNKNOWN_ORG_UNITConstantLIKE
Public
INVALID_FIELD_VALUEConstantLIKE
Public
OPERATION_FAILEDConstantLIKE
Public
UNKNOWN_PRODUCTConstantLIKE
Public


Links to Related Class(s)

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