SAP Reports / Programs

RJVALG20 SAP ABAP Report - Key Date Comparison for Drop-Offs







RJVALG20 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report performs a key date comparison of the results of bundling and circulation planning...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 RJVALG20 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

JVU2 - IS-M: Key Date Comparison: Drop-Off


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 RJVALG20. "Basic submit
SUBMIT RJVALG20 AND RETURN. "Return to original report after report execution complete
SUBMIT RJVALG20 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: ERSCHDA2 = Publication Date 2
Selection Text: ERSCHDA1 = Publication Date 1
Selection Text: DRUCKERZ = Publication
Selection Text: BEZ_TYP = Mix Type
Selection Text: BEZIRK = Carrier Route
Selection Text: LIEFART = Delivery Type
Selection Text: WERK = Plant
Selection Text: ROUTE = Truck Route
Selection Text: PVA = Edition
Selection Text: LIEFDAT2 = Shipping Date 2
Selection Text: LIEFDAT1 = Shipping Date 1
Selection Text: BERGRP2 = Report Grouping 2
Selection Text: BERGRP1 = Report Grouping 1
Selection Text: ABLADST = Unloading Point
Title: Key Date Comparison for Drop-Offs
Text Symbol: 023 = Shipping Date 2
Text Symbol: 024 = Publication Date 2
Text Symbol: 019 = DT
Text Symbol: 014 = Division
Text Symbol: 015 = Plant
Text Symbol: 016 = Pu
Text Symbol: 017 = TrRte
Text Symbol: 018 = MType
Text Symbol: 022 = Copies
Text Symbol: 021 = Unload.Pt
Text Symbol: 020 = CarRoute
Text Symbol: 013 = Publication Date 1
Text Symbol: 005 = Total Delivery Type
Text Symbol: 004 = Total Truck Route
Text Symbol: 003 = Total Mix Type
Text Symbol: 002 = Total Plant
Text Symbol: 001 = Division
Text Symbol: 006 = Total Carrier Route
Text Symbol: 012 = Shipping Date 1
Text Symbol: 010 = Compare Drop-Off Overview
Text Symbol: 009 = Date
Text Symbol: 008 = No data found that matches selection criteria.
Text Symbol: 007 = Total Unloading Pt





Text Symbol: 025 = Sample Time
Text Symbol: 030 = 2
Text Symbol: 029 = 1
Text Symbol: 028 = Percentage
Text Symbol: 027 = Absolute
Text Symbol: 026 = Difference
Text Symbol: 032 = Edition
Text Symbol: 034 = Quantities
Text Symbol: 033 = Publ./Ed.


INCLUDES used within this REPORT RJVALG20

INCLUDE: MJ000TAL, "ALLGEMEINE DATEN IM ISP.


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_AUTH_CHECK_REPO_PARA_SPART CALL FUNCTION 'ISP_AUTH_CHECK_REPO_PARA_SPART' EXPORTING PAR_SPART = SPARTE.

ISP_PVA_BUFFERED_READ CALL FUNCTION 'ISP_PVA_BUFFERED_READ' EXPORTING DRERZ = JRTABLG-DRERZTAT MSGTY = CON_MSG_EXTERN PVA = JRTABLG-PVATAT IMPORTING JDTPVA_I = PVA_TAB.

ISP_DAYDEPOSIT_IN_BUNDLS_COUNT CALL FUNCTION 'ISP_DAYDEPOSIT_IN_BUNDLS_COUNT' EXPORTING BUNDLE_NR = ' ' DAYDEPOSIT_NR = JRTABLG-ABLGNR IMPORTING NUMBER_OF_ISSUES = AUSGABE_TAB-MENGE_GES TABLES BUNDLES = BUNDLES EXCEPTIONS BUNDLE_OR_DAYDEPOSIT = 01 NO_BUNDLES_FOUND = 02.

ISP_PVA_BUFFERED_READ CALL FUNCTION 'ISP_PVA_BUFFERED_READ' EXPORTING DRERZ = JRTABLG-DRERZTAT MSGTY = CON_MSG_EXTERN PVA = JRTABLG-PVATAT IMPORTING JDTPVA_I = PVA_TAB.

ISP_DAYDEPOSIT_IN_BUNDLS_COUNT CALL FUNCTION 'ISP_DAYDEPOSIT_IN_BUNDLS_COUNT' EXPORTING BUNDLE_NR = ' ' DAYDEPOSIT_NR = JRTABLG-ABLGNR IMPORTING NUMBER_OF_ISSUES = AUSGABE_TAB2-MENGE_GES TABLES BUNDLES = BUNDLES EXCEPTIONS BUNDLE_OR_DAYDEPOSIT = 01 NO_BUNDLES_FOUND = 02.



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