FAGLSKF_DELETE_DATA_COMP_CODE 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 FAGLSKF_DELETE_DATA_COMP_CODE 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.
Selection Text: P_ACTIV = D .
Selection Text: P_BUKRS = D .
Selection Text: P_RRCTY = D .
Selection Text: P_STAGR = D .
Selection Text: X_TEST = D .
Title: General Ledger: Reset Data for Statistical Key Figures
Text Symbol: 001 = General Selections
Text Symbol: 002 = General Ledger: Reset Data for Statistical Key Figures
Text Symbol: 003 = Control Data
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FAGL_CHECK_GLFLEX_ACTIVE CALL FUNCTION 'FAGL_CHECK_GLFLEX_ACTIVE' IMPORTING e_glflex_active = ld_active EXCEPTIONS error_in_setup = 1 OTHERS = 2.
FAGLSKF_GET_TABINFO_FROM_APPL CALL FUNCTION 'FAGLSKF_GET_TABINFO_FROM_APPL' IMPORTING es_tabinfo = ls_tabinfo EXCEPTIONS error_in_cust = 1 OTHERS = 2.
FAGL_AUTHORITY_CHECK_KEYFIG CALL FUNCTION 'FAGL_AUTHORITY_CHECK_KEYFIG' EXPORTING id_activ = '*' id_actvt = '02' id_bukrs = p_bukrs is_auth = ls_auth EXCEPTIONS no_authority = 1 data_missing = 2 OTHERS = 3.
FAGLSKF_LOG_INIT CALL FUNCTION 'FAGLSKF_LOG_INIT' EXPORTING id_subobject = 'DELETE'.
FAGLSKF_LOG_INIT_HEADER CALL FUNCTION 'FAGLSKF_LOG_INIT_HEADER' EXPORTING id_extnumber = ld_ext id_repid = ld_repid.
FAGLSKF_LOG_INIT_MESSAGES CALL FUNCTION 'FAGLSKF_LOG_INIT_MESSAGES' EXPORTING msgid = 'FAGL_SKF' msgty = 'I'.
FAGLSKF_LOG_SET_MESSAGE CALL FUNCTION 'FAGLSKF_LOG_SET_MESSAGE' EXPORTING msgty = 'I' msgno = '053' v1 = ld_v1 v2 = ' ' v3 = ' ' v4 = ' '.
FAGLSKF_LOG_APPEND_PARAMS CALL FUNCTION 'FAGLSKF_LOG_APPEND_PARAMS' EXPORTING id_para = 'BUKRS' id_value = ld_value.
FAGLSKF_LOG_APPEND_PARAMS CALL FUNCTION 'FAGLSKF_LOG_APPEND_PARAMS' EXPORTING id_para = 'TT_DBCNT' id_value = ld_value.
FAGLSKF_LOG_APPEND_PARAMS CALL FUNCTION 'FAGLSKF_LOG_APPEND_PARAMS' EXPORTING id_para = 'SI_DBCNT' id_value = ld_value.
FAGLSKF_LOG_WRITE_MESSAGE CALL FUNCTION 'FAGLSKF_LOG_WRITE_MESSAGE'.
FAGLSKF_LOG_WRITE_DB CALL FUNCTION 'FAGLSKF_LOG_WRITE_DB'.
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_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 FAGLSKF_CREATE_FUNCTION - Creation of Update Function Modules FAGLSKF_CANCEL_DOCUMENT - Reversal of a Statistical Key Figure Document FAGLSKF_CANCEL_DOCUMENT - Reversal of a Statistical Key Figure Document