SAP Reports / Programs

MESCR_STP_RELLIST SAP ABAP Report - Release list for stopped scheduling agreement releases







MESCR_STP_RELLIST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for List of stopped scheduling agreement (SA) releases You can use this list as a workplace to release FRC schedules and output messages, as well as use it for information on stopped FRC schedules...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 MESCR_STP_RELLIST 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

ME89 - Release of Stopped SA Releases


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 MESCR_STP_RELLIST. "Basic submit
SUBMIT MESCR_STP_RELLIST AND RETURN. "Return to original report after report execution complete
SUBMIT MESCR_STP_RELLIST 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: PFAB = JIT delivery schedules only
Selection Text: PFLAB = Both JIT and FRC schedules
Selection Text: PLAB = Forecast schedules only
Selection Text: P_MAIL = Mail for Internet release
Selection Text: P_WERKS = Plant
Selection Text: SO_ABRDT = Release date
Selection Text: SO_BERID = Planning area
Selection Text: SO_CPUDT = Release creation
Selection Text: SO_DISPO = MRP controller
Selection Text: SO_EBELN = Scheduling agreement
Selection Text: SO_LIFNR = Vendor
Selection Text: SO_MATNR = Material
Title: Release list for stopped scheduling agreement releases
Text Symbol: 010 = Release list of stopped SA releases
Text Symbol: 009 = Additional funcs
Text Symbol: 008 = JIT
Text Symbol: 007 = FRC
Text Symbol: 006 = Item:
Text Symbol: 005 = Sched. agmt
Text Symbol: 004 = JIT schd.
Text Symbol: 003 = FRC sched.
Text Symbol: 002 = Select sched.agreements
Text Symbol: 001 = Choose release type
Text Symbol: 020 = Sched. agmt item
Text Symbol: 021 = Release item
Text Symbol: 024 = Message text
Text Symbol: 025 = Sel.
Text Symbol: 026 = RelTy.
Text Symbol: 028 = Dely sched. released and mail sent
Text Symbol: 029 = Dely sched. released, but no messages generated
Text Symbol: 030 = Dely sched. released and mesgs generated
Text Symbol: 031 = Delivery schedule created, but message creation stopped
Text Symbol: 032 = Error in message determination
Text Symbol: 033 = Delivery schedule released, and message generated but not issued
Text Symbol: 034 = Dely sched. released, and messages generated and issued
Text Symbol: 040 = User
Text Symbol: 038 = Vendor address display
Text Symbol: 037 = No authorization





Text Symbol: 035 = Error printing message
Text Symbol: BIS = To
Text Symbol: 106 = Follow-up mat.
Text Symbol: 105 = Revision level change
Text Symbol: 104 = Tolerance violation: 3rd check. int.
Text Symbol: 103 = Tolerance violation: 2nd check. int.
Text Symbol: 102 = Tolerance violation: 1st check. int.
Text Symbol: 101 = Statically stopped
Text Symbol: 056 = Released, however error on mail generation
Text Symbol: 055 = Released, conventional messages generated, however error on mail generation
Text Symbol: 054 = Released, however no mailing address found
Text Symbol: 053 = Released, conventional messages generated, no mailing address found
Text Symbol: 052 = Dely sched. released, conventional messages generated, mail sent
Text Symbol: 051 = Dely sched. released, conventional messages generated, no mail sent
Text Symbol: 050 = Dely sched. released, no mail sent
Text Symbol: 045 = Import data
Text Symbol: 044 = Release of scheduling agmnt item
Text Symbol: UPD = Data update
Text Symbol: SML = Send info mail
Text Symbol: NOM = No messages generated
Text Symbol: 041 = Date/time
Text Symbol: 016 = Settings
Text Symbol: 015 = MRP ctrlr
Text Symbol: 014 = Mail generation for Internet releases active
Text Symbol: 013 = Mail generation for Internet releases not active
Text Symbol: 012 = MRP area
Text Symbol: 011 = Plnt


INCLUDES used within this REPORT MESCR_STP_RELLIST

INCLUDE MESCR_STP_RELLISTTOP.
INCLUDE MESCR_STP_RELLISTSEL.
INCLUDE MESCR_STP_RELLISTF01 .


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