SAP EDX_LIST OO Class - EDX: Class for Message Report









EDX_LIST 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 EDX_LIST 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 EDX_LIST is EDX

Method list of EDX_LIST 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_FOR_AUTHORIZED_MSGSCheck Messages for AuthorizationPublic
CALL METHOD edx_list=>CHECK_FOR_AUTHORIZED_MSGS...more details

COPY_DATA_FROM_ALL_MESSAGESCopy list with the messages to new listPublic
CALL METHOD edx_list=>COPY_DATA_FROM_ALL_MESSAGES...more details

CREATE_NEW_DOCUMENTCreate New Document with Document NumberPublic
CALL METHOD edx_list=>CREATE_NEW_DOCUMENT...more details

DELETE_MSG_FROM_PARKDelete Message from Park TablePublic
CALL METHOD edx_list=>DELETE_MSG_FROM_PARK...more details

FILL_CORRECT_ERROR_MSGFill Error Text CorrectlyPublic
CALL METHOD edx_list=>FILL_CORRECT_ERROR_MSG...more details

FILL_ERROR_PARAMETEREnter Error Parameter in Error TextPublic
CALL METHOD edx_list=>FILL_ERROR_PARAMETER...more details

PREPARE_LAYOUT_MESSAGESLayout Specification for Message ListsPublic
CALL METHOD edx_list=>PREPARE_LAYOUT_MESSAGES...more details

PREPARE_LAYOUT_SUM_MESSAGESLayout Specification for Overview of MessagesPublic
CALL METHOD edx_list=>PREPARE_LAYOUT_SUM_MESSAGES...more details

READ_DATA_ALL_MESSAGESRead Data of All MessagesPublic
CALL METHOD edx_list=>READ_DATA_ALL_MESSAGES...more details

READ_DATA_INBOUND_MSGSRead Data of Messages Received and ProcessedPublic
CALL METHOD edx_list=>READ_DATA_INBOUND_MSGS...more details

READ_DATA_OUTBOUND_MSGSRead Data of Messages SentPublic
CALL METHOD edx_list=>READ_DATA_OUTBOUND_MSGS...more details

READ_DATA_PARKED_MSGSRead Data of Messages ReceivedPublic
CALL METHOD edx_list=>READ_DATA_PARKED_MSGS...more details

READ_SUM_ALL_MESSAGESDetermine Total of Various MessagesPublic
CALL METHOD edx_list=>READ_SUM_ALL_MESSAGES...more details

SHOW_COLUMN_HELPDisplay Column HelpPublic
CALL METHOD edx_list=>SHOW_COLUMN_HELP...more details

SHOW_DATA_MESSAGESOutput Messages in a ListPublic
CALL METHOD edx_list=>SHOW_DATA_MESSAGES...more details

SHOW_DATA_SUM_MESSAGESTotals Overview of MessagesPublic
CALL METHOD edx_list=>SHOW_DATA_SUM_MESSAGES...more details

SHOW_ERROR_TEXTView Error TextPublic
CALL METHOD edx_list=>SHOW_ERROR_TEXT...more details

SHOW_INVOICE_PROBLEM_LISTDisplay Problem List for Invoice ProcessingPublic
CALL METHOD edx_list=>SHOW_INVOICE_PROBLEM_LIST...more details

SHOW_PDFDisplay PDF of MessagesPublic
CALL METHOD edx_list=>SHOW_PDF...more details

SHOW_VERIFY_LOGView Verify Log File of a DocSet MessagePublic
CALL METHOD edx_list=>SHOW_VERIFY_LOG...more details




Links to Related Class(s)

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