SAP Reports / Programs | Public Sector Management | Funds Management | Budgeting and Availability Control(PSM-FM-BU) SAP PSM

IRFFMKT21_FORMS_ALR SAP ABAP INCLUDE - IRFFMKT21FORMSALR







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

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:

FMUDREL_DELETE CALL FUNCTION 'FMUDREL_DELETE' * EXPORTING * IP_FLG_SORTED_ASC = ' ' TABLES t_fmudrel = l_t_fmudrel EXCEPTIONS action_success = 1 error = 2.

FMUDRULE_DELETE CALL FUNCTION 'FMUDRULE_DELETE' * EXPORTING * IP_FLG_SORTED_ASC = ' ' TABLES t_fmudrule = l_t_fmudrule EXCEPTIONS action_success = 1 error = 2.

FMDECKHK_DELETE * CALL FUNCTION 'FMDECKHK_DELETE' ** EXPORTING ** IP_FLG_SORTED_ASC = ' ' * TABLES * T_FMDECKHK = L_T_FMDECKHK * EXCEPTIONS * ACTION_SUCCESS = 1 * ERROR = 2.

FMEINDECK_DELETE * CALL FUNCTION 'FMEINDECK_DELETE' ** EXPORTING ** IP_FLG_SORTED_ASC = ' ' * TABLES * T_FMEINDECK = L_T_FMEINDECK * 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 ** E_FLG_ISPS_NOT_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_FMBSP = 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 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.

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 .



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