RM06EW30 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 RM06EW30 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: Write Program: Archiving of Purchasing Documents
Text Symbol: 028 = Inactive
Text Symbol: 027 = Deactivated
Text Symbol: 026 = Archived
Text Symbol: 025 = Read
Text Symbol: 024 = Last Trns.
Text Symbol: 019 = Key Date
Text Symbol: 018 = Last Transaction
Text Symbol: 017 = Deact. IR
Text Symbol: 016 = Reason for Deactivation: IR
Text Symbol: 015 = Deact. GR
Text Symbol: 014 = Reason for Deactivation: GR
Text Symbol: 013 = Deact.
Text Symbol: 012 = Deact. RFQ
Text Symbol: 011 = Reason for Deactivation: RFQ
Text Symbol: 010 = Deact. Agreement
Text Symbol: 009 = Reason for Deactivation: Outl. Agreement
Text Symbol: 008 = Status
Text Symbol: 007 = Reason
Text Symbol: 006 = Following documents cannot be archived:
Text Symbol: 005 = Following documents would be archived:
Text Symbol: 004 = Following documents were archived:
Text Symbol: 003 = Archive file;; created on ;;
Text Symbol: 001 = Test Run
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MM_ARRANG_CHECK_EKBO_INDEX CALL FUNCTION 'MM_ARRANG_CHECK_EKBO_INDEX' EXPORTING i_ntrabr_ek_archiv = 'X' EXCEPTIONS no_ekbo_index = 1 OTHERS = 0.
CUCB_GET_OWNER_OF_CFG call function 'CUCB_GET_OWNER_OF_CFG' " 986622 exporting i_instance = ekpo-cuobj exceptions invalid_instance = 1 instance_is_a_classification = 2 unknown_owner = 3 others = 4.
CU_CONFIG_ARCHIVE_OBJECT CALL FUNCTION 'CU_CONFIG_ARCHIVE_OBJECT' EXPORTING archive_handle = handle object_delete_flag = 'X' instance = ekpo-cuobj instance_obtab = 'EKPO' instance_keyfields = keyfields.
ARCHIVE_OPEN_FOR_WRITE CALL FUNCTION 'ARCHIVE_OPEN_FOR_WRITE' EXPORTING call_delete_job_in_test_mode = loesch create_archive_file = archive_file object = object comments = p_text "513812 IMPORTING archive_handle = handle.
ARCHIVE_PUT_RECORD CALL FUNCTION 'ARCHIVE_PUT_RECORD' EXPORTING archive_handle = handle record = a_record record_flags = ' ' record_structure = a_structure.
ARCHIVE_NEW_OBJECT CALL FUNCTION 'ARCHIVE_NEW_OBJECT' EXPORTING archive_handle = handle object_id = object_id.
ARCHIVE_SAVE_OBJECT CALL FUNCTION 'ARCHIVE_SAVE_OBJECT' EXPORTING archive_handle = handle.
ARCHIVE_CLOSE_FILE CALL FUNCTION 'ARCHIVE_CLOSE_FILE' EXPORTING archive_handle = handle.
ARCHIVE_WRITE_STATISTICS CALL FUNCTION 'ARCHIVE_WRITE_STATISTICS' EXPORTING archive_handle = handle.
ARCHIVE_GET_INFORMATION CALL FUNCTION 'ARCHIVE_GET_INFORMATION' EXPORTING archive_handle = handle IMPORTING archive_creation_date = date archive_creation_release = release archive_creation_system = system archive_name = name object = object.
CHANGEDOCU_ARCHIVE_OBJECT CALL FUNCTION 'CHANGEDOCU_ARCHIVE_OBJECT' EXPORTING archive_handle = handle objectclass = cdhdr-objectclas objectid = cdhdr-objectid.
CHANGEDOCU_ARCHIVE_OBJECT CALL FUNCTION 'CHANGEDOCU_ARCHIVE_OBJECT' EXPORTING archive_handle = handle objectclass = cdhdr-objectclas objectid = cdhdr-objectid.
CHANGEDOCU_ARCHIVE_OBJECT CALL FUNCTION 'CHANGEDOCU_ARCHIVE_OBJECT' EXPORTING archive_handle = handle objectclass = cdhdr-objectclas objectid = cdhdr-objectid.
CHANGEDOCU_ARCHIVE_OBJECT CALL FUNCTION 'CHANGEDOCU_ARCHIVE_OBJECT' EXPORTING archive_handle = handle objectclass = cdhdr-objectclas objectid = cdhdr-objectid.
CHANGEDOCU_ARCHIVE_OBJECT CALL FUNCTION 'CHANGEDOCU_ARCHIVE_OBJECT' EXPORTING archive_handle = handle objectclass = cdhdr-objectclas objectid = cdhdr-objectid.
SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING id = stxh-tdid language = stxh-tdspras name = textname object = 'EKKO' IMPORTING entries = txt_entries TABLES selections = txt_tab.
TEXT_ARCHIVE_OBJECT CALL FUNCTION 'TEXT_ARCHIVE_OBJECT' EXPORTING archive_handle = handle client = sy-mandt id = txt_tab-tdid language = txt_tab-tdspras name = txt_tab-tdname object = txt_tab-tdobject object_delete_flag = 'X'.
SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING id = stxh-tdid language = stxh-tdspras name = textname object = 'EKPO' IMPORTING entries = txt_entries TABLES selections = txt_tab.
CALL FUNCTION 'TEXT_ARCHIVE_OBJECT' EXPORTING archive_handle = handle client = sy-mandt id = txt_tab-tdid language = txt_tab-tdspras name = txt_tab-tdname object = txt_tab-tdobject object_delete_flag = 'X'.
SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING id = stxh-tdid language = stxh-tdspras name = textname object = 'EKKO' IMPORTING entries = txt_entries TABLES selections = txt_tab.
TEXT_ARCHIVE_OBJECT CALL FUNCTION 'TEXT_ARCHIVE_OBJECT' EXPORTING archive_handle = handle client = sy-mandt id = txt_tab-tdid language = txt_tab-tdspras name = txt_tab-tdname object = txt_tab-tdobject object_delete_flag = 'X'.
SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING id = stxh-tdid language = stxh-tdspras name = textname object = 'EKPO' IMPORTING entries = txt_entries TABLES selections = txt_tab.
TEXT_ARCHIVE_OBJECT CALL FUNCTION 'TEXT_ARCHIVE_OBJECT' EXPORTING archive_handle = handle client = sy-mandt id = txt_tab-tdid language = txt_tab-tdspras name = txt_tab-tdname object = txt_tab-tdobject object_delete_flag = 'X'.
MS_SERVICE_ARCHIVE_OBJECT CALL FUNCTION 'MS_SERVICE_ARCHIVE_OBJECT' EXPORTING archive_handle = handle packno = i_packno object_delete_flag = 'X' EXCEPTIONS wrong_access_to_archive = 1 OTHERS = 2.
CHANGEDOCU_ARCHIVE_OBJECT CALL FUNCTION 'CHANGEDOCU_ARCHIVE_OBJECT' EXPORTING archive_handle = handle objectclass = cdhdr-objectclas objectid = cdhdr-objectid.
SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING id = stxh-tdid language = stxh-tdspras name = textname object = 'ESSR' IMPORTING entries = txt_entries TABLES selections = txt_tab.
TEXT_ARCHIVE_OBJECT CALL FUNCTION 'TEXT_ARCHIVE_OBJECT' EXPORTING archive_handle = handle client = sy-mandt id = txt_tab-tdid language = txt_tab-tdspras name = txt_tab-tdname object = txt_tab-tdobject object_delete_flag = 'X'.
ARCHIVE_PUT_RECORD CALL FUNCTION 'ARCHIVE_PUT_RECORD' EXPORTING archive_handle = handle record = mlwere record_flags = ' ' record_structure = a_structure.
ARCHIVE_PUT_RECORD CALL FUNCTION 'ARCHIVE_PUT_RECORD' EXPORTING archive_handle = handle record = mlbe record_flags = ' ' record_structure = a_structure.
ARCHIVE_PUT_RECORD CALL FUNCTION 'ARCHIVE_PUT_RECORD' EXPORTING archive_handle = handle record = mlbecr record_flags = ' ' record_structure = a_structure.
ADDRESS_ARCHIVE_OBJECT CALL FUNCTION 'ADDRESS_ARCHIVE_OBJECT' EXPORTING archive_handle = handle address_object_type = address_object_type address_number = p_adrnr address_reference = addr_ref EXCEPTIONS wrong_access_to_archive = 1 parameter_error = 2 OTHERS = 3.
CHANGEDOCU_ARCHIVE_OBJECT CALL FUNCTION 'CHANGEDOCU_ARCHIVE_OBJECT' EXPORTING archive_handle = handle objectclass = cdhdr-objectclas objectid = cdhdr-objectid.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name RM06EW30 or its description.
RM06EW30 - Write Program: Archiving of Purchasing Documents RM06EW30 - Write Program: Archiving of Purchasing Documents RM06EW00 - Purchasing Documents per Supplying Plant RM06EW00 - Purchasing Documents per Supplying Plant RM06EVBZ - Buyer's Negotiation Sheet: Basic Program RM06EVBM - Print Buyer's Negotiation Sheet for Material