SAP Reports / Programs | Materials Management | Purchasing(MM-PUR) SAP MM

RM06BW30 SAP ABAP Report - Write Program: Archiving of Purchase Requisitions







RM06BW30 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 RM06BW30 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RM06BW30. "Basic submit
SUBMIT RM06BW30 AND RETURN. "Return to original report after report execution complete
SUBMIT RM06BW30 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Write Program: Archiving of Purchase Requisitions
Text Symbol: 001 = Test Run
Text Symbol: 003 = Archive file;; created on ;;
Text Symbol: 004 = Following documents were archived:
Text Symbol: 005 = Following documents would be archived:
Text Symbol: 008 = Status
Text Symbol: 018 = Last Transaction
Text Symbol: 019 = Key Date
Text Symbol: 024 = Last Trns.
Text Symbol: 025 = Read
Text Symbol: 026 = Archived
Text Symbol: 027 = Deactivated
Text Symbol: 028 = Inactive


INCLUDES used within this REPORT RM06BW30

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

CUCB_GET_OWNER_OF_CFG CALL FUNCTION 'CUCB_GET_OWNER_OF_CFG' "782529 EXPORTING "782529 i_instance = eban-cuobj "782529 EXCEPTIONS "782529 invalid_instance = 1 "782529 instance_is_a_classification = 2 "782529 unknown_owner = 3 "782529 OTHERS = 4. "782529

CU_CONFIG_ARCHIVE_OBJECT CALL FUNCTION 'CU_CONFIG_ARCHIVE_OBJECT' EXPORTING archive_handle = handle object_delete_flag = 'X' instance = eban-cuobj instance_obtab = 'EBAN' 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.

SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING id = stxh-tdid language = stxh-tdspras name = textname object = 'EBAN' 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 = 'EBANH' 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.

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.



Contribute (Add Comments)

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 RM06BW30 or its description.