SAP Reports / Programs

RWVLB00A SAP ABAP Report - Configuration Check for Load Building







RWVLB00A is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Analysis tool for load building To check settings required for load building...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 RWVLB00A 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

WLBA - Config. Check for Load Building


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 RWVLB00A. "Basic submit
SUBMIT RWVLB00A AND RETURN. "Return to original report after report execution complete
SUBMIT RWVLB00A 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_WERKS = Plant
Selection Text: S_MATNR = Material Number
Selection Text: S_LTSNR = Vendor Subrange
Selection Text: S_LIFNR = Vendor Number
Selection Text: PF_WARN = Warning Messages
Selection Text: PF_SUCC = Correct settings
Selection Text: PF_SPRAS = Language
Selection Text: PF_MATNR = Check
Selection Text: PF_ERROR = Errors
Selection Text: PF_CUSTO = Check
Title: Configuration Check for Load Building
Text Symbol: 109 = Vendor - Material
Text Symbol: 110 = Vendor - Plant
Text Symbol: 111 = Vendor - Plant - Material
Text Symbol: 112 = Vendor - VSR
Text Symbol: 113 = Vendor - material - VSR
Text Symbol: 114 = Vendor - Plant - VSR
Text Symbol: 115 = Vendor - Plant - Material - VSR
Text Symbol: 116 = Customizing
Text Symbol: 150 = Gross Weight
Text Symbol: 151 = Unit of Weight
Text Symbol: 152 = Volume
Text Symbol: 153 = Volume Unit
Text Symbol: 001 = Vendor
Text Symbol: 002 = Plnt
Text Symbol: 003 = Material
Text Symbol: 004 = Purchasing Organization
Text Symbol: 005 = Customizing
Text Symbol: 006 = Language
Text Symbol: 007 = Check
Text Symbol: 008 = Do not check
Text Symbol: 009 = Only check in combination w/ other parameters
Text Symbol: 010 = PO-Based Load Building
Text Symbol: 011 = No Messages Exist
Text Symbol: 012 = Display
Text Symbol: 013 = 10%
Text Symbol: 014 = 25%
Text Symbol: 015 = 40%





Text Symbol: 016 = 60%
Text Symbol: 017 = 80%
Text Symbol: 018 = 90%
Text Symbol: 019 = 100%
Text Symbol: 101 = Material
Text Symbol: 102 = Plant
Text Symbol: 103 = Plant - Material
Text Symbol: 108 = Vendor


INCLUDES used within this REPORT RWVLB00A

INCLUDE WVLB0ATOP.
INCLUDE WVLB0ALAY.


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