SAP Reports / Programs | Financial Accounting | Accounts Payable | Payment Transactions(FI-AP-AP-PT) SAP FI

RFCHKI90 SAP ABAP INCLUDE - Check Management Include Module (Archiving)







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


Text pool values


Title: Check Management Include Module (Archiving)


INCLUDES used within this REPORT RFCHKI90

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:

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' "Reset table of error-messages EXPORTING reset = 'X'.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = text-131 textline2 = text-132 titel = text-130 IMPORTING answer = up_answer.

HR_PROGRAM_CHECK_AUTHORIZATION CALL FUNCTION 'HR_PROGRAM_CHECK_AUTHORIZATION' EXPORTING repid = autha-repid IMPORTING subrc = up_subrc.

ENQUEUE_EFTR01 CALL FUNCTION 'ENQUEUE_EFTR01' EXPORTING appli = par1 objct = par2 EXCEPTIONS OTHERS = 1.

ENQUEUE_EFPAYR CALL FUNCTION 'ENQUEUE_EFPAYR' EXPORTING zbukr = par1 hbkid = par2 EXCEPTIONS OTHERS = 1.

ENQUEUE_EFPCEC CALL FUNCTION 'ENQUEUE_EFPCEC' EXPORTING zbukr = par1 hbkid = par2 EXCEPTIONS OTHERS = 1.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_EFPAYR CALL FUNCTION 'DEQUEUE_EFPAYR' EXPORTING zbukr = up_zbukr hbkid = up_hbkid.

DEQUEUE_EFPCEC CALL FUNCTION 'DEQUEUE_EFPCEC' EXPORTING zbukr = up_zbukr hbkid = up_hbkid.

GET_CHECK_INTERVAL CALL FUNCTION 'GET_CHECK_INTERVAL' EXPORTING i_check = payr-checf i_hbkid = payr-hbkid i_hktid = payr-hktid i_zbukr = payr-zbukr IMPORTING e_pcec = pcec EXCEPTIONS OTHERS.

CHECK_LOT_ARCHIVED CALL FUNCTION 'CHECK_LOT_ARCHIVED' EXPORTING i_pcec = pcec IMPORTING e_pcec = pcec.

ARCHIVE_GET_CUSTOMIZING_DATA CALL FUNCTION 'ARCHIVE_GET_CUSTOMIZING_DATA' EXPORTING object = sys_object IMPORTING commit_count_for_delete_prg = sys_commit EXCEPTIONS OTHERS = 01.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = ld_repid is_layout = ls_layout is_print = ls_print it_fieldcat = lt_fieldcat it_events = lt_event[] it_event_exit = lt_event_exit[] i_callback_user_command = 'ALV_UCOMM' i_suppress_empty_data = 'X' TABLES t_outtab = lt_zusatz.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = up_mesg-arbgb msgty = sy-msgty msgv1 = sy-msgv1 msgv2 = sy-msgv2 msgv3 = sy-msgv3 msgv4 = sy-msgv4 txtnr = up_mesg-txtnr "FuB - format EXCEPTIONS message_type_not_valid = 01 not_active = 02.

MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES t_mesg = imesg.

MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES t_mesg = imesg.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = ld_repid is_layout = ls_layout is_print = ls_print it_fieldcat = lt_fieldcat it_events = lt_event[] it_event_exit = lt_event_exit[] i_suppress_empty_data = 'X' TABLES t_outtab = gt_msg.

HELPSCREEN_NA_CREATE CALL FUNCTION 'HELPSCREEN_NA_CREATE' EXPORTING langu = sy-langu meldung = hlp_mess-text meld_id = hlp_mess-arbgb meld_nr = hlp_mess-txtnr msgv1 = hlp_mess-msgv1 msgv2 = hlp_mess-msgv2 msgv3 = hlp_mess-msgv3 msgv4 = hlp_mess-msgv4 titel = hlp_fehlertitel.



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