SAP Reports / Programs | Basis Components | Use Subcomponents | Print and Output Management(BC-CCM-PRN) SAP BC

RSPOPOSS_SET SAP ABAP Report - Program RSPOPOSS







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


Text pool values


Title: Program RSPOPOSS
Text Symbol: 169 = Field length must be between 1 and 40
Text Symbol: 168 = Field Label
Text Symbol: 167 = Value Name
Text Symbol: 166 = Value Index
Text Symbol: 165 = Option Name
Text Symbol: 164 = Option 3
Text Symbol: 163 = Option 2
Text Symbol: 162 = Option 1
Text Symbol: 161 = Method Name
Text Symbol: 160 = Method Number
Text Symbol: 159 = Simplex
Text Symbol: 158 = Duplex, Short Edge Binding
Text Symbol: 157 = Duplex, Long Edge Binding
Text Symbol: 156 = Monochrome
Text Symbol: 155 = Colour
Text Symbol: 154 = Tray Name
Text Symbol: 153 = Tray Number
Text Symbol: 152 = Command
Text Symbol: 151 = Name
Text Symbol: 110 = Display mode. (No modify authorisation.)
Text Symbol: 109 = $1 not allowed to set options.
Text Symbol: 108 = Internal option error, sy-subrc = $3.
Text Symbol: 107 = Spool memory flush failed.
Text Symbol: 106 = Specify a valid device type.
Text Symbol: 105 = No more input allowed. (Upper bound is $3.)
Text Symbol: 104 = Specify a valid number ($3-$4).
Text Symbol: 103 = Definition incomplete.
Text Symbol: 102 = Unsaved data will be lost. Do you want to exit?
Text Symbol: 101 = Existing definition in DB will be overwritten.


INCLUDES used within this REPORT RSPOPOSS_SET

INCLUDE RSPOPOSS_SET_0150. " COMMON VARIABLES AND COMMON
INCLUDE RSPOPOSS_SET_0151. " FOR INPUT TRAYS, OUTPUT
INCLUDE RSPOPOSS_SET_0152. " FOR JOB SEPARATION, PAGE
INCLUDE RSPOPOSS_SET_0153. " FOR DUPLEX AND VENDOR
INCLUDE RSPOPOSS_SET_0154. " FOR COLOUR.
INCLUDE RSPOPOSS_SET_0161. " FOR SHOWALL.
INCLUDE RSPOPOSS_SET_0100. " THIS INCLUDE ACCESSES TO


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