RV13A072 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RV13A072 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.
Selection Text: F003 = Material
Selection Text: F004 = EAN/UPC
Title: Select Condition Records
Text Symbol: 001 = Application
Text Symbol: 002 = Condit. type
Text Symbol: 003 = Valid on
Text Symbol: 011 = Sales organization
Text Symbol: 012 = Distribution channel
INCLUDE VAKEDATA.
No SAP DATABASE tables are accessed within this REPORT code!
DEQUEUE_EVA072E CALL FUNCTION 'DEQUEUE_EVA072E' EXPORTING KAPPL = DEQUEUE-KAPPL KSCHL = DEQUEUE-KSCHL VKORG = DEQUEUE-VKORG VTWEG = DEQUEUE-VTWEG MATNR = DEQUEUE-MATNR EAN11 = DEQUEUE-EAN11.
ENQUEUE_EVA072E CALL FUNCTION 'ENQUEUE_EVA072E' EXPORTING KAPPL = ENQUEUE-KAPPL KSCHL = ENQUEUE-KSCHL VKORG = ENQUEUE-VKORG VTWEG = ENQUEUE-VTWEG MATNR = ENQUEUE-MATNR EAN11 = ENQUEUE-EAN11 EXCEPTIONS FOREIGN_LOCK = 4 SYSTEM_FAILURE = 8.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.