FMGL_MIGRATION_FAGL_FMGL 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 FMGL_MIGRATION_FAGL_FMGL 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: Migration of Data from FAGLFLEXT to FMGLFLEXT
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FAGL_GET_ALL_LEDGERS CALL FUNCTION 'FAGL_GET_ALL_LEDGERS' EXPORTING i_tabname = 'FAGLFLEXT' i_client = sy-mandt IMPORTING e_ledgers = lt_ledgertab TABLES et_t881 = lt_t881.
G_INSERT_SI_AND_ADD_TO_TT CALL FUNCTION 'G_INSERT_SI_AND_ADD_TO_TT' EXPORTING iv_in_update_task = ' ' "1602077 iv_table_name = 'FMGLFLEXA' it_si_table = lt_fmglflexa EXCEPTIONS table_not_installed = 1 no_poper_field = 2 wrong_call = 3 OTHERS = 4.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
G_GLDB_POSTING_A *CALL FUNCTION 'G_GLDB_POSTING_A' * TABLES * int_used = lt_used * int_fmglflexp = lt_fmglflexp * int_fmglflexp_add = lt_fmglflexp_add.
G_INSERT_SI_AND_ADD_TO_TT CALL FUNCTION 'G_INSERT_SI_AND_ADD_TO_TT' EXPORTING iv_table_name = 'FMGLFLEXP' it_si_table = lt_fmglflexp EXCEPTIONS table_not_installed = 1 no_poper_field = 2 wrong_call = 3 OTHERS = 4.
G_INSERT_SI_AND_ADD_TO_TT CALL FUNCTION 'G_INSERT_SI_AND_ADD_TO_TT' EXPORTING iv_in_update_task = ' ' "1602077 iv_table_name = 'FMGLFLEXA' it_si_table = lt_fmglflexa it_si_table_add = lt_si_table_add EXCEPTIONS table_not_installed = 1 no_poper_field = 2 wrong_call = 3 OTHERS = 4.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
G_GET_LEDGER_INFO CALL FUNCTION 'G_GET_LEDGER_INFO' EXPORTING i_rldnr = ld_rldnr IMPORTING e_ledger_info = ls_t881 e_ledger_text = ls_t881t EXCEPTIONS no_ledger_text_found = 1.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'RLDNR' window_title = l_title value_org = 'S' TABLES value_tab = l_t_rldnr_text return_tab = l_t_return EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FMGL_MIGRATION_FAGL_FMGL - Migration of Data from FAGLFLEXT to FMGLFLEXT FMGL_MIGRATION_FAGL_FMGL - Migration of Data from FAGLFLEXT to FMGLFLEXT FMGL_CHANGE_APPL_IN_LEDGER - Change Application from FI-GLF to FI-PSM FMGL_CHANGE_APPL_IN_LEDGER - Change Application from FI-GLF to FI-PSM FMFG_TROR_VC_EVENTS - Program FMFG_TROR_VC_EVENTS FMFG_TROR_VC_EVENTS - Program FMFG_TROR_VC_EVENTS