SAP Reports / Programs

RWVLB00B SAP ABAP Report - Vendor Service Level







RWVLB00B is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program is used for editing vendor service levels...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 RWVLB00B 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

WLBB - Vendor Service Level


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


Text pool values


Processing log
Selection Text: CAL_SAV = Calculate and save
Selection Text: CAL_SHO = Simulation
Selection Text: CA_SA_SH = Calculate, save and display
Selection Text: DEL = Delete
Selection Text: DEL_PRO = Delete with log
Selection Text: LB_VEN = Load-building vendor only
Selection Text: NO_CAL = Do not calculate
Selection Text: NO_DEL = Do not delete
Selection Text: P_BDATE = From date
Selection Text: P_EDATE = To Date
Selection Text: R_EKORG = Purchasing organization
Selection Text: R_LIFNR = Vendor
Selection Text: R_WERKS = Plant
Selection Text: SHOW = Display
Title: Vendor Service Level
Text Symbol: 050 = Calculate, Save and Display
Text Symbol: 049 = Delete and Display
Text Symbol: 048 = 100 %
Text Symbol: 047 = 90 %
Text Symbol: 046 = 80 %
Text Symbol: 043 = 40 %
Text Symbol: 042 = 30 %
Text Symbol: 002 = Selection criteria
Text Symbol: 006 = Processing type: display
Text Symbol: 007 = Display
Text Symbol: 008 = Do not delete
Text Symbol: 009 = Processing type: delete
Text Symbol: 010 = Delete
Text Symbol: 011 = Do not calculate
Text Symbol: 012 = Calculate and Display
Text Symbol: 013 = Calculate and Save
Text Symbol: 015 = From Date
Text Symbol: 016 = To Date
Text Symbol: 017 = Load-building vendors only
Text Symbol: 018 = Processing type: calculate
Text Symbol: 020 = Message List
Text Symbol: 030 = Calculated vendor service level





Text Symbol: 031 = Required vendor service level
Text Symbol: 032 = Method
Text Symbol: 033 = Vendor Name
Text Symbol: 034 = Plnt name
Text Symbol: 035 = Calculated vendor service level
Text Symbol: 036 = Required vendor service level
Text Symbol: 040 = 10 %
Text Symbol: 041 = 20 %


INCLUDES used within this REPORT RWVLB00B

INCLUDE WVLB0BTOP.
INCLUDE WVLB0BLAY.


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