USMD_ARC_PP_CD_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 USMD_ARC_PP_CD_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: CREQUEST = Change Request
Selection Text: DATE = Released On
Selection Text: P_AR_ILM = Archiving
Selection Text: P_COMENT = Archiving Session Note
Selection Text: P_DELTST = Deletion with Test Variant
Selection Text: P_DEST = Data Destruction
Selection Text: P_PROT = Detailed Log
Selection Text: P_PROT_O = Log Output
Selection Text: P_SNAP = Snapshot
Selection Text: P_WRIPRD = Production Mode
Selection Text: P_WRITST = Test Mode
Title: Program USMD_ARC_PP_CD_WRITE
Text Symbol: 000 = Change Request
Text Symbol: 002 = &1% (&2 of &3) of change documents processed
Text Symbol: 003 = Retention period end reached
Text Symbol: 004 = Change document archived for destruction
Text Symbol: 010 = Change document has been archived
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ARCHIVE_PROTOCOL_LINE_DETAIL call function 'ARCHIVE_PROTOCOL_LINE_DETAIL'.
ARCHIVE_PROTOCOL_INIT call function 'ARCHIVE_PROTOCOL_INIT' EXPORTING i_detailprotocol = p_prot i_protocol_output = p_prot_o.
ARCHIVE_OPEN_FOR_WRITE call function 'ARCHIVE_OPEN_FOR_WRITE' EXPORTING call_delete_job_in_test_mode = p_deltst create_archive_file = p_wriprd object = 'USMD_PP_CD' comments = p_coment do_not_delete_data = l_not_delete destroy = l_destroy IMPORTING archive_handle = lv_handle.
ARCHIVE_NEW_OBJECT call function 'ARCHIVE_NEW_OBJECT' EXPORTING archive_handle = lv_handle.
ARCHIVE_PUT_RECORD call function 'ARCHIVE_PUT_RECORD' EXPORTING archive_handle = lv_handle record = lw_usmd_pp_cd record_structure = 'USMD_PP_CD'.
ARCHIVE_SAVE_OBJECT call function 'ARCHIVE_SAVE_OBJECT' EXPORTING archive_handle = lv_handle EXCEPTIONS termination_requested = 1.
ARCHIVE_PROTOCOL_COLLECT call function 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = usmd_pp_cd-c_request i_msgtype = 2 i_msgid = sy-msgid i_msgno = sy-msgno.
ARCHIVE_PROTOCOL_COLLECT call function 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = usmd_pp_cd-c_request i_msgtype = 1 i_text = lf_text.
ARCHIVE_PROTOCOL_COLLECT call function 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = lv_object_id i_text = text-010 "#EC * "text shall be understandable for EN-speaking coleagues i_msgtype = 1.
PROGRESS_INDICATOR call function 'PROGRESS_INDICATOR' EXPORTING i_text = text-002 "#EC * "text shall be understandable for EN-speaking coleagues i_processed = lv_objects_processed i_total = lv_total_of_objects IMPORTING e_progress_sent = lv_progress_send.
DB_COMMIT call function 'DB_COMMIT'. "otherwise messag will not appear in the job-log
PROGRESS_INDICATOR call function 'PROGRESS_INDICATOR' EXPORTING i_text = text-002 "#EC * "text shall be understandable for EN-speaking coleagues i_processed = lv_objects_processed i_total = lv_total_of_objects i_output_immediately = 'X'. "force the progress output
ARCHIVE_WRITE_STATISTICS call function 'ARCHIVE_WRITE_STATISTICS' EXPORTING archive_handle = lv_handle.
ARCHIVE_PROTOCOL_WRITE call function 'ARCHIVE_PROTOCOL_WRITE'.
ARCHIVE_CLOSE_FILE call function 'ARCHIVE_CLOSE_FILE' EXPORTING archive_handle = lv_handle.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
USMD_ARC_PP_CD_WRITE - Program USMD_ARC_PP_CD_WRITE USMD_ARC_PP_CD_WRITE - Program USMD_ARC_PP_CD_WRITE USMD_ARC_PP_CD_READ - Program USMD_ARC_PP_CD_READ USMD_ARC_PP_CD_READ - Program USMD_ARC_PP_CD_READ USMD_ARC_PP_CD_DELETE - Report Program USMD_ARC_PP_CD_DELETE USMD_ARC_PP_CD_DELETE - Report Program USMD_ARC_PP_CD_DELETE