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

RG_MIGRATION_F03 SAP ABAP INCLUDE - RGMIGRATIONF03







RG_MIGRATION_F03 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_F03 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_F03. "Basic submit
SUBMIT RG_MIGRATION_F03 AND RETURN. "Return to original report after report execution complete
SUBMIT RG_MIGRATION_F03 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_F03

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:

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING language = sy-langu popup_title = popup_title text_object = text_object EXCEPTIONS text_not_found = 1 OTHERS = 2.

G_FIELD_SET CALL FUNCTION 'G_FIELD_SET' EXPORTING table = g_t881-tab text_flag = 'X'.

G_FIELD_GET CALL FUNCTION 'G_FIELD_GET' IMPORTING field_attr = dfies subrc = h_subrc.

HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING selectfield = h_selectfield display = ' ' titel = text-313 IMPORTING ind = h_ind TABLES fields = t_fields_lst full_table = t_dis_fields EXCEPTIONS OTHERS = 1.

G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING fieldname = p_field1 table = p_t881_tab.

G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING fieldname = p_field2 table = p_t881_tab.

G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING fieldname = p_field3 table = p_t881_tab.

G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING fieldname = p_field4 table = p_t881_tab.

G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING fieldname = p_field5 table = p_t881_tab.

G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING fieldname = p_field6 table = p_t881_tab.

COMPANY_CODE_READ CALL FUNCTION 'COMPANY_CODE_READ' EXPORTING I_BUKRS = sp_bukrs IMPORTING E_T001 = l_t001 * E_T004 = * E_T005 = * E_T014 = * E_T043 = * E_T043T = EXCEPTIONS COUNTRY_NOT_FOUND = 1 NO_SUCH_CODE = 2 SPACE_INPUT = 3 WRONG_KKBER = 4 OTHERS = 5 .

KOKRS_GET_FROM_BUKRS CALL FUNCTION 'KOKRS_GET_FROM_BUKRS' EXPORTING i_bukrs = sp_bukrs IMPORTING e_kokrs = gd_kokrs.

IBU_FS_GET_PRCTR_BRANCH * CALL FUNCTION 'IBU_FS_GET_PRCTR_BRANCH' * EXPORTING * i_kokrs = gd_kokrs * i_prctr = prctr_to * i_bukrs = sp_bukrs * i_brnch = brnch_to * IMPORTING * e_cepc_fs = l_cepc_fs ** TABLES ** T_CEPC_FS = * EXCEPTIONS * not_found = 1 * OTHERS = 2 * .



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