/EACA/GL_DOCUMENT_DISPLAY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter /EACA/GL_DOCUMENT_DISPLAY into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
/EACA/GL_DOC_JOURNAL - Document Journal
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Document Display
Text Symbol: 004 = Document Journal for Accounting System &
Text Symbol: 005 = Document Display
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ACC_SYSTEM_GET CALL FUNCTION 'ACC_SYSTEM_GET' IMPORTING e_acc_system = cd_acc_system * E_TEXT = e_subrc = ld_subrc.
/EACA/GL_FILL_NAVIG_EVENT_TAB * call function '/EACA/GL_FILL_NAVIG_EVENT_TAB' * exporting * id_rep_appl = /eaca/cl_gl_const=>rep_appl_doc_search * importing * et_navigation_events = t_events * exceptions * others = 1.
/EACA/GL_FILL_NAVIG_EVENT_TAB CALL FUNCTION '/EACA/GL_FILL_NAVIG_EVENT_TAB' EXPORTING id_rep_appl = /eaca/cl_gl_const=>rep_appl_doc_show IMPORTING et_navigation_events = t_events EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
/EACA/GL_DOCUMENT_DISPLAY - Document Display /EACA/GL_DOCUMENT_DISPLAY - Document Display /EACA/GL_DISPLAY_CUSTOMIZING - Display IMG for E-Accounting /EACA/GL_DISPLAY_CUSTOMIZING - Display IMG for E-Accounting /EACA/GL_DATABASIS_FOR_ACCSYST - /EACA/GLDATABASISFORACCSYST /EACA/GL_CONFIG_DOC_SEARCH_ACS - Configuration of Doc. Search in General Ledger per Accounting System