SAP Reports / Programs

RUPSSETUP SAP ABAP Report - ALE Distribution Unit: Setup







RUPSSETUP 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 RUPSSETUP 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

UPSSETUP - Set Up UPS Automatically


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 RUPSSETUP. "Basic submit
SUBMIT RUPSSETUP AND RETURN. "Return to original report after report execution complete
SUBMIT RUPSSETUP 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: TRANSPOR = Transport (EMPFOHLEN in D Sys)
Title: ALE Distribution Unit: Setup
Text Symbol: 100 = Generation of Object-Type Levels
Text Symbol: 200 = Generation of Event Registry
Text Symbol: 400 = Generation of Middleware-Type Serialization
Text Symbol: 600 = Import of SAP Package Types
Text Symbol: 700 = Migration of Object Type Customizing for Middleware Type
Text Symbol: 800 = Migration of Object-Type Customizing
Text Symbol: 900 = Transport for Client-Dependent Tables
Text Symbol: 901 = Transport for Client-Indepdenent Tables


INCLUDES used within this REPORT RUPSSETUP

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:

LIST_FROM_MEMORY CALL FUNCTION 'LIST_FROM_MEMORY' TABLES LISTOBJECT = ls_protocol-list EXCEPTIONS OTHERS = 0.

LIST_FROM_MEMORY CALL FUNCTION 'LIST_FROM_MEMORY' TABLES LISTOBJECT = ls_protocol-list EXCEPTIONS OTHERS = 0.

LIST_FROM_MEMORY CALL FUNCTION 'LIST_FROM_MEMORY' TABLES LISTOBJECT = ls_protocol-list EXCEPTIONS OTHERS = 0.

LIST_FROM_MEMORY CALL FUNCTION 'LIST_FROM_MEMORY' TABLES LISTOBJECT = ls_protocol-list EXCEPTIONS OTHERS = 0.

LIST_FROM_MEMORY CALL FUNCTION 'LIST_FROM_MEMORY' TABLES LISTOBJECT = ls_protocol-list EXCEPTIONS OTHERS = 0.

LIST_FROM_MEMORY CALL FUNCTION 'LIST_FROM_MEMORY' TABLES LISTOBJECT = ls_protocol-list EXCEPTIONS OTHERS = 0.

TR_REQUEST_CHOICE CALL FUNCTION 'TR_REQUEST_CHOICE' EXPORTING IV_REQUEST_TYPES = 'W' IT_E071 = lt_e071 EXCEPTIONS INVALID_REQUEST = 1 INVALID_REQUEST_TYPE = 2 USER_NOT_OWNER = 3 NO_OBJECTS_APPENDED = 4 ENQUEUE_ERROR = 5 CANCELLED_BY_USER = 6 RECURSIVE_CALL = 7 OTHERS = 8 .

TR_REQUEST_CHOICE CALL FUNCTION 'TR_REQUEST_CHOICE' EXPORTING IV_REQUEST_TYPES = 'K' IT_E071 = lt_e071 IT_E071K = lt_e071k EXCEPTIONS INVALID_REQUEST = 1 INVALID_REQUEST_TYPE = 2 USER_NOT_OWNER = 3 NO_OBJECTS_APPENDED = 4 ENQUEUE_ERROR = 5 CANCELLED_BY_USER = 6 RECURSIVE_CALL = 7 OTHERS = 8 .

WRITE_LIST CALL FUNCTION 'WRITE_LIST' TABLES LISTOBJECT = ls_protocol-list EXCEPTIONS OTHERS = 0.

DSYS_SHOW_FOR_F1HELP CALL FUNCTION 'DSYS_SHOW_FOR_F1HELP' EXPORTING DOKCLASS = 'RE' DOKNAME = ls_protocol-report EXCEPTIONS OTHERS = 0.



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