SAP CL_GUI_ISSUE_ALV OO Class - Issue Management: ALV









CL_GUI_ISSUE_ALV 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_ALV 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_ALV 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
CHECK_DOUBLE_NOTIFCheck whether Message is DuplicatedPrivate
CALL METHOD cl_gui_issue_alv=>CHECK_DOUBLE_NOTIF...more details

CHECK_RFC_DESTINATIONDisplay Message: Check RFC DestinationPrivate
CALL METHOD cl_gui_issue_alv=>CHECK_RFC_DESTINATION...more details

CONSTRUCTORConstructorPublic
CALL METHOD cl_gui_issue_alv=>CONSTRUCTOR...more details

CONVERT_TIME_STAMPTimestamp Conversion RoutinePublic
CALL METHOD cl_gui_issue_alv=>CONVERT_TIME_STAMP...more details

CREATE_MESSAGE_BASISCreate Basis MessagePrivate
CALL METHOD cl_gui_issue_alv=>CREATE_MESSAGE_BASIS...more details

CREATE_MESSAGE_BASIS_CRMCreate a Basis Message with CRM Help DeskPrivate
CALL METHOD cl_gui_issue_alv=>CREATE_MESSAGE_BASIS_CRM...more details

CREATE_MESSAGE_CSNCreate a CSN MessagePublic
CALL METHOD cl_gui_issue_alv=>CREATE_MESSAGE_CSN...more details

DISPLAY_ISSUE_ALV_LISTDisplay Message ALV ListPrivate
CALL METHOD cl_gui_issue_alv=>DISPLAY_ISSUE_ALV_LIST...more details

DISPLAY_MESSAGE_BASISDisplay Basis MessagePrivate
CALL METHOD cl_gui_issue_alv=>DISPLAY_MESSAGE_BASIS...more details

DISPLAY_MESSAGE_BASIS_CRMDisplay Basis Message with CRM HelpdeskPrivate
CALL METHOD cl_gui_issue_alv=>DISPLAY_MESSAGE_BASIS_CRM...more details

DISPLAY_MESSAGE_CSNDisplay Basis Message with CRM HelpdeskPrivate
CALL METHOD cl_gui_issue_alv=>DISPLAY_MESSAGE_CSN...more details

FREEDeconstructorPublic
CALL METHOD cl_gui_issue_alv=>FREE...more details

GET_ACTUAL_ISSUE_DATAPass Current Message DataPublic
CALL METHOD cl_gui_issue_alv=>GET_ACTUAL_ISSUE_DATA...more details

GET_CURRENT_CUSTOMIZING_DATAGet Customer DataPublic
CALL METHOD cl_gui_issue_alv=>GET_CURRENT_CUSTOMIZING_DATA...more details

GET_CUSTOMIZING_DATAGet Customer DataPublic
CALL METHOD cl_gui_issue_alv=>GET_CUSTOMIZING_DATA...more details

HANDLE_HOTSPOT_CLICKEvent Handling: Hotspot ClickProtected
CALL METHOD cl_gui_issue_alv=>HANDLE_HOTSPOT_CLICK...more details

HANDLE_PUSH_ENTEREvent Handling: Press the ENTER KeyPublic
CALL METHOD cl_gui_issue_alv=>HANDLE_PUSH_ENTER...more details

HANDLE_TOOLBAREvent Handling: ALV ToolbarPublic
CALL METHOD cl_gui_issue_alv=>HANDLE_TOOLBAR...more details

HANDLE_USER_COMMANDEvent Handling: Command HandlingPublic
CALL METHOD cl_gui_issue_alv=>HANDLE_USER_COMMAND...more details

INIT_ISSUE_ALV_LISTMessage ALV List StructurePrivate
CALL METHOD cl_gui_issue_alv=>INIT_ISSUE_ALV_LIST...more details

INIT_ISSUE_FIELDCATMessage Field Catalog StructurePrivate
CALL METHOD cl_gui_issue_alv=>INIT_ISSUE_FIELDCAT...more details

INIT_ISSUE_LAYOUTMessage Layout StructurePrivate
CALL METHOD cl_gui_issue_alv=>INIT_ISSUE_LAYOUT...more details

INIT_ISSUE_SORTSorting MessagesPrivate
CALL METHOD cl_gui_issue_alv=>INIT_ISSUE_SORT...more details

INIT_ISSUE_TOOLBARMessage Toolbar StructurePrivate
CALL METHOD cl_gui_issue_alv=>INIT_ISSUE_TOOLBAR...more details

PREPARE_ISSUE_FIELDCATFormat Message Field CatalogPrivate
CALL METHOD cl_gui_issue_alv=>PREPARE_ISSUE_FIELDCAT...more details

READ_CUSTOMIZINGRead TWB Basic SettingsPrivate
CALL METHOD cl_gui_issue_alv=>READ_CUSTOMIZING...more details

READ_MESSAGE_TEMPLATERead a Message TemplatePublic
CALL METHOD cl_gui_issue_alv=>READ_MESSAGE_TEMPLATE...more details

REFRESH_ISSUE_ALV_LISTALV: Refresh ALV ListProtected
CALL METHOD cl_gui_issue_alv=>REFRESH_ISSUE_ALV_LIST...more details

REFRESH_ISSUE_ALV_OUTTABALV: Refresh ALV OuttabProtected
CALL METHOD cl_gui_issue_alv=>REFRESH_ISSUE_ALV_OUTTAB...more details

SEND_MESSAGEMessage OutputProtected
CALL METHOD cl_gui_issue_alv=>SEND_MESSAGE...more details

UC_CHECK_INPUTALV: Check InputPublic
CALL METHOD cl_gui_issue_alv=>UC_CHECK_INPUT...more details

UC_CREATE_MESSAGEALV: Create a MessagePrivate
CALL METHOD cl_gui_issue_alv=>UC_CREATE_MESSAGE...more details

UC_DELETE_ROWSALV: Delete RowsPrivate
CALL METHOD cl_gui_issue_alv=>UC_DELETE_ROWS...more details

UC_DISPLAY_MESSAGEALV: Display a MessagePrivate
CALL METHOD cl_gui_issue_alv=>UC_DISPLAY_MESSAGE...more details

UC_DISPLAY_TEST_CASEALV: Display Test CasePrivate
CALL METHOD cl_gui_issue_alv=>UC_DISPLAY_TEST_CASE...more details

UC_DISPLAY_TEST_CASE_STATUSALV: Display of Test Case StatusPrivate
CALL METHOD cl_gui_issue_alv=>UC_DISPLAY_TEST_CASE_STATUS...more details

UC_HIDE_DOUBLE_NOTIFALV: Hide Duplicate MessagesPrivate
CALL METHOD cl_gui_issue_alv=>UC_HIDE_DOUBLE_NOTIF...more details

UC_INSERT_ROWALV: Insert a RowPrivate
CALL METHOD cl_gui_issue_alv=>UC_INSERT_ROW...more details

UC_REFRESH_MESSAGESALV: Refresh ALV OuttabPrivate
CALL METHOD cl_gui_issue_alv=>UC_REFRESH_MESSAGES...more details

UC_SHOW_DOUBLE_NOTIFALV: Show Duplicate MessagesPrivate
CALL METHOD cl_gui_issue_alv=>UC_SHOW_DOUBLE_NOTIF...more details

UC_USER_SETTINGSALV: User SettingsPrivate
CALL METHOD cl_gui_issue_alv=>UC_USER_SETTINGS...more details



CL_GUI_ISSUE_ALV 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
ALV_CONTROLInstance AttributeCustom Control ContainerLIKE
CL_GUI_CUSTOM_CONTAINER
Public
ALV_DOUBLE_NOTIFStatic AttributeIssue Management: Display TableLIKE
TABTYPE_ISSUE_ALV
Public
ALV_GRIDInstance AttributeALV ListLIKE
CL_GUI_ALV_GRID
Public
ALV_OUTTABStatic Attribute ALV: Display TableLIKE
TABTYPE_ISSUE_ALV
Public
ALV_S_OUTTABStatic AttributeALV: Display Table StructureLIKE
ISSUE_ALV
Public
CHANGE_FLAGStatic AttributeChange FlagSPACELIKE
FLAG
Public
CREA_DATAStatic AttributeCall Environment Transfer StructureLIKE
ISSUE_CREA_DATA
Public
CSS_ISSUE_SERVICEInstance AttributeLIKE
Private
DISPLAY_MODEInstance AttributeMode: Display 'X', Change ' 'LIKE
CHAR1
Public
MSG_TEMPLATEInstance AttributeDocumentation ObjectLIKE
DOKU_OBJ
Private
MSG_TYPEInstance AttributeSingle-Character FlagLIKE
CHAR1
Private
PROJECT_IDInstance AttributeProject NameLIKE
PROJECT_ID
Public
RFC_DESTInstance AttributeLogical destination (specified in function call)LIKE
RFCDEST
Private
RFC_DEST_WITHOUT_LOGINInstance AttributeLogical destination (specified in function call)LIKE
RFCDEST
Private
RFC_DEST_WITH_LOGINInstance AttributeLogical destination (specified in function call)LIKE
RFCDEST
Private
SAP_INTERNALStatic AttributeSAP InternalSPACELIKE
FLAG
Public
SOLUTION_IDInstance AttributeSolution IDLIKE
TWB_SOLUTION_ID
Public
STRUCTURE_TITLESStatic AttributeTWB Data - Test Plan, Test Package TitleLIKE
TABTYPE_TEST_DATA_TITLE
Public
S_USER_SETTINGSStatic AttributeUser SettingsLIKE
ISSUE_USER_SETTINGS
Public
TC_DESTInstance AttributeRFC DestinationCL_GUI_ISSUE_CONSTANTS=>C_RFC_DEST_NONELIKE
RFCDEST
Public
WORK_SMALL_VERSIONInstance AttributeSTWB_WORK FormatLIKE
CHAR1
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!