RJJARC44 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Sequential display of archived contracts for one or more archiving runs...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 RJJARC44 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
JJ65 - IS-M/AM: Archive Display Full Run
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.
Display Media-Mix Contracts in an Archive Run
Title: IS-M: Archive Media-Mix Contract: Display All Docs in Archiving Run
Text Symbol: T31 = C
Text Symbol: T30 = CONO
Text Symbol: T22 = Excl.Req.
Text Symbol: T21 = Incl.Req.
Text Symbol: T20 = Item
Text Symbol: T14 = Changed By:
Text Symbol: T13 = Created By:
Text Symbol: T12 = Sett.Ind
Text Symbol: T11 = End Date
Text Symbol: T10 = Cntr.Holder
Text Symbol: T09 = Soff:
Text Symbol: T08 = SSlsGp
Text Symbol: T07 = Divis.
Text Symbol: T06 = DChnl
Text Symbol: T05 = SOrg
Text Symbol: T04 = CONTRT
Text Symbol: T03 = Created On:
Text Symbol: T02 = Business Partner
Text Symbol: T01 = Contract
Text Symbol: ENF = No documents were found
Text Symbol: 001 = No file opened
Text Symbol: T32 = Ass.Date
Text Symbol: T65 = Val.End
Text Symbol: T64 = Val.Strt
Text Symbol: T62 = Type
Text Symbol: T61 = Cat
Text Symbol: T60 = MeMixPacka
Text Symbol: T52 = Cntrct No.
Text Symbol: T51 = SettStat
Text Symbol: T50 = Media-Mix
Text Symbol: T49 = Number
Text Symbol: T48 = Quantity
Text Symbol: T47 = Contract Gross
Text Symbol: T46 = Advertsr
Text Symbol: T45 = Payer
Text Symbol: T44 = Ass.Date
INCLUDE MJ001TAL.
INCLUDE MJ_BOOLEAN.
No SAP DATABASE tables are accessed within this REPORT code!
ISM_GET_ACTIVE_ACC_SWITCH CALL FUNCTION 'ISM_GET_ACTIVE_ACC_SWITCH' IMPORTING EX_XACTIVE = gv_accessibility_mode.
ARCHIVE_GET_NEXT_OBJECT call function 'ARCHIVE_GET_NEXT_OBJECT' EXPORTING archive_handle = read IMPORTING object_id = filepath-pathintern EXCEPTIONS end_of_file = 01 internal_error = 02 open_error = 03 wrong_access_to_archive = 04.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RJJARC44 - IS-M: Archive Media-Mix Contract: Display All Docs in Archiving Run RJJARC44 - IS-M: Archive Media-Mix Contract: Display All Docs in Archiving Run RJJARC43 - IS-M/AM: Media-Mix Contract Archive: Display Document from the Archive RJJARC43 - IS-M/AM: Media-Mix Contract Archive: Display Document from the Archive RJJARC41 - IS-M/AM: Archive Media-Mix: Deletion Program RJJARC41 - IS-M/AM: Archive Media-Mix: Deletion Program