UA_INV_DEBCR_ARC_WRITE_FORMS 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 UA_INV_DEBCR_ARC_WRITE_FORMS 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!
ARCHIVE_NEW_OBJECT CALL FUNCTION 'ARCHIVE_NEW_OBJECT' EXPORTING archive_handle = gd_archive_handle object_id =
-doc_no.
ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING archive_handle = gd_archive_handle * RECORD_FLAGS = ' ' record_structure = cl_ua_inv_debitcredit_const=>gc_arc_head_structure TABLES table = lt_header_arc.
ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING archive_handle = gd_archive_handle * RECORD_FLAGS = ' ' record_structure = cl_ua_inv_debitcredit_const=>gc_arc_item_structure TABLES table = lt_item_arc.
ARCHIVE_SAVE_OBJECT CALL FUNCTION 'ARCHIVE_SAVE_OBJECT' EXPORTING archive_handle = gd_archive_handle EXCEPTIONS termination_requested = 4.
ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object =
-doc_no i_text = text-004 i_msgtype = '1'.
PROGRESS_INDICATOR CALL FUNCTION 'PROGRESS_INDICATOR' EXPORTING i_text = text-005 i_processed = gd_objects_processed i_total = gd_total_header_count IMPORTING e_progress_sent = lv_progress_send.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
PROGRESS_INDICATOR CALL FUNCTION 'PROGRESS_INDICATOR' EXPORTING i_text = text-005 i_processed = gd_objects_processed i_total = gd_total_header_count i_output_immediately = 'X'.
ARCHIVE_PROTOCOL_COLLECT * CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' * EXPORTING * i_object = ls_item-doc_no ** I_TEXT = * i_msgtype = 2 * i_msgid =
-id * i_msgno = -number * i_msgv1 = -message_v1 * i_msgv2 = -message_v2 * i_msgv3 = -message_v3 * i_msgv4 = -message_v4 ** I_CALLBACK_PARAMETER = * .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
UA_INV_DEBCR_ARC_WRITE_FORMS - UAINVDEBCRARCWRITEFORMS UA_INV_DEBCR_ARC_WRITE - Archive Debit/Credit Documents: Write Program UA_INV_DEBCR_ARC_WRITE - Archive Debit/Credit Documents: Write Program UA_INV_DEBCR_ARC_DELETE_TOP - UAINVDEBCRARCDELETETOP UA_INV_DEBCR_ARC_DELETE - Include UA_INV_DEBCR_ARC_DELETE UA_INV_DEBCR_ARC_DELETE - Include UA_INV_DEBCR_ARC_DELETE