RFKKAR50 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 RFKKAR50 into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: P_ARDAY = D .
Selection Text: P_AR_ILM = D .
Selection Text: P_COMENT = D .
Selection Text: P_DELTST = D .
Selection Text: P_DEST = D .
Selection Text: P_PROT = D .
Selection Text: P_PROT_O = D .
Selection Text: P_SNAP = D .
Selection Text: P_WRIPRD = D .
Selection Text: P_WRITST = D .
Selection Text: SE_SECD = D .
Title: Archive Security Deposits: Write
Text Symbol: 001 = Archiving Quantity Selection
Text Symbol: 002 = Restrictions
Text Symbol: S01 = Security deposits were archived.
INCLUDE RFKKARI50_0. "#EC INCL_OK
INCLUDE RFKKARI50.
INCLUDE RFKKAR50_FORMS. "#EC INCL_OK
INCLUDE FKK_ARCH_BASE_SAVE. "#EC INCL_OK
INCLUDE FKK_ARCH_BASE_SELECT ##INCL_OK.
INCLUDE ARCH_WRITE_PRG_STANDARD2. "#EC INCL_OK
No SAP DATABASE tables are accessed within this REPORT code!
ARCHIVE_PROTOCOL_LINE_DETAIL CALL FUNCTION 'ARCHIVE_PROTOCOL_LINE_DETAIL'.
ARCHIVE_OPEN_FOR_WRITE CALL FUNCTION 'ARCHIVE_OPEN_FOR_WRITE' EXPORTING object = sys_objct call_delete_job_in_test_mode = p_deltst create_archive_file = p_wriprd comments = p_coment output_sel_screen_when_dialog = ' ' do_not_delete_data = p_snap destroy = p_dest IMPORTING archive_handle = gs_arc_data-handle.
FKK_ARCHIVE_PROTOCOL_INIT CALL FUNCTION 'FKK_ARCHIVE_PROTOCOL_INIT' EXPORTING i_detailprotocol = p_prot.
FKK_ARCHIVE_WRITE_STATISTICS CALL FUNCTION 'FKK_ARCHIVE_WRITE_STATISTICS' EXPORTING archive_handle = gs_arc_data-handle.
ARCHIVE_PROTOCOL_WRITE CALL FUNCTION 'ARCHIVE_PROTOCOL_WRITE'.
ARCHIVE_CLOSE_FILE CALL FUNCTION 'ARCHIVE_CLOSE_FILE' EXPORTING archive_handle = gs_arc_data-handle.
FKK_ARCHIVE_NEW_OBJECT CALL FUNCTION 'FKK_ARCHIVE_NEW_OBJECT' "Neues Objekt anmelden EXPORTING archive_handle = gs_arc_data-handle object_id = lv_object_id.
CHANGEDOCU_ARCHIVE_OBJECT CALL FUNCTION 'CHANGEDOCU_ARCHIVE_OBJECT' EXPORTING archive_handle = gs_arc_data-handle objectclass = 'FKK_SEC' objectid = lv_chdoc_object_id object_delete_flag = 'X'.
FKK_ARCHIVE_PUT_RECORD CALL FUNCTION 'FKK_ARCHIVE_PUT_RECORD' EXPORTING archive_handle = gs_arc_data-handle record_structure = co_sec record = ls_arch_all-sec.
FKK_ARCHIVE_PUT_TABLE CALL FUNCTION 'FKK_ARCHIVE_PUT_TABLE' EXPORTING archive_handle = gs_arc_data-handle record_structure = co_sec_c TABLES table = ls_arch_all-sec_c.
FKK_ARCHIVE_PUT_TABLE CALL FUNCTION 'FKK_ARCHIVE_PUT_TABLE' EXPORTING archive_handle = gs_arc_data-handle record_structure = co_sec_n TABLES table = ls_arch_all-sec_n.
FKK_ARCHIVE_PUT_TABLE CALL FUNCTION 'FKK_ARCHIVE_PUT_TABLE' EXPORTING archive_handle = gs_arc_data-handle record_structure = co_sec_req TABLES table = ls_arch_all-sec_req.
FKK_DOC_EXISTS CALL FUNCTION 'FKK_DOC_EXISTS' EXPORTING i_buffer_check = space TABLES it_opbel = lt_opbel EXCEPTIONS notfound = 1 nocriteria = 2 OTHERS = 3.
FKK_DOC_EXISTS CALL FUNCTION 'FKK_DOC_EXISTS' EXPORTING i_opbel = lv_opbel i_buffer_check = 'X' EXCEPTIONS notfound = 1 nocriteria = 2 OTHERS = 3.
ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = lr_fkk_sec_req->security i_msgtype = 2 * I_TEXT = i_msgid = '>A' i_msgno = 040 i_msgv1 = lv_opbel.
ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = lr_fkk_sec_n->security i_msgtype = 2 * I_TEXT = i_msgid = '>A' i_msgno = 166 i_msgv1 = lr_fkk_sec_n->nc_status.
FKK_ARCH_STAT_READ CALL FUNCTION 'FKK_ARCH_STAT_READ' EXPORTING i_table = iv_name i_number = iv_number.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKKAR50 - Archive Security Deposits: Write RFKKAR50 - Archive Security Deposits: Write RFKKAR46 - Archiving of Data for Doubtful Receivables: Reload RFKKAR46 - Archiving of Data for Doubtful Receivables: Reload RFKKAR45 - Archiving of Data for Doubtful Receivables: Deletion RFKKAR45 - Archiving of Data for Doubtful Receivables: Deletion