SAP Reports / Programs

SAP_ECLVIEWER_3D SAP ABAP Report - ECL 3D Viewer demo program







SAP_ECLVIEWER_3D 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_3D 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_3D. "Basic submit
SUBMIT SAP_ECLVIEWER_3D AND RETURN. "Return to original report after report execution complete
SUBMIT SAP_ECLVIEWER_3D 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 3D Viewer demo program
Text Symbol: 008 = Unable to create column width (Cntl_Error)
Text Symbol: 009 = Unable to create column width (Cntl_System_Error)
Text Symbol: 010 = Unable to create Viewer (Cntl_Error)
Text Symbol: 011 = Unable to create Viewer (Cntl_System_Error)
Text Symbol: 006 = Unable to create splitter (Cntl_Error)
Text Symbol: 001 = Unable to create container (Cntl_Error)
Text Symbol: 002 = Unable to create container (Cntl_System_Error)
Text Symbol: 003 = Unable to create container (Create_Error)
Text Symbol: 004 = Unable to create container (Lifetime_Error)
Text Symbol: 005 = Unable to create container (Lifetime_dynpro_dynpro_link)
Text Symbol: 012 = Unable to create Viewer (Create_Error)
Text Symbol: 028 = Unable to append node to structure (Cntl_Error)
Text Symbol: 029 = Unable to append node to structure (Cntl_System_Error)
Text Symbol: 030 = Unable to append node to structure (Invalid_Node_Key)
Text Symbol: 031 = Unable to append node to structure (Parameter_Missing)
Text Symbol: 032 = Unable to create tree (Cntl_Error)
Text Symbol: 018 = Unable to create toolbar (Wrong_Fcode_Error)
Text Symbol: 013 = Unable to create Viewer (Lifetime_Error)
Text Symbol: 014 = Unable to create toolbar (Cntl_Error)
Text Symbol: 015 = Unable to create toolbar (Cntl_System_Error)
Text Symbol: 016 = Unable to create toolbar (Cntb_Btype_Error)
Text Symbol: 017 = Unable to create toolbar (Dp_Error)
Text Symbol: 007 = Unable to create splitter (Cntl_System_Error)
Text Symbol: 039 = Unable to append node to structure (Relat_Node_Not_Found)
Text Symbol: 040 = Unable to append node to structure (Node_Not_Found)
Text Symbol: 041 = Unable to register event (Cntl_Error)
Text Symbol: 042 = Unable to register event (Cntl_System_Error)
Text Symbol: 043 = Unable to register event (Illegal_Event_Combination)
Text Symbol: 038 = Unable to create tree (Illegal_Column_Name)
Text Symbol: 033 = Unable to create tree (Cntl_System_Error)
Text Symbol: 034 = Unable to create tree (Create_Error)
Text Symbol: 035 = Unable to create tree (Lifetime_Error)
Text Symbol: 036 = Unable to create tree (Illegal_Node_Selection_Mode)
Text Symbol: 037 = Unable to create tree (general error)
Text Symbol: 044 = Unable to select object (Cntl_Error)
Text Symbol: 051 = Unable to transfer node to frontend (Cntl_Error)
Text Symbol: 052 = Unable to transfer node to frontend (Cntl_System_Error)





Text Symbol: 053 = Error at Unload_All (Cntl_Error)
Text Symbol: 054 = Error at Unload_All (Cntl_System_Error).
Text Symbol: 050 = Unable to transfer node to frontend (general error)
Text Symbol: 045 = Unable to select object (Cntl_System_Error)
Text Symbol: 046 = Object not yet loaded
Text Symbol: 047 = Unable to return the lower-level nodes (Cntl_Error)
Text Symbol: 048 = Unable to return the lower-level nodes (Cntl_System_Error)
Text Symbol: 049 = Unable to return the lower-level nodes (Invalid_Node_Key)


INCLUDES used within this REPORT SAP_ECLVIEWER_3D

INCLUDE ECL_LOCAL_3D_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_3D or its description.