FKK_ARCH_DMS_WRITE 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_DMS_WRITE 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKKDMS_CHECKONDEL CALL FUNCTION 'FKKDMS_CHECKONDEL' EXPORTING it_fkkdoc = it_lead IMPORTING et_fkkdoc_not_allowed = gt_not_allowed.
ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = iv_objid i_msgtype = 2 i_msgid = '>A' i_msgno = 535 i_msgv1 = is_lead-dotyp.
ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = is_obj-objid i_msgtype = 2 i_msgid = '>A' i_msgno = 537.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.