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

RJIIVWDE SAP ABAP Report - IS-M/SD: Delete Daily Audit Statistics Data







RJIIVWDE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program deletes daily circulation audit statistics data (except returned copy values) so that the statistics data can be reorganized...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 RJIIVWDE 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

JII2 - Delete Daily AR Statistics Data


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 RJIIVWDE. "Basic submit
SUBMIT RJIIVWDE AND RETURN. "Return to original report after report execution complete
SUBMIT RJIIVWDE 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: VONLFGDT = From delivery date
Selection Text: VONERSDT = From publication date
Selection Text: SO_PVA = Edition (delivered)
Selection Text: SO_LALOG = Logistical delivery type
Selection Text: SO_IVWNR = Audit report ID
Selection Text: SO_DRERZ = Publication (delivered)
Selection Text: P_TEST = Test run
Selection Text: P_LFGNEU = Mark Del. for Repeated Update
Selection Text: BISLFGDT = To delivery date
Selection Text: BISERSDT = To publication date
Title: IS-M/SD: Delete Daily Audit Statistics Data
Text Symbol: 202 = -> Deletion not possible
Text Symbol: 201 = Interval for deletion overlaps with return interval (to &V1&)
Text Symbol: 110 = Program control
Text Symbol: 102 = Publication period
Text Symbol: 101 = Shipping period
Text Symbol: 100 = Data selection: Audit data area for deletion
Text Symbol: 060 = Log of error scenarios and problems
Text Symbol: 050 = Publn. Edition PublDate ShipDate LD Del.JITSTAT Chg.JVTLFNG
Text Symbol: 010 = No database update will take place
Text Symbol: 002 = Edition not found for delivery:


INCLUDES used within this REPORT RJIIVWDE

No INCLUDES are used within this REPORT code!


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:

ISP_TEXTS_FOR_DATAELEMENT_GET CALL FUNCTION 'ISP_TEXTS_FOR_DATAELEMENT_GET' EXPORTING FIELDNAME = 'RJISEL-XTESTLAUF' IMPORTING TEXT_LONG = GV_TEXT_LONG.

ISP_BUFFERED_READ_TJK00 CALL FUNCTION 'ISP_BUFFERED_READ_TJK00' IMPORTING OUT_TJK00 = TJK00 EXCEPTIONS OTHERS = 4.

ISP_SELECT_SINGLE_JDTPVA CALL FUNCTION 'ISP_SELECT_SINGLE_JDTPVA' EXPORTING DRERZ = IT_JVTLFNG-DRERZTAT PVA = IT_JVTLFNG-PVATAT MSGTY = CON_MSG_EXTERN IMPORTING JDTPVA_I = JDTPVA MELDUNG = MELDUNG EXCEPTIONS NO_ENTRY_FOUND = 1.

ISP_JITSTAT_DELETE_TAB CALL FUNCTION 'ISP_JITSTAT_DELETE_TAB' TABLES IVW_DEL_TAB = DELTAB_JITSTAT EXCEPTIONS OTHERS = 1.

ISP_JVTLFNG_UPDATE CALL FUNCTION 'ISP_JVTLFNG_UPDATE' ** TABLES LFNG_UPD_TAB = IT_JVTLFNG TABLES LFNG_UPD_TAB = UPD_JVTLFNG EXCEPTIONS OTHERS = 1.



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