RV15C005 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 RV15C005 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
VB(D - Rebate Agreement Settlement
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: BSETTLE = ?...(BSETTLE)
Selection Text: BREADY = ?...(BREADY)
Selection Text: BOPEN = ?...(BOPEN)
Selection Text: BCREDI = ?...(BCREDI)
Selection Text: VTWEG = Distribution channel
Selection Text: VKORG = Sales organization
Selection Text: SPART = Division
Selection Text: KNUMA = Rebate agreement
Selection Text: IDENT2 = Agreement calendar
Selection Text: BONEM = Rebate recipient
Selection Text: BCHECK = ?...(BCHECK)
Selection Text: ABRDATE = Validity end date before
Title: Extend Rebate Agreements
Text Symbol: V12 = Condition deleted
Text Symbol: V11 = Valid from;;
Text Symbol: V10 = Reb. basis;;
Text Symbol: V07 = Amount;;
Text Symbol: V06 = ScaleBaseVal;;
Text Symbol: V05 = Accrual ;;
Text Symbol: V04 = Reb.paym. ;;
Text Symbol: V03 = by ;;
Text Symbol: V01 = Per
Text Symbol: S04 = Control Data
Text Symbol: S03 = Rebate settlement status
Text Symbol: S02 = Organizational data
Text Symbol: S01 = Rebate agreements
Text Symbol: H02 = Condition key
Text Symbol: 001 = Rebate agreements with validity end to &1 (Created on &2)
Text Symbol: 003 = Condition type
Text Symbol: 006 = Rebate recipient
Text Symbol: 007 = Rebate agreement ;;
Text Symbol: 008 = Validity
Text Symbol: 009 = to
Text Symbol: 010 = Status
Text Symbol: 011 = New validity
Text Symbol: 012 = Texts exist
Text Symbol: 015 = Req.rebate cred.memo;;
Text Symbol: 016 = There are messages
INCLUDE RV15CI03.
INCLUDE RV15CI01.
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.