SAP Reports / Programs | Periodical Sales and Distribution | SAP Media | Periodical Sales and Distribution(IS-M-SD-PS) SAP IS

RJYARC03 SAP ABAP Report - IS-M/SD: Shipping Data Archiving







RJYARC03 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report creates an archive file for shipping data (drop-offs, postal packs, containers, production data)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RJYARC03 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 RJYARC03. "Basic submit
SUBMIT RJYARC03 AND RETURN. "Return to original report after report execution complete
SUBMIT RJYARC03 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: BISDATUM = To date
Selection Text: CREATE = Create archive
Selection Text: DART = Publication type
Selection Text: GC_DELET = Delete data not assigned
Selection Text: HALTZEIT = Data retention period (days)
Selection Text: P_AR_ILM = Archiving
Selection Text: P_DEST = Data Destruction
Selection Text: P_SNAP = Snapshot
Selection Text: SELDREZ = Publication
Selection Text: SELLOG = Log.delivery types
Selection Text: TESTRUN = Start del.program as test run
Title: IS-M/SD: Shipping Data Archiving
Text Symbol: 001 = Shipping archiving
Text Symbol: SC1 = Period for archiving
Text Symbol: SC2 = Selection of shipping data
Text Symbol: SC3 = Control


INCLUDES used within this REPORT RJYARC03

INCLUDE MJ000TOP . " ALLG. KONSTATNTEN
INCLUDE MJY00T80 . " DATENDEF. REORGANISATION
INCLUDE ISM_ILM_WRITE_PRG_STANDARD. " INCLUDE ILM OPTIONS AND CODE
INCLUDE ISM_ILM_OPTIONS.


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:

ARCHIVE_NEW_OBJECT CALL FUNCTION 'ARCHIVE_NEW_OBJECT' EXPORTING archive_handle = handle object_id = annstat_wa.

ISP_PCKAGE_ARCHIVE_OBJECT CALL FUNCTION 'ISP_PCKAGE_ARCHIVE_OBJECT' EXPORTING archive_handle = handle object_delete_flag = 'X' status = annstat_wa EXCEPTIONS wrong_access_to_archive = 1 OTHERS = 2.

ARCHIVE_SAVE_OBJECT CALL FUNCTION 'ARCHIVE_SAVE_OBJECT' EXPORTING archive_handle = handle.



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