SAP Reports / Programs | Materials Management | Purchasing | Subsequent Settlement(MM-PUR-VM-SET) SAP MM

RWMBONF1 SAP ABAP Report - Create test data: updating of external business volume data







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


Transaction Code(s):

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

MEBT - Test Data: External Business Volumes


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 RWMBONF1. "Basic submit
SUBMIT RWMBONF1 AND RETURN. "Return to original report after report execution complete
SUBMIT RWMBONF1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: S01 = List output
Text Symbol: S07 = Scope of test data
Text Symbol: S08 = Rebate arrangement
Text Symbol: S09 = Provisions for income
Text Symbol: S10 = Income
Text Symbol: S11 = Characteristics


INCLUDES used within this REPORT RWMBONF1

INCLUDE BONF1TOP.
INCLUDE BONF1E01.
INCLUDE BONF1F00.


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:

No SAP FUNCTION MODULES are executed within this report code!



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 RWMBONF1 or its description.