SAPUPS is a standard Module pool for a dialog screen ABAP Program 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 SAPUPS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
UPS03 - Display ALE Distribution Unit
UPS02 - Change ALE Distribution Unit
UPS01 - Create ALE Distribution Unit
UPS04 - Copy ALE Distribution Unit
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.
Title: ALE Distribution Unit: Maintenance Interface
Text Symbol: 504 = Delete Job
Text Symbol: 503 = Application Log
Text Symbol: 502 = Number of Hidden Objects
Text Symbol: 501 = Sum of Objects
Text Symbol: 500 = Log of Package
Text Symbol: 108 = X
Text Symbol: 107 = Released/Susp.
Text Symbol: 106 = Completed
Text Symbol: 105 = Canceled
Text Symbol: 104 = Released
Text Symbol: 103 = Planned
Text Symbol: 102 = Ready
Text Symbol: 101 = Active
Text Symbol: 031 = Do you now want the object IDocs to be automatically identified?
Text Symbol: 030 = Object IDOCs Not Completely Identified
Text Symbol: 021 = Do you now want the objects to be automatically serialized?
Text Symbol: 020 = Missing Object Serialization
Text Symbol: 013 = Do you really want to reject package?
Text Symbol: 012 = The existing job has been overwritten
Text Symbol: 011 = Job for Unit
Text Symbol: 010 = Are you sure you want to delete?
Text Symbol: 008 = Delete Distribution Unit
Text Symbol: 007 = Delete Corection Package
Text Symbol: 005 = Exit Object Editing
Text Symbol: 004 = Save data?
Text Symbol: 002 = Do you want to cancel processing?
Text Symbol: 001 = Cancel processing of ALE distribution unit
INCLUDE UPSTOP.
INCLUDE UPSF00.
INCLUDE UPSF01.
INCLUDE UPSO01.
INCLUDE UPSI01.
INCLUDE UPSF14.
INCLUDE UPSO14.
INCLUDE UPSF02.
INCLUDE UPSO02.
INCLUDE UPSI02.
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.