CON_ACC_CFIORMNF_ARC_WRITE 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 CON_ACC_CFIORMNF_ARC_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.
Selection Text: P_COMENT = D .
Selection Text: P_DELTST = D .
Selection Text: P_PROT = D .
Selection Text: P_PROT_O = D .
Selection Text: P_WRIPRD = D .
Selection Text: P_WRITST = D .
Selection Text: SAUFNR = D .
Selection Text: SBUKRS = D .
Selection Text: SCHDATE = D .
Selection Text: SCRDATE = D .
Selection Text: SWERKS = D .
Title: Archive FIN Objects for Manufacturing Orders: Write Program
Text Symbol: 001 = FIN Objects for Manufacturing Orders
Text Symbol: 002 = Restrictions
Text Symbol: 003 = &1% (&2 of &3) objects archived
INCLUDE CON_ACC_FOBJ_ARC_WRITE_INCL.
No SAP DATABASE tables are accessed within this REPORT code!
ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING archive_handle = gd_archive_handle record_structure = cl_ua_inv_stl_rule=>gc_tabname_sender TABLES table = lt_uainvtstlrules.
ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING archive_handle = gd_archive_handle record_structure = cl_ua_inv_stl_rule=>gc_tabname_receiver TABLES table = lt_uainvtstlruler.
ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING archive_handle = gd_archive_handle record_structure = 'FINORMNFRECID' TABLES table = lt_finormnfrecid.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CON_ACC_CFIORMNF_ARC_WRITE - Archive FIN Objects for Manufacturing Orders: Write Program CON_ACC_CFIORMNF_ARC_WRITE - Archive FIN Objects for Manufacturing Orders: Write Program CON_ACC_CFIORMNF_ARC_DELETE - Archive FIN Objects for Manufacturing Orders: Delete Program CON_ACC_CFIORMNF_ARC_DELETE - Archive FIN Objects for Manufacturing Orders: Delete Program CON_ACC_CFIORGEN_ARC_WRITE - Archive FIN Objects for Internal Orders: Write Program CON_ACC_CFIORGEN_ARC_WRITE - Archive FIN Objects for Internal Orders: Write Program