RWVLB013 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Automatic Load Building Automatic load building is mostly used to facilitate the
If you would like to execute this report or see the full code listing simply enter RWVLB013 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WLB13 - Automatic Load Building
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: P_BOPNR = Restriction Profile
Selection Text: P_CLASS = Plant Group
Selection Text: P_CONTRA = Take Account of Contracts
Selection Text: P_GRID = Table Display
Selection Text: P_LIST = List Display
Selection Text: P_MINUT = Activate log for LB run
Selection Text: P_MOREPA = Several Loads allowed
Selection Text: P_OUTREQ = Without existing req. elements
Selection Text: P_PLANTT = Plant Category
Selection Text: P_PODAY = Include Planning Cycle
Selection Text: P_PO_CRE = Document Creation Control
Selection Text: P_PROFIL = Load Build Profile
Selection Text: P_RE_PO = Released Purchase Orders
Selection Text: P_RE_VE = Only use regular vendor
Selection Text: P_RFCCAL = Parallel program start
Selection Text: P_SPOCHE = Prior check of POs
Selection Text: S_WERKS = D .
Selection Text: S_MATNR = D .
Selection Text: S_MATKL = D .
Selection Text: S_LTSNR = D .
Selection Text: S_LIFNR = D .
Selection Text: S_IDNLF = D .
Selection Text: S_EKORG = D .
Selection Text: S_EKGRP = D .
Selection Text: P_SVRGRP = D .
Selection Text: P_PARALL = D .
Selection Text: P_ERSTOP = D .
Selection Text: S_BSART = Document Types for BANFs
Selection Text: P_VSRSP = New purchase order per VSR
Selection Text: P_TIMLI = Time limit for PO date
Selection Text: P_TASKS = Packet Size
Selection Text: P_SUBMIT = Int. program start per vendor
Title: Automatic Load Building
Text Symbol: TA4 = Technical Options
Text Symbol: TA3 = Control Parameters
Text Symbol: TA2 = Requirements Element Restriction
Text Symbol: TA1 = Load Building Combinations
Text Symbol: P16 = Details
INCLUDE WVLB13TOP.
INCLUDE WVLB13LAY.
INCLUDE SBAL_CONSTANTS.
INCLUDE WVLB13ZINIT.
INCLUDE WVLB13ZSCROUT.
INCLUDE WVLB13ZCHECK.
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.
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 RWVLB013 or its description.