SAP Reports / Programs

SAP_ECLVIEWER_2D SAP ABAP Report - ECL 2D Viewer demo program







SAP_ECLVIEWER_2D 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 SAP_ECLVIEWER_2D into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT SAP_ECLVIEWER_2D. "Basic submit
SUBMIT SAP_ECLVIEWER_2D AND RETURN. "Return to original report after report execution complete
SUBMIT SAP_ECLVIEWER_2D VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: ECL 2D Viewer demo program
Text Symbol: 015 = Error in DataProvider
Text Symbol: 014 = Errors in node / item table
Text Symbol: 013 = Cntl_System_Error.
Text Symbol: 012 = General error
Text Symbol: 011 = Unable to call toolbar
Text Symbol: 020 = Unable to import markup (Cntl_Error)
Text Symbol: 019 = Unable to register event (Illegal_Event_Combination)
Text Symbol: 018 = Unable to register event (Cntl_System_Error)
Text Symbol: 017 = Unable to register event (Cntl_Error)
Text Symbol: 016 = Item structure does not exist
Text Symbol: 005 = Unable to create container (Lifetime_dynpro_dynpro_link)
Text Symbol: 004 = Unable to create container (Lifetime_Error)
Text Symbol: 003 = Unable to create container (Create_Error)
Text Symbol: 002 = Unable to create container (Cntl_System_Error)
Text Symbol: 001 = Unable to create container (Cntl_Error)
Text Symbol: 010 = Unable to call 2D Viewer
Text Symbol: 009 = Unable to create column width (Cntl_System_Error)
Text Symbol: 008 = Unable to create column width (Cntl_Error)
Text Symbol: 007 = Unable to create splitter (Cntl_System_Error)
Text Symbol: 006 = Unable to create splitter (Cntl_Error)
Text Symbol: 021 = Unable to import markup (Cntl_System_Error)
Text Symbol: 039 = Unable to import URL (ERROR_KPRO)
Text Symbol: 038 = Unable to import URL (NOTHING_FOUND)
Text Symbol: 035 = Unable to open document (Invalid_Data)
Text Symbol: 034 = Unable to open document (Bad_File_Name)
Text Symbol: 033 = Unable to open document (File_Not_Found)
Text Symbol: 043 = Unable to import URL (NOT_ALLOWED)
Text Symbol: 042 = Unable to import URL (NOT_AUTHORIZED)
Text Symbol: 041 = Unable to import URL (PARAMETER_ERROR)
Text Symbol: 040 = Unable to import URL (INTERNAL_ERROR)
Text Symbol: 027 = Parameter NODE_SELECTION_MODE has errors
Text Symbol: 026 = Error creating the control (Create_Error)
Text Symbol: 025 = Error creating the control (Cntl_System_Error)
Text Symbol: 024 = Error creating the control (Lifetime_Error)
Text Symbol: 023 = Error closing the Viewer
Text Symbol: 032 = Unable to open document (Permission_Denied)
Text Symbol: 031 = Unable to open document (Invalid_File_Format)





Text Symbol: 030 = Unable to open document (Cntl_System_Error)
Text Symbol: 029 = Unable to open document (Cntl_Error)
Text Symbol: 028 = General error


INCLUDES used within this REPORT SAP_ECLVIEWER_2D

INCLUDE ECL_LOCAL_EVENT_HANDLER.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name SAP_ECLVIEWER_2D or its description.