SAP Reports / Programs | Advertising Management | SAP Media | Advertising Management(IS-M-AM) SAP IS

RJJARC15 SAP ABAP Report - IS-M/AM: Order Archiving: Check Program







RJJARC15 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Check program for archiving orders This report checks whether an order can be archived...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 RJJARC15 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

JJ26 - IS-M/AM: Archive Order Check


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


Text pool values


IS-M/AM: Check Order Archiving
Selection Text: BISDATUM = To Date
Selection Text: HALTZEIT = Billing Retent.Period (Days)
Selection Text: RAUF = Order
Title: IS-M/AM: Order Archiving: Check Program
Text Symbol: 001 = IS-M/AM: Orders
Text Symbol: 010 = IS-M/AM: Orders
Text Symbol: 030 = Log for Individual Docs
Text Symbol: 040 = Successor Exists:
Text Symbol: 041 = OK can be archived
Text Symbol: 042 = Later Selection Date
Text Symbol: 043 = SELDAT_TO Date
Text Symbol: 044 = No Archiving Possible
001 Document
002 Document ItmNo BD/S Ty OrigDoc


INCLUDES used within this REPORT RJJARC15

INCLUDE MJ001TAL . " ALLG. KONSTATNTEN
INCLUDE RJJT10AR .
INCLUDE MJY00T80 . " DATENDEF. REORGANISATION
INCLUDE MJH00T25 . " BELEGFLUß
INCLUDE MJ_BOOLEAN.
INCLUDE MJ_CHAR1.
INCLUDE MJ_JHOBJKT.


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.

ISPAM_DOC_FLOW_REFRESH call function 'ISPAM_DOC_FLOW_REFRESH'.

ISPAM_DOC_FLOW_BUFFER call function 'ISPAM_DOC_FLOW_BUFFER' EXPORTING in_vbeln = in_jhak_tab-avm_nr in_objtyp = con_objkt_auftragskopf in_archive = con_angekreuzt TABLES o_buf_jhtbf = l_buf_jhtbf EXCEPTIONS no_data_found = 1 others = 2.

ISPAM_DOC_FLOW_SUCCESSORS call function 'ISPAM_DOC_FLOW_SUCCESSORS' EXPORTING in_vbeln_v = in_jhak_tab-avm_nr in_objtyp_v = con_objkt_auftragskopf in_archive = con_angekreuzt TABLES search_jhtbf = search_jhtbf l_buf_jhtbf = l_buf_jhtbf EXCEPTIONS no_data_found = 1 wrong_input = 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 RJJARC15 or its description.