GENERIC_NODE_DISPLAY========== is a standard ABAP INCLUDE 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 GENERIC_NODE_DISPLAY========== into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GENERIC_NODE_DISPLAY CALL FUNCTION 'GENERIC_NODE_DISPLAY' EXPORTING GENERICENGID = %_IGENERICENGID EXCEPTIONS CANNOT_DISPLAY = 001.
GENERIC_NODE_DISPLAY CALL FUNCTION 'GENERIC_NODE_DISPLAY' DESTINATION DESTI EXPORTING GENERICENGID = %_IGENERICENGID EXCEPTIONS CANNOT_DISPLAY = 001.
RS_COMPLEX_OBJECT_EDIT CALL FUNCTION 'RS_COMPLEX_OBJECT_EDIT' EXPORTING OBJECT_NAME = 'GENERICENGID' MODE = P_MODE INSERT_TAB = 'X' UPPER_CASE = P_UPPER CHANGING OBJECT = %_IGENERICENGID.
SWC_ELEMENT_SET CALL FUNCTION 'SWC_ELEMENT_SET' EXPORTING ELEMENT = NAME FIELD = %_IGENERICENGID TABLES CONTAINER = LCONT.
SWC_ELEMENT_GET CALL FUNCTION 'SWC_ELEMENT_GET' EXPORTING ELEMENT = NAME IMPORTING FIELD = %_IGENERICENGID TABLES CONTAINER = LCONT.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
GENERIC_NODE_DISPLAY==========FT - GENERICNODEDISPLAY==========FT GENERATION_ALV_AND_BASIC_SET - GENERATIONALVANDBASICSET GENERATE_FROM_FC_MAP - Include GENERATE_FROM_FC_MAP GENERATE_FROM_FC_CI_F01 - Include GENERATE_FROM_FC_CI_F01 GENERATE_FROM_DPR_FC_MAP - Generate method for field control from table DPR_FC_MAP GENERATE_FROM_DPR_FC_MAP - Generate method for field control from table DPR_FC_MAP