SAP Reports / Programs | Asset/Liability Management | Bank Components | Asset/Liability Management(IS-B-SA-ALM) SAP IS

RG_MIGRATION_F01 SAP ABAP INCLUDE - Include RG_MIGRATION_F01







RG_MIGRATION_F01 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 RG_MIGRATION_F01 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 RG_MIGRATION_F01. "Basic submit
SUBMIT RG_MIGRATION_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT RG_MIGRATION_F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RG_MIGRATION_F01

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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = p_prg_ind text = p_message.

G_GET_ORGANIZATIONAL_DATA CALL FUNCTION 'G_GET_ORGANIZATIONAL_DATA' EXPORTING i_rldnr = sp_rldnr i_orgunit = sp_bukrs IMPORTING organizational_info = gs_organizational_info EXCEPTIONS no_info_found = 1 error_in_setup = 2 OTHERS = 3.

G_TABLE_SELECT_WITH_CURSOR CALL FUNCTION 'G_TABLE_SELECT_WITH_CURSOR' EXPORTING i_tabname = sumtab_name i_selection = t_selection i_fieldlist = t_fieldlist i_aggregation = ld_aggr i_period_aggregation = ld_period_aggr i_cumulated = ld_cumulate * I_SORTED = GUSL_C_FALSE CHANGING c_t_glu1 = t_glu1_balance EXCEPTIONS invalid_selection = 1 invalid_table = 2 internal_error = 3 foreign_lock = 4 OTHERS = 5.

IBU_FS_DERIVE_POSTING_DATE CALL FUNCTION 'IBU_FS_DERIVE_POSTING_DATE' EXPORTING i_bukrs = p_bukrs i_brnch = p_branch i_corr_option = '+' CHANGING c_budat = p_budat * C_MONAT = * C_GJAHR = EXCEPTIONS invalid_data = 1 comp_code_cal_not_found = 2 comp_code_branch_not_found = 3 OTHERS = 4 .

IBU_FS_GET_PRCTR_BRANCH CALL FUNCTION 'IBU_FS_GET_PRCTR_BRANCH' EXPORTING i_kokrs = gd_kokrs * I_PRCTR = i_bukrs = sp_bukrs i_brnch = brnch_fr * IMPORTING * E_CEPC_FS = TABLES t_cepc_fs = g_tab_cepc_fs EXCEPTIONS not_found = 1 OTHERS = 2 .

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = sumtab_name TABLES dfies_tab = dfies_tab EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

G_GLU1_TO_AC_DOC_TRANSFORM CALL FUNCTION 'G_GLU1_TO_AC_DOC_TRANSFORM' TABLES t_glu1 = lt_glu1 t_accit = t_accit t_acccr = t_acccr_temp.

READ_SACHKONTO CALL FUNCTION 'READ_SACHKONTO' EXPORTING buchungskreis = sp_bukrs sachkonto = -hkont IMPORTING sachkonto_wa = ls_skb1 EXCEPTIONS sachkonto_not_found = 1.

RK_KSTAR_CHECK CALL FUNCTION 'RK_KSTAR_CHECK' EXPORTING datum = sp_budat kokrs = gd_kokrs kstar = ls_skb1-saknr EXCEPTIONS kstar_not_found = 1 OTHERS = 2.

AC_DOCUMENT_CREATE CALL FUNCTION 'AC_DOCUMENT_CREATE' EXPORTING i_free_table = ' ' TABLES t_acchd = t_acchd t_accit = t_accit t_acccr = t_acccr EXCEPTIONS error_message = 1.

AC_DOCUMENT_GENERATE CALL FUNCTION 'AC_DOCUMENT_GENERATE' TABLES t_acchd = t_acchd t_accit = t_accit t_acccr = t_acccr EXCEPTIONS error_message = 1.

FI_ACCBELNR_GET CALL FUNCTION 'FI_ACCBELNR_GET' TABLES t_belnr = lt_belnr.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = h_repid i_internal_tabname = h_tabname_item i_client_never_display = 'X' i_inclname = h_repid i_bypassing_buffer = 'X' CHANGING ct_fieldcat = t_fieldcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 "einfache Liste IMPORTING et_events = t_events[] EXCEPTIONS list_type_wrong = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = h_repid * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' is_layout = t_slis_layout_alv it_fieldcat = t_fieldcat[] * IT_EXCLUDING = i_default = ' ' i_save = ' ' * IS_VARIANT = it_events = t_events[] TABLES t_outtab = t_glu1_balance EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.



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 RG_MIGRATION_F01 or its description.