FAGL_MM_PROT 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 FAGL_MM_PROT 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!
BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_t_log_handle = lt_loghndl.
GUID_CREATE CALL FUNCTION 'GUID_CREATE' "#EC FB_OLDED IMPORTING ev_guid_32 = ld_guid.
GUID_CREATE CALL FUNCTION 'GUID_CREATE' "#EC FB_OLDED IMPORTING ev_guid_32 = ls_rldnr_comp-guid.
FAGL_GET_TABLENAMES CALL FUNCTION 'FAGL_GET_TABLENAMES' EXPORTING i_ledger = ls_rldnr_comp-rldnr IMPORTING es_tabnames = ls_fagl_tabnames.
BAL_DB_LOAD CALL FUNCTION 'BAL_DB_LOAD' EXPORTING i_t_log_handle = lt_loghndl i_do_not_load_messages = abap_on.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FAGL_MM_PROT - FAGLMMPROT FAGL_MM_POST - FAGLMMPOST FAGL_MM_BAL - FAGLMMBAL FAGL_ML_ADJUST_INITIAL - Reconciliation of Material Subledger and General Ledger FAGL_ML_ADJUST_INITIAL - Reconciliation of Material Subledger and General Ledger FAGL_MIG_SUM_STATUS - Analyze Status of Balance Carryforward Program for Migration