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
Below is a list of transaction codes which are relevant to this SAP report
WLBB - Vendor Service Level
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.
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
INCLUDE WVLB0BTOP.
INCLUDE WVLB0BLAY.
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.