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

MRFFMMP_DOCREVERSE_PAI1000 SAP ABAP INCLUDE - Include MRFFMMP_DOCREVERSE_PAI1000







MRFFMMP_DOCREVERSE_PAI1000 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 MRFFMMP_DOCREVERSE_PAI1000 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 MRFFMMP_DOCREVERSE_PAI1000. "Basic submit
SUBMIT MRFFMMP_DOCREVERSE_PAI1000 AND RETURN. "Return to original report after report execution complete
SUBMIT MRFFMMP_DOCREVERSE_PAI1000 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include MRFFMMP_DOCREVERSE_PAI1000


INCLUDES used within this REPORT MRFFMMP_DOCREVERSE_PAI1000

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:

FMED_GET_DOCLIST CALL FUNCTION 'FMED_GET_DOCLIST' EXPORTING I_FMAREA = P_FMAREA IMPORTING E_T_DOC_FMBH = C_T_DOCFMBH TABLES I_T_DOCYEAR = L_T_DOCYEAR I_T_DOCNR = S_DOCNR I_T_DOCFAM = L_T_DOCFAM EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

REUSE_ALV_EVENTS_GET * CALL FUNCTION 'REUSE_ALV_EVENTS_GET' * IMPORTING * ET_EVENTS = L_T_EVENTS[].

REUSE_ALV_LIST_DISPLAY * CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' * EXPORTING * i_callback_program = U_REPID * I_STRUCTURE_NAME = 'BUMP_S_DOCREV_LIST' * i_callback_pf_status_set = LD_STATUS * it_excluding = lt_excluding[] * i_callback_user_command = LD_UCOMM * is_layout = ls_layout * it_fieldcat = l_t_fieldcat[] * i_save = 'A' * is_variant = ld_variant * it_events = l_t_events[] ** it_event_exit = lt_event_exit[] * TABLES * t_outtab = l_t_list[].

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING I_FIKRS = U_FM_AREA I_ACTVT = CON_ACT_FMBU_CHANGE I_MSGTY = 'E'.

RETRIEVAL_TEXT CALL FUNCTION 'RETRIEVAL_TEXT' EXPORTING ID = con_tdid_std LANGUAGE = sy-langu IMPORTING HEADER = l_f_header EXCEPTIONS OTHERS = 1.

FMKU_EDIT_STD_TEXT CALL FUNCTION 'FMKU_EDIT_STD_TEXT' EXPORTING I_ID = CON_TDID_STD I_NAME = L_TXTNAME I_FLG_DISPLAY = CON_OFF EXCEPTIONS NO_TEXT = 1 OTHERS = 2.

RS_VARIANT_CATALOG CALL FUNCTION 'RS_VARIANT_CATALOG' EXPORTING report = 'RFFMBWB_SEARCHDOC' new_title = u_title IMPORTING sel_variant = c_selvar EXCEPTIONS OTHERS = 1.

RS_VARIANT_CONTENTS CALL FUNCTION 'RS_VARIANT_CONTENTS' EXPORTING report = 'RFFMBWB_SEARCHDOC' variant = u_selvar TABLES valutab = l_t_values EXCEPTIONS variant_non_existent = 1 variant_obsolete = 2 OTHERS = 3.

FMBWB_SEARCH CALL FUNCTION 'FMBWB_SEARCH' EXPORTING I_FM_AREA = u_fm_area I_FLG_HELD = ' ' I_CRTUSER = ' ' * I_FLG_REF = * I_POPUP = I_DOCYEAR = u_docyear * I_DOCNR = * I_OTHERUSER = * I_FLG_ALLOW_ARCHIVE = IMPORTING E_F_DOCID = l_f_docid * E_FLG_HELD = * EXCEPTIONS * NO_SELECTION = 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 MRFFMMP_DOCREVERSE_PAI1000 or its description.