SAP Reports / Programs

RJJARC44 SAP ABAP Report - IS-M: Archive Media-Mix Contract: Display All Docs in Archiving Run







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

JJ65 - IS-M/AM: Archive Display Full Run


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 RJJARC44. "Basic submit
SUBMIT RJJARC44 AND RETURN. "Return to original report after report execution complete
SUBMIT RJJARC44 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: T43 = BDs
Text Symbol: T42 = Itm
Text Symbol: T41 = Order
Text Symbol: T40 = Item


INCLUDES used within this REPORT RJJARC44

INCLUDE MJ001TAL.
INCLUDE MJ_BOOLEAN.


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:

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.



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