DEMO_GFW_SHOW1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report provides a demonstration of how the GFW function modules can be used with a splitter...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter DEMO_GFW_SHOW1 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.
Title: Demonstration of GFW Function Modules in Splitter
INCLUDE GFW_PROG_TEXT.
No SAP DATABASE tables are accessed within this REPORT code!
GFW_PRES_SHOW_MULT CALL FUNCTION 'GFW_PRES_SHOW_MULT' EXPORTING PARENT = GRAPHIC_PARENT1 PRESENTATION_TYPE = GFW_PRESTYPE_LINES ORIENTATION = GFW_ORIENT_COLUMNS SHOW = GFW_FALSE TABLES VALUES = VALUES COLUMN_TEXTS = COLUMN_TEXTS EXCEPTIONS ERROR_OCCURRED = 1.
GFW_PRES_SHOW_MULT CALL FUNCTION 'GFW_PRES_SHOW_MULT' EXPORTING PARENT = GRAPHIC_PARENT2 PRESENTATION_TYPE = GFW_PRESTYPE_LINES SHOW = GFW_TRUE TABLES VALUES = VALUES COLUMN_TEXTS = COLUMN_TEXTS EXCEPTIONS ERROR_OCCURRED = 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.
DEMO_GFW_SHOW1 - Demonstration of GFW Function Modules in Splitter DEMO_GFW_SHOW1 - Demonstration of GFW Function Modules in Splitter DEMO_GFW_PRES_SHOW_MULT - Example for the Function Module GFW_PRES_SHOW_MULT DEMO_GFW_PRES_SHOW_MULT - Example for the Function Module GFW_PRES_SHOW_MULT DEMO_GFW_PRES_SHOW - Example for the Function Module GFW_PRES_SHOW DEMO_GFW_PRES_SHOW - Example for the Function Module GFW_PRES_SHOW