FKK_ARCH_BASE_SAVE 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 FKK_ARCH_BASE_SAVE 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.
Title: Include FKK_ARCH_BASE_SAVE
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ARCHIVE_SAVE_OBJECT CALL FUNCTION 'ARCHIVE_SAVE_OBJECT' EXPORTING archive_handle = iv_archive_handle EXCEPTIONS termination_requested = 1 data_object_not_saved = 6 OTHERS = 7.
ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = iv_object_id i_msgtype = 1 i_msgid = '>A' i_msgno = 161.
ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = iv_object_id i_msgtype = 1 i_msgid = '>A' i_msgno = 162.
ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = iv_object_id i_text = iv_success_message i_msgtype = 1.
ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = iv_object_id i_msgid = sy-msgid i_msgno = sy-msgno i_msgv1 = sy-msgv1 i_msgv2 = sy-msgv2 i_msgv3 = sy-msgv3 i_msgv4 = sy-msgv4 i_msgtype = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FKK_ARCH_BASE_SAVE - Include FKK_ARCH_BASE_SAVE FKK_ARCH_BASE_READ - FKKARCHBASEREAD FKKXPR04 - Payment Lock Reasons: Copy From T008/T008T To TFK008/TFK008T FKKXPR04 - Payment Lock Reasons: Copy From T008/T008T To TFK008/TFK008T FKKXPR02 - Account Balance: Default Values under SAPLFKL9 and not SAPLFKL1 FKKXPR02 - Account Balance: Default Values under SAPLFKL9 and not SAPLFKL1