SAP Reports / Programs

RUPSPORTAL SAP ABAP Report - documentation and ABAP source code







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

UPS - ALE Distribution Units (UPS)


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


Text pool values


List Header
Selection Text: P_SNAM = according to packet name
Selection Text: P_SSTS = according to packet status
Selection Text: P_SSYS = according to partner system
Selection Text: P_STYP = according to packet type
Selection Text: P_UPAP = x
Selection Text: P_UPER = x.
Selection Text: P_UPPO = x
Selection Text: P_UPRC = x
Selection Text: P_UPRJ = x
Selection Text: P_UPRL = x
Selection Text: P_UPSE = x
Selection Text: P_UPSN = x
Selection Text: P_UPSP = x
Selection Text: P_UPSV = x
Selection Text: SO_CREDA = Created on
Selection Text: SO_DIREC = D Distribution Direction
Selection Text: SO_LOGSY = D Partner System
Selection Text: SO_NAME = D Distribution Packet Name
Selection Text: SO_OWNER = D Owner of Packet
Selection Text: SO_TEXT = D Distrib. Packet Description
Selection Text: SO_UPSTY = D Type of Distribution Packet
Text Symbol: 999 = --------------------------------------------------------------------------------
Text Symbol: 001 = Packet Key
Text Symbol: 002 = Inbox Status
Text Symbol: 003 = Outbox Status
Text Symbol: 004 = Packet Attributes
Text Symbol: 005 = Sort Order
Text Symbol: 051 = Name
Text Symbol: 052 = Partner
Text Symbol: 053 = Pack. Type
Text Symbol: 054 = Description
Text Symbol: 056 = Status
Text Symbol: 100 = set all
Text Symbol: 101 = Saved
Text Symbol: 102 = Released
Text Symbol: 103 = partly sent
Text Symbol: 104 = Error Sending Data





Text Symbol: 105 = Sent
Text Symbol: 106 = Received
Text Symbol: 107 = Approved
Text Symbol: 108 = Rejected
Text Symbol: 109 = Posting Incomplete
Text Symbol: 110 = posted successfully
Text Symbol: 201 = No entries found


INCLUDES used within this REPORT RUPSPORTAL

INCLUDE : RUPSPORTAL_TOP,
RUPSPORTAL_001.


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