RWMBONF1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The reports RWMBONF0 (Transfer External Data) and RWMBONF1 (Create Test Data) are suitable tools for transferring data on the volume of business done with vendors and rebate income from external systems to the system...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 RWMBONF1 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
MEBT - Test Data: External Business Volumes
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: S_ABSPR = Test data with rebate arr. no.
Selection Text: S_APPLI = Save file on applic. server
Selection Text: S_APPNAM = Path/file name on appl. server
Selection Text: S_AUWRT = Test data with income
Selection Text: S_EKGRP = Purchasing groups
Selection Text: S_EKORG = Purchasing organizations
Selection Text: S_FRNNAM = Path/file name on front end
Selection Text: S_FRONT = Save file on front end
Selection Text: S_LIFNR = Goods supplier
Selection Text: S_MATKL = Material group
Selection Text: S_MWSKZ = Tax code
Selection Text: S_RUWRT1 = Test data w/o provs. for inc.
Selection Text: S_RUWRT2 = Test data w. provs. for income
Selection Text: S_RUWRT3 = Test data provs. cond. type
Selection Text: S_WERKS = Plant
Selection Text: S_WKNUMA = Test data with rebate arr. no.
Selection Text: S_WPROTO = List output: ext. data records
Title: Create test data: updating of external business volume data
Text Symbol: W14 = Overwrite file?
Text Symbol: W12 = already exists!
Text Symbol: W11 = Output file &
Text Symbol: W06 = Confirmation prompt
Text Symbol: 001 = Test data: report RWMBONF1, serial number
Text Symbol: 006 = Store external vendor business volume data in
Text Symbol: 300 = Goods supplier
Text Symbol: 301 = Plant
Text Symbol: 302 = Material group
Text Symbol: 303 = Purchasing organization
Text Symbol: 304 = Purchasing group
Text Symbol: 305 = Tax codes
Text Symbol: B21 = Rebate arrangement
Text Symbol: B40 = Test data without provisions for income
Text Symbol: B41 = Test data with provisions for income
Text Symbol: B42 = Test data with provisions for income according to condition type
Text Symbol: B43 = Test data with income
Text Symbol: B44 = Output external data records
Text Symbol: B50 = File on application server
Text Symbol: B51 = File on front end
INCLUDE BONF1TOP.
INCLUDE BONF1E01.
INCLUDE BONF1F00.
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.
RWMBONF1 - Create test data: updating of external business volume data RWMBONF1 - Create test data: updating of external business volume data RWMBONF0 - Update Business Volume From Ext. Data File, Vendor Reb. Arrangements RWMBONF0 - Update Business Volume From Ext. Data File, Vendor Reb. Arrangements RWMBONE4 - Generation of work items for extension of customer rebate arrangements RWMBONE4 - Generation of work items for extension of customer rebate arrangements