BON_ENH_SETTLE_DISPLAY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for List of the rebate agreements The report displays a list of agreements and their conditions...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 BON_ENH_SETTLE_DISPLAY into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RBT_ENH_VB8 - List of Rebate Agreements
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: ABRDATE = Validity end date before
Selection Text: BCHECK = ?...(BCHECK)
Selection Text: BCREDI = ?...(BCREDI)
Selection Text: BONEM = Rebate recipient
Selection Text: BOPEN = ?...(BOPEN)
Selection Text: BREADY = ?...(BREADY)
Selection Text: BSETTLE = ?...(BSETTLE)
Selection Text: IDENT3 = Settlement period
Selection Text: KNUMA = Rebate Agreement
Selection Text: SPART = Division
Selection Text: VKORG = Sales organization
Selection Text: VTWEG = Distribution Channel
Title: List of Rebate Agreements
Text Symbol: V12 = Deletion Flag
Text Symbol: V11 = Valid to ;;
Text Symbol: V10 = Valid from;;
Text Symbol: V07 = Reb. basis;;
Text Symbol: V06 = Amount;;
Text Symbol: V05 = Scale Basis ;;
Text Symbol: V04 = Accruals ;;
Text Symbol: V03 = Payment;;
Text Symbol: V01 = per ;;
Text Symbol: S03 = Rebate Settlement Status
Text Symbol: S02 = Organizat. Data
Text Symbol: S01 = Reb. agreements
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: 012 = Texts exist
Text Symbol: 015 = Req.rebate cred.memo;;
Text Symbol: 016 = There are messages
Text Symbol: 017 = Error text ;;
Text Symbol: 018 = Messages
Text Symbol: 019 = The rebate agreement is currently being processed ;;
INCLUDE BON_ENH_SETT03.
INCLUDE BON_ENH_SETT01.
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.