SAP Reports / Programs | Production Planning and Control | Flow Manufacturing(PP-FLW) SAP PP

RLD05000 SAP ABAP Report - Collective Availability Check







RLD05000 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RLD05000 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

MDVP - Collective Availability Check PAUF


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 RLD05000. "Basic submit
SUBMIT RLD05000 AND RETURN. "Return to original report after report execution complete
SUBMIT RLD05000 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: PA_PEONL = Only orders relevant to prod.
Selection Text: P_AVCK = Check Availability
Selection Text: P_AVCL = Reset availability data
Selection Text: P_AVFIX = Firm planned orders
Selection Text: P_PRFTXT = Profile text
Selection Text: P_PROFID = Profile
Selection Text: SO_M01_F = Production line
Selection Text: SO_M01_P = Planning ID 1
Selection Text: SO_M02_P = Planning ID 2
Selection Text: SO_VERID = Production version
Selection Text: S_DISPO = MRP controller
Selection Text: S_ECKEN = Order finish date
Selection Text: S_ECKST = Order start date
Selection Text: S_FEVOR = Production scheduler
Selection Text: S_MATNR = Material
Selection Text: S_MDPBV = Committed quantity
Selection Text: S_PLNUM = Planned order
Selection Text: S_RECKEN = Order finish date (relative)
Selection Text: S_RECKST = Order start date (relative)
Selection Text: S_RTEREN = Prod.finish date (relative)
Selection Text: S_RTERST = Prod.start date (relative)
Selection Text: S_TEREN = Prod.finish date
Selection Text: S_TERST = Prod.start date
Selection Text: S_WERKS = Production plant
Selection Text: P_LAYOUT = D .
Selection Text: P_LIST = D .
Selection Text: PA_NMONT = No assembly orders
Selection Text: PA_KAPFX = Only cap. planned orders
Selection Text: K_LAYOUT = D .
Title: Collective Availability Check
Text Symbol: ALV = Layouts
Text Symbol: ATP = ATP check
Text Symbol: AV1 = Order View Layout
Text Symbol: AV2 = Component View Layout
Text Symbol: BL1 = Profiles
Text Symbol: BL2 = General selection criteria
Text Symbol: BL7 = Basic dates
Text Symbol: BL8 = Production dates





Text Symbol: BL9 = Check mode (background processing)
Text Symbol: CPL = Change planned order
Text Symbol: EIN = Individually
Text Symbol: ETE = Do you want to exit?
Text Symbol: GES = Total
Text Symbol: IND = Individual
Text Symbol: JW1 = RS headers
Text Symbol: KPR = Profile: Component view
Text Symbol: MEM = Memory check
Text Symbol: MMS = With mat. block
Text Symbol: MOS = Without mat. block
Text Symbol: PPR = Profile: Order view
Text Symbol: VCH = Check avail.
Text Symbol: VCL = Reset availability
Text Symbol: VPL = Check against indep.req


INCLUDES used within this REPORT RLD05000

INCLUDE RLD05TOP.
INCLUDE PPIOHF02.
INCLUDE RLD05EVT.
INCLUDE RLD05F01.


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