SAP Reports / Programs

RJJARC13 SAP ABAP Report - IS-M: Archive Order: Display Document From Archive







RJJARC13 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Display Archived Orders...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 RJJARC13 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

JJ24 - IS-M: Display Archive Orders


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 RJJARC13. "Basic submit
SUBMIT RJJARC13 AND RETURN. "Return to original report after report execution complete
SUBMIT RJJARC13 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: PJHAK = Order
Title: IS-M: Archive Order: Display Document From Archive
Text Symbol: T22 = ITCAT
Text Symbol: T23 = C
Text Symbol: T24 = Rea
Text Symbol: T25 = SELDAT FROM
Text Symbol: T26 = SELDAT TO
Text Symbol: T30 = BDs
Text Symbol: T31 = BOOK.UNIT
Text Symbol: T32 = OR BUNIT
Text Symbol: T33 = ADVERTISER
Text Symbol: T34 = PAYER
Text Symbol: T35 = BILLING DC
Text Symbol: T36 = ITEM
Text Symbol: T37 = Curcy
Text Symbol: T38 = PRICE OM
Text Symbol: T39 = PRICE IM
Text Symbol: T40 = A.no.
Text Symbol: T41 = REQNO
Text Symbol: T42 = AGNT
Text Symbol: T43 = C
Text Symbol: T44 = CM BASIS
Text Symbol: T45 = CM AMT
Text Symbol: T50 = SL NO
Text Symbol: T51 = ST
Text Symbol: T52 = SI
Text Symbol: T60 = AD SPC
Text Symbol: T61 = AS
Text Symbol: T62 = P/CF
Text Symbol: T63 = COLOR
Text Symbol: T64 = PLD HGHT
Text Symbol: T65 = PLD WIDTH
Text Symbol: T66 = ACT HGHT
Text Symbol: T67 = ACT WIDTH
Text Symbol: U01 = ORDER HEADER
Text Symbol: U02 = ITEM
Text Symbol: T21 = TYPE
Text Symbol: 001 = Document not found





Text Symbol: 021 = Date:
Text Symbol: 022 = Time:
Text Symbol: ENF = No documents were found
Text Symbol: P01 = Ad Item Details
Text Symbol: P02 = Ad Insert Item Details
Text Symbol: P03 = Service Item Details
Text Symbol: P04 = Commercial Item Details
Text Symbol: P05 = Distribution Item Details
Text Symbol: P06 = Online Item Details
Text Symbol: P07 = Billing Dataset
Text Symbol: P08 = SchdLine/Ad Spec
Text Symbol: P09 = Sls Agnt Assignment
Text Symbol: P11 = Ad Schedule Line Details
Text Symbol: P12 = Ad Insert Schedule Line Details
Text Symbol: P13 = Commercial Schd.Line Detls.
Text Symbol: P14 = Distribution Schd.Lne Detls.
Text Symbol: P15 = Online Sched.Line Detls.
Text Symbol: P16 = Item Details fr Pckge
Text Symbol: P20 = AdSpc
Text Symbol: T01 = Order:
Text Symbol: T02 = BPartner:
Text Symbol: T03 = Entry Date
Text Symbol: T04 = SOrg:
Text Symbol: T05 = DisCh:
Text Symbol: T06 = Division:
Text Symbol: T07 = SalesGrp:
Text Symbol: T08 = SOffice:
Text Symbol: T09 = BArea:
Text Symbol: T10 = SalesAgent:
Text Symbol: T11 = SAgtContrct:
Text Symbol: T12 = Created By:
Text Symbol: T13 = On:
Text Symbol: T14 = Changed by:
Text Symbol: T15 = On:
Text Symbol: T20 = Itm


INCLUDES used within this REPORT RJJARC13

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.

ADDRESS_READ_ARCHIVE_OBJECT call function 'ADDRESS_READ_ARCHIVE_OBJECT' exporting archive_handle = read tables iadrc = lt_iadrc iadrp = lt_iadrp iadcp = lt_iadcp iadr2 = lt_iadr2 iadr3 = lt_iadr3 iadr4 = lt_iadr4 iadr5 = lt_iadr5 iadr6 = lt_iadr6 iadr7 = lt_iadr7 iadr8 = lt_iadr8 iadr9 = lt_iadr9 iadr10 = lt_iadr10 iadr11 = lt_iadr11 iadr12 = lt_iadr12 iadr13 = lt_iadr13 iadrct = lt_iadrct iadrt = lt_iadrt iadrcomc = lt_iadrcomc 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 RJJARC13 or its description.