SAP Reports / Programs

SAPUPS SAP ABAP dialog Program - ALE Distribution Unit: Maintenance Interface







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


Transaction Code(s):

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


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


Text pool values


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


INCLUDES used within this REPORT SAPUPS

INCLUDE UPSTOP.
INCLUDE UPSF00.
INCLUDE UPSF01.
INCLUDE UPSO01.
INCLUDE UPSI01.
INCLUDE UPSF14.
INCLUDE UPSO14.
INCLUDE UPSF02.
INCLUDE UPSO02.
INCLUDE UPSI02.




INCLUDE UPSF04.
INCLUDE UPSO04.
INCLUDE UPSI04.
INCLUDE UPSF13.
INCLUDE UPSO13.
INCLUDE UPSI13.
INCLUDE UPSF03.
INCLUDE UPSO03.
INCLUDE UPSI03.
INCLUDE UPSF11.
INCLUDE UPSO11.
INCLUDE UPSI11.
INCLUDE UPSF12.
INCLUDE UPSO12.
INCLUDE UPSI12.
INCLUDE UPSF05.
INCLUDE UPSO05.
INCLUDE UPSI05.
INCLUDE UPSO10.
INCLUDE UPSI10.
INCLUDE UPSI14.
INCLUDE UPSF10.
INCLUDE UPSO15.
INCLUDE UPSO16.


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