FAGL_MIG_PLAN_DATA 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_MIG_PLAN_DATA 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_GET_DATA_FOR_MGPLN CALL FUNCTION 'FAGL_GET_DATA_FOR_MGPLN' EXPORTING i_mgpln = ud_mgpln IMPORTING et_fagl_mig_001 = ct_fagl_mig_001 e_migdt = cd_migdt.
FAGL_GET_BUKRS_LEDGER_IN_MGPLN CALL FUNCTION 'FAGL_GET_BUKRS_LEDGER_IN_MGPLN' EXPORTING i_mgpln = ud_mgpln IMPORTING et_bukrs = ct_bukrs_in_mgpln et_rldnr = lt_ledger_in_mgpln et_fagl_mig_002 = ct_fagl_mig_002.
G_GET_ORGANIZATIONAL_DATA CALL FUNCTION 'G_GET_ORGANIZATIONAL_DATA' EXPORTING i_rldnr = ls_fagl_mig_002-rldnr i_orgunit = ls_fagl_mig_002-bukrs IMPORTING organizational_info = cs_organizational_data EXCEPTIONS no_info_found = 1 error_in_setup = 2 error_in_depld = 3 OTHERS = 4.
G_PERIOD_GET CALL FUNCTION 'G_PERIOD_GET' EXPORTING date = cd_migdt variant = cs_organizational_data-periv IMPORTING year = cd_year EXCEPTIONS ledger_not_assigned_to_company = 1 period_not_defined = 2 variant_not_defined = 3 OTHERS = 4.
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_MIG_PLAN_DATA - FAGLMIGPLANDATA FAGL_MIG_OPITEM_TOP - FAGLMIGOPITEMTOP FAGL_MIG_OPITEMS_FILL - Create Worklist for Open Items FAGL_MIG_OPITEMS_FILL - Create Worklist for Open Items FAGL_MIG_OPITEMS_CRESUM - Migration Program for Generating Balance Carryforward for Open Items FAGL_MIG_OPITEMS_CRESUM - Migration Program for Generating Balance Carryforward for Open Items