RAINZU10NF4 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 RAINZU10NF4 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-cprog i_callback_pf_status_set = 'ALV_REPORT_STATUS' i_callback_user_command = 'ALV_USER_COMMAND' i_callback_top_of_page = 'ALV_TOP_OF_PAGE' "> 803236 i_callback_html_top_of_page = 'ALV_TOP_OF_PAGE_HTML' "> 803236 i_callback_html_end_of_list = 'ALV_END_OF_LIST' is_layout = ls_layout it_fieldcat = lt_fieldcat it_excluding = lt_excluding it_sort = lt_sort i_save = con_x is_variant = ls_variant i_grid_settings = ls_gridset TABLES t_outtab = gt_outtab EXCEPTIONS OTHERS = 1.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'FIAA_INZUN' CHANGING ct_fieldcat = ct_fieldcat.
GET_GLOBALS_FROM_SLVC_FULLSCR CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR' IMPORTING e_grid = l_grid.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING object = ld_titletext * SHOW_LINNO_TEXT_LEN = '30' i_use_grid = con_x EXCEPTIONS inconsistent_range = 1 no_messages = 2 OTHERS = 3.
MESSAGES_SAVE CALL FUNCTION 'MESSAGES_SAVE' EXPORTING i_balobject = con_balobject i_balsubobject = con_balsubobj i_identification = gd_message_ident IMPORTING e_log_handle = g_scma_log_handle EXCEPTIONS no_messages = 1 not_active = 2 program_error = 3 save_not_allowed = 4 wrong_identification = 5 OTHERS = 6.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXCEPTIONS OTHERS = 0.
MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXPORTING i_reset_identification = con_x i_identification = gd_message_ident i_reset_messages = ' ' EXCEPTIONS a_message = 1 e_message = 2 w_message = 3 i_message = 4 s_message = 5 deactivated_by_md = 6 OTHERS = 7.
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXPORTING reset = con_x i_store_duplicates = con_x IMPORTING e_identification = gd_message_ident EXCEPTIONS OTHERS = 12.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = fehlertab-msgid exception_if_not_active = con_x msgty = fehlertab-msgty msgv1 = fehlertab-msgv1 msgv2 = fehlertab-msgv2 msgv3 = fehlertab-msgv3 msgv4 = fehlertab-msgv4 txtnr = fehlertab-msgno EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.