IRFFMKT21_FORMS 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 IRFFMKT21_FORMS 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!
FMUDREL_DELETE CALL FUNCTION 'FMUDREL_DELETE' TABLES t_fmudrel = l_t_fmudrel EXCEPTIONS action_success = 1 error = 2.
FMUDPOOL_DB_MAIN CALL FUNCTION 'FMUDPOOL_DB_MAIN' EXPORTING ip_db_action = fmud_con_action_delete TABLES t_fmudpool = l_t_fmudpool EXCEPTIONS action_success = 1 error = 2.
FMUDRULE_DELETE CALL FUNCTION 'FMUDRULE_DELETE' TABLES t_fmudrule = l_t_fmudrule EXCEPTIONS action_success = 1 error = 2.
FM00_CHECK_ISPS CALL FUNCTION 'FM00_CHECK_ISPS' IMPORTING e_da_activ = l_f_fmisps-da_active e_eu_activ = l_f_fmisps-eu_active e_kom_activ = l_f_fmisps-kom_active EXCEPTIONS OTHERS = 1.
FM_CE_DELETE_ALL CALL FUNCTION 'FM_CE_DELETE_ALL' EXPORTING ip_flg_kom_active = l_f_fmisps-kom_active ip_gjahr = p_gjahr ip_fikrs = p_fikrs TABLES t_fmsnrule = l_t_fmsnrule t_fmbspe = l_t_fmbspe EXCEPTIONS action_success = 1 error_occured = 2 OTHERS = 3.
POPUP_TO_CONFIRM_LOSS_OF_DATA * CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' * EXPORTING * textline1 = l_confirm_popup_line1 * textline2 = l_confirm_popup_line2 * titel = l_confirm_popup_title ** start_column = '25' ** start_row = '6' * IMPORTING * answer = l_answer. "#EC FB_OLDED
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = l_confirm_popup_title text_question = l_confirm_popup_line1 default_button = '2' IMPORTING answer = l_answer.
FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING i_fikrs = l_t_activities_within_area-fmarea i_actvt = l_t_activities_within_area-activity *{ DELETE KI4K033270 1 *\*? i_actvt_a = l_t_activities_within_area-a_activity *} DELETE *{ REPLACE KI4K033270 3 *\ I_MSGTY = 'E' i_msgty = 'E'.
POPUP_TO_CONFIRM_LOSS_OF_DATA * CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' * EXPORTING * textline1 = l_confirm_popup_line1 * textline2 = l_confirm_popup_line2 * titel = l_confirm_popup_title ** start_column = '25' ** start_row = '6' * IMPORTING * answer = l_answer.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = l_confirm_popup_title text_question = l_confirm_popup_line1 default_button = '2' IMPORTING answer = l_answer.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_structure_name = 'PROTOCOL_TYPE' is_layout = g_layout i_save = g_save is_variant = g_variant * it_events = g_t_events is_print = g_print TABLES t_outtab = t_protocol.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.