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

RSTS0030 SAP ABAP Report - TemSe Object Check







RSTS0030 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 RSTS0030 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 RSTS0030. "Basic submit
SUBMIT RSTS0030 AND RETURN. "Return to original report after report execution complete
SUBMIT RSTS0030 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: W_OB_LST = List objects?
Selection Text: W_03_CON = incl. TST03 consistency check?
Selection Text: W_01_CON = incl. TST01 consistency check?
Selection Text: P_PART = Part number (always enter 0)
Selection Text: P_OBJNAM = Object name (generic)
Selection Text: P_CLIENT = Client
Title: TemSe Object Check
Text Symbol: 210 = Deleted after inconsistency
Text Symbol: 230 = Write lock deleted
Text Symbol: 240 = You do not have authorization
Text Symbol: 241 = or
Text Symbol: 170 = No object found in TST01
Text Symbol: 001 = Consistency check of table TSP02 / frontend print requests
Text Symbol: 110 = Incorrect number of data lines in TST03
Text Symbol: 130 = Object with part number 1 missing
Text Symbol: 140 = A queue object can only have one part
Text Symbol: 150 = Object with part number
Text Symbol: 151 = is missing.
Text Symbol: 160 = TST01 is OK
Text Symbol: 162 = TemSe objects were checked
Text Symbol: 242 = .
Text Symbol: 296 = File:
Text Symbol: 300 = Does the related file have a name?
Text Symbol: 301 = &1 objects in total
Text Symbol: 302 = &1 data sets for these objects in total.
Text Symbol: 303 = Bytes
Text Symbol: 400 = Write locks on table TSP01/spool requests
Text Symbol: 402 = Delete flag
Text Symbol: 404 = Request
Text Symbol: 294 = TST01:
Text Symbol: 250 = You do not have authorization
Text Symbol: 251 = . You can therefore only test in
Text Symbol: 252 = client.
Text Symbol: 260 = Unknown command
Text Symbol: 271 = Length = 0
Text Symbol: 272 = Object reset
Text Symbol: 280 = Unable to access the related file
Text Symbol: 290 = The related file has an incorrect length





Text Symbol: 202 = TemSe data rows were checked
Text Symbol: 461 = Clnt
Text Symbol: 462 = TemSe object name
Text Symbol: 463 = Part
Text Symbol: 464 = Status
Text Symbol: 465 = Created by
Text Symbol: 466 = Created on
Text Symbol: 467 = Program
Text Symbol: 468 = Delete date
Text Symbol: 450 = Consistency check of table TSP0E / archive information
Text Symbol: 405 = Spool req.
Text Symbol: 406 = PrintR
Text Symbol: 409 = Comment
Text Symbol: 410 = Consistency check of table TSP01 / spool requests
Text Symbol: 413 = System
Text Symbol: 420 = Consistency check of table TSP02 / output requests
Text Symbol: 430 = Consistency check of table TST01 / TemSe objects
Text Symbol: 440 = Consistency check of table TST03 / TemSe data
Text Symbol: 469 = Storage type
Text Symbol: 493 = Consistency Check of Table TSP02W / Queueing
Text Symbol: 492 = Consistency Check of Table TSP02T / Time Control
Text Symbol: 470 = Storage place
Text Symbol: 471 = Size
Text Symbol: 472 = DB rows
Text Symbol: 473 = DB row
Text Symbol: 474 = Beginning of queue
Text Symbol: 475 = Selected TemSe objects
Text Symbol: 490 = Consistency Check of Table TSP01P / Composite Requests
Text Symbol: 491 = Consistency Check of Table TSP02A / Dynamic Attributes
Text Symbol: 180 = Data line number too small
Text Symbol: 190 = Data line numbers too large
Text Symbol: 200 = TST03 is OK


INCLUDES used within this REPORT RSTS0030

INCLUDE RSTS0031_ALV.
INCLUDE RSTS0021_ALV.


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:

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID I_CALLBACK_PF_STATUS_SET = GC_SET_STATUS I_CALLBACK_USER_COMMAND = GC_USER_COMMAND IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT1 IT_EVENTS = GT_EVENTS IS_PRINT = GS_PRINT TABLES T_OUTTAB = GT_OUTTAB EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE





CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = GV_REPID I_STRUCTURE_NAME = IC_T_SNAME1 CHANGING CT_FIELDCAT = XT_FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = XT_EVENTS EXCEPTIONS LIST_TYPE_WRONG = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID I_CALLBACK_PF_STATUS_SET = GC_SET_STATUS I_CALLBACK_USER_COMMAND = GC_USER_COMMAND IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT2 IT_EVENTS = GT_EVENTS TABLES T_OUTTAB = GT_TST01 EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID I_CALLBACK_PF_STATUS_SET = GC_SET_STATUS I_CALLBACK_USER_COMMAND = GC_USER_COMMAND IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT3 IT_EVENTS = GT_EVENTS TABLES T_OUTTAB = GT_TST03 EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID I_CALLBACK_PF_STATUS_SET = GC_SET_STATUS I_CALLBACK_USER_COMMAND = GC_USER_COMMAND I_STRUCTURE_NAME = GC_SNAME1 IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT1 IT_EVENTS = GT_EVENTS TABLES T_OUTTAB = GT_OUTTAB EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = GV_REPID I_STRUCTURE_NAME = IC_T_SNAME1 * I_INTERNAL_TABNAME = IC_T_STATAB * I_INCLNAME = GV_REPID CHANGING CT_FIELDCAT = XT_FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.



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