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
Below is a list of transaction codes which are relevant to this SAP report
JVU2 - IS-M: Key Date Comparison: Drop-Off
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.
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
INCLUDE: MJ000TAL, "ALLGEMEINE DATEN IM ISP.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.