SAP Reports / Programs | Public Sector Management | Funds Management | Information system(PSM-FM-IS) SAP PSM

RFFMEPG2X SAP ABAP Report - Document Journal







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


Text pool values


Selection Text: S_WRTTP = D Value Type
Selection Text: S_VRGNG = D Business Transaction
Selection Text: S_VOGJA = D Fiscal Year Payment Document
Selection Text: S_VOBEL = D Payment Document Number
Selection Text: S_REFBNC = D Reference Document Number
Selection Text: S_REFBN = Document Number
Selection Text: S_KNGJA = D Fiscal Year FI Document No.
Selection Text: S_KNBEL = D FI Document Number
Selection Text: S_HKONT = D General Ledger Account
Selection Text: S_BUKRS = D Company Code
Selection Text: P_SUMM = D Amt Type Summarization per Doc
Selection Text: P_FIXVAR = D Variant fields only
Selection Text: P_DISVAR = D Layout
Title: Document Journal
Text Symbol: 200 = Own Funds
Text Symbol: 006 = FI document
Text Symbol: 005 = Fiscal Year/Period
Text Symbol: 004 = To
Text Symbol: 003 = Cmmts/act.
Text Symbol: 001 = Layout


INCLUDES used within this REPORT RFFMEPG2X

INCLUDE IFIFMCON_VALUE_TYPES.
INCLUDE: RKASMAWF.


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:

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' CHANGING cs_variant = g_f_disvariant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

FMRKF_INIT CALL FUNCTION 'FMRKF_INIT' EXPORTING i_gjahr = p_gjahr i_t_keyfigs = g_t_kenn.

FM_SUBSTRING_FIELDCAT_CORRECT CALL FUNCTION 'FM_SUBSTRING_FIELDCAT_CORRECT' TABLES it_fieldcat = g_t_fieldcat.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * i_interface_check = 'X' i_callback_program = 'RFFMEPG2X' i_callback_pf_status_set = 'PF_STATUS_SET' i_callback_user_command = 'USER_COMMAND' * i_callback_top_of_page = 'TOP_OF_PAGE' * i_callback_html_top_of_page = 'HTML_TOP_OF_PAGE' i_structure_name = 'g_t_item' i_background_id = g_background_id is_variant = g_f_disvariant is_layout = g_f_layout it_fieldcat = g_t_fieldcat it_sort = g_t_sort is_sel_hide = g_t_sel_crit i_default = 'X' i_save = 'A' it_events = g_t_events it_event_exit = g_t_event_exit TABLES t_outtab = g_t_item EXCEPTIONS program_error = 1 OTHERS = 2.

FMRP_UT_GET_SELLINE CALL FUNCTION 'FMRP_UT_GET_SELLINE' EXPORTING i_report_name = con_repid TABLES sel_field = l_t_sel_field e_t_listheader = l_t_list_top_of_page.

REUSE_ALV_GRID_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_GRID_LAYOUT_INFO_GET' IMPORTING es_variant = l_t_list_variant.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING i_logo = l_logo it_list_commentary = l_t_list_top_of_page.

FM_LEDGER_CHECK_ACTIVE CALL FUNCTION 'FM_LEDGER_CHECK_ACTIVE' EXPORTING i_fm_area = g_t_fkrs-fikrs IMPORTING e_flg_active = l_flg_active.

FMRP_UT_GET_SELECTIONS CALL FUNCTION 'FMRP_UT_GET_SELECTIONS' EXPORTING i_report_name = con_repid i_dialog = 'X'.

FM_DOCUMENT_DISPLAY CALL FUNCTION 'FM_DOCUMENT_DISPLAY' EXPORTING i_belnr = g_t_item-refbn i_blpos = g_t_item-rfpos i_bukrs = g_t_item-bukrs i_gjahr = g_t_item-kngjahr i_wrttp = g_t_item-wrttp i_rforg = g_t_item-rforg i_awtyp = g_t_item-awtyp i_awref = g_t_item-awref i_aworg = g_t_item-aworg i_awsys = g_t_item-awsys i_kokrs = g_t_item-kokrs.

FM_DOCUMENT_DISPLAY_BL CALL FUNCTION 'FM_DOCUMENT_DISPLAY_BL' EXPORTING i_fikrs = g_t_item-fikrs i_awtyp = g_t_item-awtyp i_awref = g_t_item-awref i_aworg = g_t_item-aworg i_awsys = g_t_item-awsys.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'IFMREPGAX' CHANGING ct_fieldcat = c_t_fieldcat.

FM_ALV_LAYOUT CALL FUNCTION 'FM_ALV_LAYOUT' CHANGING c_f_layout = c_f_layout.

FM_SIGN_GET_FOR_EXPENDITURE CALL FUNCTION 'FM_SIGN_GET_FOR_EXPENDITURE' IMPORTING e_sign = g_flg_expsign e_sign_revenues = g_flg_revsign.

FM00_CHECK_ISPS CALL FUNCTION 'FM00_CHECK_ISPS' IMPORTING e_kom_activ = g_flg_komm.

FM_REPORT_TITLE_SET CALL FUNCTION 'FM_REPORT_TITLE_SET' IMPORTING e_title = l_sav_title.

MESSAGE_TEXT_BUILD CALL FUNCTION 'MESSAGE_TEXT_BUILD' EXPORTING msgid = 'FMRP' msgnr = '100' msgv1 = l_msgv IMPORTING message_text_output = l_msg_text.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = g_f_disvariant i_save = 'A' IMPORTING es_variant = g_f_disvariant.

REUSE_ALV_VARIANT_SELECT





CALL FUNCTION 'REUSE_ALV_VARIANT_SELECT' EXPORTING i_dialog = space i_user_specific = 'X' it_default_fieldcat = g_t_fieldcat i_layout = g_f_layout CHANGING cs_variant = g_f_disvariant EXCEPTIONS wrong_input = 1 fc_not_complete = 2 not_found = 3 program_error = 4 OTHERS = 5.

FM_IL_CALL_ISPSCA_LIST CALL FUNCTION 'FM_IL_CALL_ISPSCA_LIST' EXPORTING i_ifmilispsinp = l_f_il_parameter i_flg_sign = l_flg_sign IMPORTING e_itemlist_called = c_flg_il_called.

FM_FYC_SCHEDMAN_INIT CALL FUNCTION 'FM_FYC_SCHEDMAN_INIT' EXPORTING i_repid = con_repid i_wfitem = wf_witem i_wflist = wf_wlist IMPORTING e_f_schedman_key = g_f_schedman_key.

FM_FYC_SCHEDMAN_CLOSE CALL FUNCTION 'FM_FYC_SCHEDMAN_CLOSE' EXPORTING i_f_schedman_key = g_f_schedman_key i_wfitem = wf_witem i_wfokey = wf_okey i_aplstat = g_aplstat i_cnt_obj = l_f_lines.

FMRKF_KEYFIGURES_GET CALL FUNCTION 'FMRKF_KEYFIGURES_GET' EXPORTING i_f_data = fmtox i_datatype = '0002' IMPORTING e_t_keyfigs = l_t_keyfigs.

RS_REFRESH_FROM_DYNAMICAL_SEL CALL FUNCTION 'RS_REFRESH_FROM_DYNAMICAL_SEL' EXPORTING curr_report = con_repid mode_write_or_move = 'M' IMPORTING p_trange = l_t_trange EXCEPTIONS not_found = 1 wrong_type = 2 OTHERS = 3.

CJPN_PROJEKTNUMMER_EDIT CALL FUNCTION 'CJPN_PROJEKTNUMMER_EDIT' EXPORTING input = -posid IMPORTING output = -posid.



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