RVDZVRUM is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report creates a sequential file for confirming deliveries which have been processed by the decentralized system...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 RVDZVRUM into the relevant SAP transactions such as SE38 or SE80
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.
List of delivery confirmations in the central system
Selection Text: %_S01002 = ?...(%_S01002)
Selection Text: %_SKP001 = ?...(%_SKP001)
Selection Text: DS_NAME = Name of data set
Selection Text: VKORG = Sales organization
Selection Text: VSTEL = Shipping point
Selection Text: WADAT = Goods issue date
Title: Create Delivery Confirmations for Decentralized Shipping
Text Symbol: 001 = A file for completion confirmation has been created :
Text Symbol: S01 = Selection data ------------------------------------------------------------
Text Symbol: T01 = A file for completion confirmation has been created :
001 Document no. Goods issue date
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RVDZVRUM - Create Delivery Confirmations for Decentralized Shipping RVDZVRUM - Create Delivery Confirmations for Decentralized Shipping RVDIREKT - Direct Values RVDIRABC - RV Direct Values A B C RVDELSTA - Redetermination of the Status in the Delivery RVDELSTA - Redetermination of the Status in the Delivery