FMGL_SETTABLENAMES_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_SETTABLENAMES_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.
Selection Text: S_LEDGER = D .
Title: Switch tablenames for migrated ledgers from FAGFLEXT 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_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_SETTABLENAMES_FAGL_FMGL - Switch tablenames for migrated ledgers from FAGFLEXT to FMGLFLEXT FMGL_SETTABLENAMES_FAGL_FMGL - Switch tablenames for migrated ledgers from FAGFLEXT to FMGLFLEXT FMGL_MIGRATION_FMGL_PSGL_JOB - Program FMGL_MIGRATION_FMGL_PSGL_JOB FMGL_MIGRATION_FMGL_PSGL_JOB - Program FMGL_MIGRATION_FMGL_PSGL_JOB FMGL_MIGRATION_FMGL_PSGL - Migration of Data from FMGLFLEXT to PSGLFLEXT FMGL_MIGRATION_FMGL_PSGL - Migration of Data from FMGLFLEXT to PSGLFLEXT