SAP Reports / Programs | Financial Accounting | Contract Accounts Receivable and Payable | Security Deposits(FI-CA-BT-SE) SAP FI

RFKKAR50 SAP ABAP Report - Archive Security Deposits: Write







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


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


INCLUDES used within this REPORT RFKKAR50

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


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:

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.



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