SAP Reports / Programs

MESCR_STP_ALV_TREE SAP ABAP Report - List of Stopped SA Releases







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


Text pool values


List of Stopped SA Releases
Selection Text: PBDLP = MRP ctrlr/Vendor/Sched.agmnt
Selection Text: PFAB = Forecast schedules only
Selection Text: PFLAB = Both JIT and FRC schedules
Selection Text: PLAB = JIT delivery schedules only
Selection Text: PLBDL = Vendor/MRP ctrlr/Sched. agmnt
Selection Text: PMLBD = Material/Vendor/MRP controller
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 = Creation date
Selection Text: SO_DISPO = MRP controller
Selection Text: SO_EBELN = Scheduling agreement
Selection Text: SO_LIFNR = Vendor
Selection Text: SO_MATNR = Material
Title: List of Stopped SA Releases
Text Symbol: 041 = Dely sched. released, and messages generated and issued
Text Symbol: 042 = Released, conventional messages generated, however error on mail generation
Text Symbol: 043 = Released, however error on mail generation
Text Symbol: 044 = Release of scheduling agmnt item
Text Symbol: 045 = Dely sched. released and mail sent
Text Symbol: 048 = Sched. agmt
Text Symbol: 049 = Item:
Text Symbol: 050 = Sched.agmnt item:
Text Symbol: 051 = Dely sched. released, but no messages generated
Text Symbol: 052 = Error in message determination
Text Symbol: 053 = Dely sched. released and mesgs generated
Text Symbol: 054 = Delivery schedule created, but message creation stopped
Text Symbol: ABU = Rel. overview
Text Symbol: BIS = To
Text Symbol: FRC = FRC sched.
Text Symbol: JIT = JIT schd.
Text Symbol: SML = Send info mail
Text Symbol: STA = Status txt
Text Symbol: UPD = Data update
Text Symbol: 040 = Delivery schedule released, and message generated but not issued
Text Symbol: 001 = List of stopped SA releases





Text Symbol: 005 = Choose rel.type
Text Symbol: 006 = Select sched.agreements
Text Symbol: 007 = User
Text Symbol: 008 = Selection date/time
Text Symbol: 009 = Plnt
Text Symbol: 010 = FRC
Text Symbol: 011 = JIT
Text Symbol: 012 = Build hierarchy
Text Symbol: 013 = Mail generation for Internet releases not active
Text Symbol: 014 = Mail generation for Internet releases act.
Text Symbol: 015 = Import data
Text Symbol: 016 = SA rels selected
Text Symbol: 017 = Additional funcs
Text Symbol: 018 = MRP ctrlr
Text Symbol: 019 = Display mails
Text Symbol: 020 = Release
Text Symbol: 021 = Release and output
Text Symbol: 022 = Message output
Text Symbol: 023 = Requirements/Stock Lst
Text Symbol: 024 = Sch. agmt. schedule
Text Symbol: 025 = Detail
Text Symbol: 026 = Print view
Text Symbol: 027 = FRC schedule line
Text Symbol: 028 = PO history
Text Symbol: 029 = MRP area/Controller/Vendor/Sched.agreement
Text Symbol: 030 = Sorting
Text Symbol: 031 = MRP controller/Vendor/Sched. agreement
Text Symbol: 032 = Vendor/MRP controller/Sched. agreement
Text Symbol: 033 = Material/Vendor/MRP ctrlr/Sched.agmnt
Text Symbol: 034 = Dely sched. released, and messages generated and issued
Text Symbol: 035 = Dely sched. released, no mail sent
Text Symbol: 036 = Dely sched. released, conventional messages generated, no mail sent
Text Symbol: 037 = Dely sched. released, conventional messages generated, mail sent
Text Symbol: 038 = Released, conventional messages generated, no mailing address found
Text Symbol: 039 = Released, however no mailing address found


INCLUDES used within this REPORT MESCR_STP_ALV_TREE

INCLUDE MESCR_STP_ALV_TREETOP.
INCLUDE MESCR_STP_ALV_TREESEL.
INCLUDE MESCR_STP_TOOLBAR_EVENT_REC.
INCLUDE MESCR_STP_TREE_EVENT_RECEIVER.






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