SAP CL_GUI_ISSUE_CONSTANTS OO Class - Issue Management: ALV









CL_GUI_ISSUE_CONSTANTS 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 CL_GUI_ISSUE_CONSTANTS 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 CL_GUI_ISSUE_CONSTANTS 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



CL_GUI_ISSUE_CONSTANTS 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_BASIS_MSG_KINDConstantBasis Message - Message Type'W'LIKE
BCOS_SYST
Public
C_COMP_STConstantSoftware Component'ST'LIKE
DLVUNIT
Public
C_CSS_ISSUE_SERVICEConstantCSS Message - Service ID'3'LIKE
CSS_BCSM10-SERVICE
Public
C_CSS_ISSUE_SERVICE_ITSInstance AttributeLIKE
Private
C_CSS_ISSUE_SERVICE_TYPEConstantCSS Message - Service Type'B'LIKE
CSS_BCSM10-SERVICETYP
Public
C_ISSUE_ALV_STRUCTUREConstantALV Structure for Messages'ISSUE_ALV'LIKE
DD02L-TABNAME
Public
C_KW_DOCU_TCConstantKW - Message Display Test Case'KW_DOC'LIKE
TWB_NAME
Public
C_LINK_TCConstantLink - Message Display Test Case'LINK'LIKE
TWB_NAME
Public
C_MSG_KIND_CRMConstantCRM Message'2'LIKE
CHAR1
Public
C_MSG_KIND_CSSConstantCSS Message'3'LIKE
CHAR1
Public
C_MSG_KIND_SLF1ConstantBasis Message'1'LIKE
CHAR1
Public
C_MSG_KIND_SRDConstantCSS Message'4'LIKE
CHAR1
Public
C_MSG_TYPE_CRMConstantCRM Messages'CRM'LIKE
IS_TYPE_N
Public
C_MSG_TYPE_CSSConstantInternal Message'CSS'LIKE
IS_TYPE_N
Public
C_MSG_TYPE_SLF1ConstantBasis Message'SLF1'LIKE
IS_TYPE_N
Public
C_MSG_TYPE_SRDConstantInternal Message'SRD'LIKE
IS_TYPE_N
Public
C_OSS_MSGConstantApplication - Entry in Table BCOS_CUST'OSS_MSG'LIKE
BCOS_CUST-APPLI
Public
C_PERS_OBJ_TWB_CUSTConstantPersonalization Object Key'TWB_CUSTOMIZING_DATA'LIKE
SPERS_KEY
Public
C_REF_TYPE_KW_DOCU_TCConstantTest Document'TWTD'LIKE
HIER_RTYPE
Public
C_REF_TYPE_LINK_TCConstantLink as Test Case'BMSO'LIKE
HIER_RTYPE
Public
C_RFC_DEST_NONEConstantRFC Destination 'NONE''NONE'LIKE
RFCDEST
Public
C_SRD_ISSUE_SERVICEConstantCSS Message - Service SRD'SRD'LIKE
CSS_BCSM10-SERVICE
Public
C_SRD_ISSUE_SERVICE_TYPEConstantCSS Message - Service Type SRD'1'LIKE
CSS_BCSM10-SERVICETYP
Public
C_STATUS_INFO_SYSTEMConstantStatus Info System'1'LIKE
CHAR1
Public
C_TC_TYPE_ECTCConstantECATT Test Case'ECTC'LIKE
CHAR4
Public
C_TC_TYPE_TWBCConstantManual Test Case'TWBC'LIKE
CHAR4
Public
C_TEST_CASEConstantTest Case'4'LIKE
CHAR1
Public
C_TEST_PACKAGEConstantTest Package'3'LIKE
CHAR1
Public
C_TEST_PLANConstantTest Plan'2'LIKE
CHAR1
Public
C_TWB_CUSTOM_NAMEInstance AttributeLIKE
Private
C_TWB_TYP_ECATTConstantTest Case Attribute: Type - ECATT'E'LIKE
TWB_TYP
Public
C_USER_SETTINGSConstantPersonalization Object Key'ISSUE_USER_SETTINGS'LIKE
SPERS_KEY
Public


Links to Related Class(s)

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