SAP Reports / Programs | Public Sector Management | Fund Accounting(PSM-FA) SAP PSM

FMGL_MIGRATION_FAGL_FMGL SAP ABAP Report - Migration of Data from FAGLFLEXT to FMGLFLEXT







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT FMGL_MIGRATION_FAGL_FMGL. "Basic submit
SUBMIT FMGL_MIGRATION_FAGL_FMGL AND RETURN. "Return to original report after report execution complete
SUBMIT FMGL_MIGRATION_FAGL_FMGL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Migration of Data from FAGLFLEXT to FMGLFLEXT


INCLUDES used within this REPORT FMGL_MIGRATION_FAGL_FMGL

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name FMGL_MIGRATION_FAGL_FMGL or its description.