SAP Reports / Programs

BON_ENH_SETTLE SAP ABAP Report - Settlement of Extended Rebate Agreements







BON_ENH_SETTLE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program is used to settle 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 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

RBT_ENH_VB7 - Settlement Extended Rebate Agreement


ABAP code to call this SAP report using the submit statement

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.






SUBMIT BON_ENH_SETTLE. "Basic submit
SUBMIT BON_ENH_SETTLE AND RETURN. "Return to original report after report execution complete
SUBMIT BON_ENH_SETTLE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selected Rebate Agreements
Selection Text: VTWEG = Distribution Channel
Selection Text: VKORG = Sales organization
Selection Text: SPART = Division
Selection Text: SETTLE = Carry Out Final Settlement
Selection Text: PADAT = Settlement date
Selection Text: KNUMA = Rebate Agreement
Selection Text: IDENT3 = Settlement period
Selection Text: BUDAT = D .
Selection Text: BOPRINT = Output Proof
Selection Text: BONEM = Rebate recipient
Selection Text: ABRDATE = Validity end date before
Title: Settlement of Extended Rebate Agreements
Text Symbol: H01 = Name, loc
Text Symbol: H02 = Condition key
Text Symbol: S01 = Reb. agreements
Text Symbol: S02 = Organizat. Data
Text Symbol: S03 = Rebate Settlement Status
Text Symbol: S04 = Actions
Text Symbol: S05 = Periodic partial settlemnt
Text Symbol: V01 = per ;;
Text Symbol: V03 = Payment;;
Text Symbol: V04 = Accruals ;;
Text Symbol: V05 = Scale Basis ;;
Text Symbol: V06 = Amount;;
Text Symbol: V07 = Reb. basis;;
Text Symbol: V10 = Valid from;;
Text Symbol: V11 = Valid to ;;
Text Symbol: V12 = Deletion Flag
Text Symbol: B13 = Cancel Final Settlement
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
Text Symbol: 017 = Error text ;;
Text Symbol: 018 = Messages
Text Symbol: 019 = The rebate agreement is currently being processed ;;
Text Symbol: 020 = Credit memo cannot be created ;;
Text Symbol: 030 = New rebate agreement;;
Text Symbol: 120 = | Rebate basis | Scale base value | Accrual |
Text Symbol: B01 = Open ;;
Text Symbol: B02 = Release is Checked ;;
Text Symbol: B03 = Released ;;
Text Symbol: B04 = Credit memo req.created ;;
Text Symbol: B05 = Final settl.carried out ;;
Text Symbol: B06 = Carry Out Final Settlment;;
Text Symbol: B07 = Issue Proof ;;
Text Symbol: B08 = Carry Out Partial Settlmnt;;
Text Symbol: B09 = Change Agreement Currency;;
Text Symbol: B10 = Only Issue Sls Vol.
Text Symbol: B11 = Control run
Text Symbol: B12 = Test control run


INCLUDES used within this REPORT BON_ENH_SETTLE

INCLUDE BON_ENH_SETT03.
INCLUDE BON_ENH_SETT01.
INCLUDE BON_ENH_SETT02.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

DATE_CONVERT_TO_FACTORYDATE CALL FUNCTION 'DATE_CONVERT_TO_FACTORYDATE' EXPORTING CORRECT_OPTION = '-' DATE = SY-DATLO FACTORY_CALENDAR_ID = 'AM' IMPORTING DATE = PADAT EXCEPTIONS OTHERS = 4.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name BON_ENH_SETTLE or its description.