RWMBON02 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report is used to issue a list of rebate arrangements for a condition granter (vendor) as part of
If you would like to execute this report or see the full code listing simply enter RWMBON02 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WC13 - Batch List Output for Arrangements
MEB5 - List of Vendor Rebate Arrangements
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.
Selected Rebate Arrangements: Purchasing
Selection Text: BCHECK = Status: check release sett.
Selection Text: BCREDI = Status sett. acctg. effected
Selection Text: BOLIF = Condition granter
Selection Text: BOPEN = Status: open
Selection Text: BREADY = Status: settlement released
Selection Text: BSETTLE = Status final sett. effected
Selection Text: DATAB = Validity of arrangements from
Selection Text: DATBI = Validity of arrangements until
Selection Text: EKGRP = Purchasing group
Selection Text: EKORG = Purchasing organization
Selection Text: IDENT1 = Settlement calendar
Selection Text: KNUMA = Rebate arrangement
Selection Text: LIST_MM = List scope w. per., w. cond.
Selection Text: LIST_MO = List scope w. per., w/o cond.
Selection Text: LIST_OM = List scope w/o per., w. cond.
Selection Text: LIST_OO = List scope w/o per., w/o cond.
Selection Text: S_AREKGW = Srt.sett.cal.,POrg.,PGp.,grnt.
Selection Text: S_BOART = Arrangement type
Selection Text: S_EKGWKN = Sort.POrg.,PGp.,grnt.,arrang.
Selection Text: S_EKKN = Sort. POrg., PGp., arrangement
Selection Text: S_GWEKKN = Sort. Grnt.,POrg.,PGp.,arrang.
Selection Text: S_IDENT2 = Arrangement calendar
Selection Text: UMABGL = Busn. volume comp. necessary
Selection Text: UMABGL_E = B. vol. comp. nec. - effected
Selection Text: UMABGL_F = B. vol. comp. nec. - not eff.
Title: Listing of Vendor Rebate Arrangements: Purchasing
Text Symbol: 002 = to
Text Symbol: B01 = Open
Text Symbol: B02 = Release being checked
Text Symbol: B03 = Released
Text Symbol: B04 = Settlement accounting effected
Text Symbol: B05 = Final sett. effected for arrangement
Text Symbol: B06 = W/o period data, w/o conditions
Text Symbol: B07 = W/o period data, with conditions
Text Symbol: B08 = With period data, w/o conditions
Text Symbol: B09 = With period data, with conditions
Text Symbol: B10 = POrg., PGp., cond. granter, arrang.
INCLUDE BON02TOP.
INCLUDE BON02E01.
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.
RWMBON02 - Listing of Vendor Rebate Arrangements: Purchasing RWMBON02 - Listing of Vendor Rebate Arrangements: Purchasing RWMBON01 - Settlement: Vendor Rebate Arrangements, Purchasing RWMBON01 - Settlement: Vendor Rebate Arrangements, Purchasing RWMATSIM - Assortments: Analysis program RWMATSIM - Assortments: Analysis program