SAP Reports / Programs | Financial Accounting(FI) SAP FI

RFNTITSHOWF02 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING et_sort = gt_sort.

SF_REPRINT_INTIT_NOTICE CALL FUNCTION 'SF_REPRINT_INTIT_NOTICE' EXPORTING It_intithex = Gt_intithex[] It_intitit = Gt_intitit[] Id_sort = Gb_sort Ii_badisap = Gd_badisap Ii_badi = Gd_badi.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' "788199 exporting titlebar = text-050 "788199 text_question = text-051 "788199 default_button = '2' "788199 display_cancel_button = space "788199 importing answer = ld_answer. "788199

FI_INTIT_CLEAR_STGRD CALL FUNCTION 'FI_INTIT_CLEAR_STGRD'. "777477

FI_INTITIT_REVERSE_DOC CALL FUNCTION 'FI_INTITIT_REVERSE_DOC' EXPORTING Id_bukrs_to = Ls_header-Bukrs Id_belnr_to = Ls_header-Belnr Id_gjahr_to = Ls_header-Gjahr EXCEPTIONS Not_allowed = 3 posting_error = 4 cancelled = 5 complete = 6. "715493

FI_INTITIT_REVERSE_RUN call function 'FI_INTITIT_REVERSE_RUN' "805336 exporting id_bukrs_to = ls_header-bukrs "805336 id_gjahr_to = ls_header-gjahr "805336 id_account_to = ls_header-account "805336 id_koart_to = ls_header-koart "805336 id_int_until = ls_header-int_total_end "805336 id_array = space "805336 exceptions not_allowed = 3 "805336 complete = 6. "805336

FI_INTITIT_REVERSE_FORM call function 'FI_INTITIT_REVERSE_FORM' "788199 exporting id_bukrs_to = ls_header-bukrs "788199 id_form_to = ls_header-form_to "788199 id_gjahr_to = ls_header-gjahr "788199 exceptions not_allowed = 3 "788199 complete = 6. "788199

BAL_LOG_EXIST Call function 'BAL_LOG_EXIST' "918082 exporting I_LOG_HANDLE = Gd_log_handle "918082 exceptions Log_not_found = 1. "918082

BAL_DSP_LOG_DISPLAY Call function 'BAL_DSP_LOG_DISPLAY' "777477 exporting I_amodal = 'X'. "918082

BAL_LOG_DELETE Call function 'BAL_LOG_DELETE' "918082 exporting I_log_handle = Gd_log_handle. "777477

BAL_LOG_MSG_CUMULATE CALL FUNCTION 'BAL_LOG_MSG_CUMULATE' EXPORTING I_log_handle = Gd_log_handle "918082 I_s_msg = Ls_msg EXCEPTIONS Log_not_found = 1 "918082 Msg_inconsistent = 2 Log_is_full = 3.

BAL_LOG_CREATE Call function 'BAL_LOG_CREATE' "918082 exporting I_s_log = Ls_log "918082 importing E_log_handle = Gd_log_handle. "918082

BAL_LOG_MSG_CUMULATE Call function 'BAL_LOG_MSG_CUMULATE' "918082 exporting I_log_handle = Gd_log_handle "918082 I_s_msg = Ls_msg "918082 exceptions Msg_inconsistent = 2 "918082 Log_is_full = 3. "918082



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