SAP Reports / Programs | Financial Accounting | General Ledger Accounting(FI-GL) SAP FI

FAGL_RMIGR_F01 SAP ABAP INCLUDE - FAGLRMIGRF01







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

HELP_OBJECT_SHOW_FOR_FIELD call function 'HELP_OBJECT_SHOW_FOR_FIELD' exporting doklangu = sy-langu called_for_tab = 'FAGL_S_RMIGR_STATUS_GUI' called_for_field = e_fieldname exceptions object_not_found = 1 sapscript_error = 2 others = 3.

ICON_CREATE call function 'ICON_CREATE' exporting name = 'ICON_GREEN_LIGHT' info = text-grn importing result = ls_alv_data-status.

ICON_CREATE call function 'ICON_CREATE' exporting name = 'ICON_YELLOW_LIGHT' info = text-ylw importing result = ls_alv_data-status.

ICON_CREATE call function 'ICON_CREATE' exporting name = 'ICON_RED_LIGHT' info = text-red importing result = ls_alv_data-status.

ICON_CREATE call function 'ICON_CREATE' exporting name = 'ICON_SYSTEM_HELP' info = text-hlp importing result = ls_alv_data-msg.

GET_DOMAENENVALUE call function 'GET_DOMAENENVALUE' exporting dname = 'FAGL_RMIGR_FIELD_RACCT' tables i_dd07v_tab = lt_dd07v.

GET_DOMAENENTEXT call function 'GET_DOMAENENTEXT' exporting dname = 'FAGL_RMIGR_FIELD_RACCT' dvalue = -domvalue_l importing dtext = -ddtext exceptions no_domain_found = 1 others = 2.

MESSAGES_ACTIVE call function 'MESSAGES_ACTIVE' exceptions not_active = 1.

MESSAGES_INITIALIZE call function 'MESSAGES_INITIALIZE'.

MESSAGES_INITIALIZE call function 'MESSAGES_INITIALIZE' exporting line_from = lc_position line_to = lc_position.

MESSAGE_STORE call function 'MESSAGE_STORE' exporting arbgb = ls_message-msgid msgty = ls_message-msgty msgv1 = ls_message-msgv1 msgv2 = ls_message-msgv2 msgv3 = ls_message-msgv3 msgv4 = ls_message-msgv4 txtnr = ls_message-msgno zeile = lc_position.

MESSAGE_STORE call function 'MESSAGE_STORE' exporting arbgb = ls_message-msgid msgty = ls_message-msgty msgv1 = ls_message-msgv1 msgv2 = ls_message-msgv2 msgv3 = ls_message-msgv3 msgv4 = ls_message-msgv4 txtnr = ls_message-msgno zeile = lc_position.

MESSAGE_STORE call function 'MESSAGE_STORE' exporting arbgb = ls_message-msgid msgty = ls_message-msgty msgv1 = ls_message-msgv1 msgv2 = ls_message-msgv2 msgv3 = ls_message-msgv3 msgv4 = ls_message-msgv4 txtnr = ls_message-msgno zeile = lc_position.

MESSAGES_SHOW call function 'MESSAGES_SHOW' exporting object = text-obj show_linno = space line_from = lc_position line_to = lc_position send_if_one = space i_use_grid = 'X' importing e_exit_command = ls_exit_command corrections_wanted = ld_corr exceptions no_messages = 1.

MESSAGES_SHOW call function 'MESSAGES_SHOW' exporting corrections_option = 'X' corrections_func_text = text-cor object = text-obj show_linno = space line_from = lc_position line_to = lc_position send_if_one = space i_use_grid = 'X' importing e_exit_command = ls_exit_command corrections_wanted = ld_corr exceptions no_messages = 1.

MESSAGES_INITIALIZE call function 'MESSAGES_INITIALIZE' exporting line_from = lc_position line_to = lc_position.

MESSAGES_STOP call function 'MESSAGES_STOP'.

FAGL_RMIGR_DISPLAY_LOG call function 'FAGL_RMIGR_DISPLAY_LOG' exporting io_rmigr_log = lo_log.

FB_MESSAGES_DISPLAY_POPUP





* call function 'FB_MESSAGES_DISPLAY_POPUP' * exporting * it_smesg = lt_mesg * id_send_if_one = space * exceptions * no_messages = 0.



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