WFCS_TABLES_DISPLAY_E02 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 WFCS_TABLES_DISPLAY_E02 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: Implementation Ereignisse auf Selektionsbildschirm
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WFCS_REFRESH CALL FUNCTION 'WFCS_REFRESH'.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = g_variant I_SAVE = gc_save I_DISPLAY_VIA_GRID = selxgrid IMPORTING ES_VARIANT = g_variant_default EXCEPTIONS NOT_FOUND = 1 PROGRAM_ERROR = 2 OTHERS = 3.
T001W_LOCNR_FOR_WERKS CALL FUNCTION 'T001W_LOCNR_FOR_WERKS' EXPORTING werks = g_sel_werks-low IMPORTING locnr = g_sel_kunnr-low EXCEPTIONS no_werks_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
WFCS_TABLES_DISPLAY_E02 - Implementation Ereignisse auf Selektionsbildschirm WFCS_TABLES_DISPLAY_E01 - WFCSTABLESDISPLAYE01 WFCS_TABLES_DISPLAY - Display Data for Sales Forecast WFCS_TABLES_DISPLAY - Display Data for Sales Forecast WFCS_SYNTH_HDATA_GENERATE - Sales Forecast: Create Test Data for WFCS_WRFT WFCS_SYNTH_HDATA_GENERATE - Sales Forecast: Create Test Data for WFCS_WRFT