FAGLSKF_DISPLAY_TEMPLATE_INC 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 FAGLSKF_DISPLAY_TEMPLATE_INC 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!
FAGL_STATKEYF_FOR_SELECTION2 CALL FUNCTION 'FAGL_STATKEYF_FOR_SELECTION2' EXPORTING id_ident = '\ls_tabinfo-identifier\' id_rldnr = p_rldnr id_rbukrs = p_rbukrs id_ryear = p_ryear it_selection = lt_selection CHANGING ct_skfperiod = lt_skfperiod.
FAGL_GET_FIELDLIST_FOR_LEDGER CALL FUNCTION 'FAGL_GET_FIELDLIST_FOR_LEDGER' EXPORTING id_rldnr = p_rldnr id_strucname = '\ls_tabinfo-strucname_period\' IMPORTING et_fieldcat = lt_fieldcat.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_structure_name = '\ls_tabinfo-strucname_period\' it_fieldcat = lt_fieldcat i_save = 'A' is_variant = ls_variant TABLES t_outtab = lt_skfperiod EXCEPTIONS program_error = 1 OTHERS = 2.
SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = restrict.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FAGLSKF_DISPLAY_TEMPLATE_INC - FAGLSKFDISPLAYTEMPLATEINC FAGLSKF_DISPLAY_PERIOD - Display Statistical Key Figures per Period FAGLSKF_DISPLAY_PERIOD - Display Statistical Key Figures per Period FAGLSKF_DELETE_DATA_COMP_CODE - General Ledger: Reset Data for Statistical Key Figures FAGLSKF_DELETE_DATA_COMP_CODE - General Ledger: Reset Data for Statistical Key Figures FAGLSKF_CREATE_FUNCTION - Creation of Update Function Modules