SAP Reports / Programs

RESDEDILIST SAP ABAP Report - Schedule Lines and Text







RESDEDILIST 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 RESDEDILIST into the relevant SAP transactions such as SE38 or SE80


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


Text pool values


Title: Schedule Lines and Text
Text Symbol: 999 = ....-....1....-....2....-....3....-....4....-....5....-....6....-....7....-....8....-....9....-....0....-....1....-....2....-....3..
Text Symbol: 118 = JIT schd.
Text Symbol: 117 = Preview
Text Symbol: 116 = Immed. Req.
Text Symbol: 115 = Backlog
Text Symbol: 114 = Fix. Date
Text Symbol: 033 = New Release Date
Text Symbol: 032 = Previous Release Date
Text Symbol: 031 = Item Text
Text Symbol: 030 = HeadText
Text Symbol: 029 = Page
Text Symbol: 028 = Release Valid To
Text Symbol: 027 = Release Valid From
Text Symbol: 026 = Date of Last Delivery Note No.
Text Symbol: 025 = Last Delivery Note No.
Text Symbol: 024 = JIT Del. Sched. Horizon
Text Symbol: 023 = Receipt Cumulative Qty.
Text Symbol: 022 = Cumulative Quantity at Zero
Text Symbol: 021 = Date of CQR at Zero
Text Symbol: 020 = Sched.Line Type
Text Symbol: 019 = Point of Consumption
Text Symbol: 018 = Your Reference
Text Symbol: 017 = Date Type
Text Symbol: 016 = Unloading Point
Text Symbol: 015 = Customer Plant
Text Symbol: 014 = Our Vendor Number
Text Symbol: 013 = Release Number Old
Text Symbol: 012 = Release Number New
Text Symbol: 011 = Release Date
Text Symbol: 010 = Release Type
Text Symbol: 009 = Usage Indicator
Text Symbol: 008 = IDoc Number
Text Symbol: 007 = Release Qty
Text Symbol: 006 = Sched. Lines Date to
Text Symbol: 005 = Sched. Lines Date from
Text Symbol: 004 = Customer Material
Text Symbol: 003 = Purchasing Document





Text Symbol: 002 = Purchase Order Number
Text Symbol: 001 = Sold-To Party


INCLUDES used within this REPORT RESDEDILIST

No INCLUDES are used within this REPORT code!


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