SAP Reports / Programs

RSTS0012 SAP ABAP Report - TemSe directory







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

SP11 - TemSe directory


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


Text pool values


Title: TemSe directory
Text Symbol: 136 = ->Users
Text Symbol: 135 = ->User maintenance
Text Symbol: 134 = ->Administration
Text Symbol: 133 = ->Tools
Text Symbol: 132 = can check the following:
Text Symbol: 131 = have, you (or your system administrator)
Text Symbol: 130 = To find out what authorizations you
Text Symbol: 126 = and possibly others.
Text Symbol: 124 = Profiles:
Text Symbol: 122 = and possibly others.
Text Symbol: 120 = Authorization:
Text Symbol: 119 =
Text Symbol: 118 = (external clients)
Text Symbol: 117 = (external user)
Text Symbol: 116 = (your own)
Text Symbol: 114 = (change)
Text Symbol: 113 = (append)
Text Symbol: 112 = (delete)
Text Symbol: 111 = (view)
Text Symbol: 110 = (generate)
Text Symbol: 109 = 3. The object name
Text Symbol: 108 = (who created it)
Text Symbol: 107 = 2. Who is responsible for the TemSe object
Text Symbol: 106 = 1. Which operation is desired
Text Symbol: 105 = Checks are made for:
Text Symbol: 137 = ->Info
Text Symbol: 909 = Name :
Text Symbol: 908 = Parts
Text Symbol: 907 = Created By
Text Symbol: 906 = User
Text Symbol: 905 = Size
Text Symbol: 904 = Type
Text Symbol: 903 = Date
Text Symbol: 902 = Time
Text Symbol: 901 = Name
Text Symbol: 162 = ?
Text Symbol: 161 = Cust.





Text Symbol: 160 = SAP
Text Symbol: 152 = Value
Text Symbol: 151 = Field
Text Symbol: 150 = Object
Text Symbol: 148 = [Display value]
Text Symbol: 147 = Enter
Text Symbol: 146 = TemSe: Actions on TemSe objects
Text Symbol: 145 = Mark
Text Symbol: 143 = Basis administration
Text Symbol: 142 = Select
Text Symbol: 141 = [Sel.object]
Text Symbol: 140 = Enter your name
Text Symbol: 139 = ->User values
Text Symbol: 138 = ->Overview
Text Symbol: 026 = Unknown
Text Symbol: 025 = No
Text Symbol: 024 = Yes
Text Symbol: 023 = 4 bytes leader
Text Symbol: 022 = LF and CR at line end
Text Symbol: 021 = LF at line end
Text Symbol: 020 = Bytes
Text Symbol: 019 = Invalid character set
Text Symbol: 018 = Closed
Text Symbol: 017 = is being written
Text Symbol: 016 = Unknown
Text Symbol: 015 = Queue object
Text Symbol: 014 = Multi-part object
Text Symbol: 013 = Unknown
Text Symbol: 012 = Queue
Text Symbol: 011 = Parts
Text Symbol: 010 = Creator
Text Symbol: 009 = User
Text Symbol: 008 = Size
Text Symbol: 007 = Type
Text Symbol: 006 = Time
Text Symbol: 005 = Date
Text Symbol: 004 = Name
Text Symbol: 003 = Temse: Delete object
Text Symbol: 002 = object?





Text Symbol: 001 = Delete TemSe
Text Symbol: 104 = on a TemSe object.
Text Symbol: 103 = Authorizations are required for each operation
Text Symbol: 102 = Processing here is always client-specific.
Text Symbol: 101 = operation.
Text Symbol: 100 = No authorizations are required for general
Text Symbol: 061 = Read
Text Symbol: 060 = You are not authorized to view object
Text Symbol: 054 = corresponding TemSe objects?
Text Symbol: 053 = Do you want to delete the
Text Symbol: 052 = using Transaction sm37.
Text Symbol: 051 = should only be deleted
Text Symbol: 050 = Background processing requests
Text Symbol: 044 = corresponding TemSe objects?
Text Symbol: 043 = Do you want to delete the
Text Symbol: 042 = transaction sp01.
Text Symbol: 041 = be deleted using
Text Symbol: 040 = Spool requests should only
Text Symbol: 035 = Temse: Delete objects
Text Symbol: 034 = TemSe objects?
Text Symbol: 033 = Delete
Text Symbol: 032 = Name
Text Symbol: 031 = variable
Text Symbol: 030 = This TemSe object is empty
Text Symbol: 029 = to tape
Text Symbol: 028 = to file
Text Symbol: 027 = in long database lines


INCLUDES used within this REPORT RSTS0012

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:

RSTS_OBJNAME_VALUE_HELP call function 'RSTS_OBJNAME_VALUE_HELP' EXPORTING pattern = *tst01-dname singe_or_generic = 'G' IMPORTING objname = tst01-dname EXCEPTIONS no_selection = 1 no_match = 2 bad_pattern = 3.

POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING diagnosetext1 = 'Spool-Auftraege sollten nur'(040) diagnosetext2 = 'mit Transaktion SP01 im'(041) diagnosetext3 = 'Ganzen geloescht werden.'(042)

POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING diagnosetext1 = 'Hintergrundverabeitungsauftraege'(050) diagnosetext2 = 'sollten nur mit Tr. SM37'(051)

POPUP_TO_CONFIRM_WITH_VALUE call function 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING text_before = 'Soll das TemSe-Objekt '(001) objectvalue = selected-dname text_after = ' gelöscht werden?'(002) titel = 'TemSe: Objekt löschen '(003) defaultoption = 'N' IMPORTING answer = popup_answer.

POPUP_TO_CONFIRM_LOSS_OF_DATA



call function 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = popup_text textline2 = 'TemSe-Objekte gelöscht werden?'(034) titel = 'TemSe: Objekte löschen'(035) IMPORTING answer = popup_answer.

RSTS_REMOVE_OBJECT call function 'RSTS_REMOVE_OBJECT' EXPORTING name = selected-dname commit = 'X' force = 'X' EXCEPTIONS no_object = 1 no_permission = 2 others = 3.

RSTS_OPEN_RB call function 'RSTS_OPEN_RB' EXPORTING " SHOWLG = 'X' " not before READ name = selected-dname objtype = selected-dtype prom = 'I' EXCEPTIONS no_object = 2 no_permission = 3 fb_rsts_noconv = 4 fb_rsts_other = 1.

RSTS_READ call function 'RSTS_READ' EXPORTING bufflg = l_cols maxix = line_max hflag = 'X' showlg = 'X' IMPORTING alldata = alldata TABLES datatab = dataset EXCEPTIONS fb_rsts_other = 1.

RSTS_READ call function 'RSTS_READ' EXPORTING maxix = line_max hflag = 'X' showlg = 'X' IMPORTING alldata = alldata TABLES datatab = dataset EXCEPTIONS fb_rsts_other = 1.

RSTS_CLOSE call function 'RSTS_CLOSE' EXCEPTIONS fb_rsts_other = 1.

RSTS_OPEN_RLC CALL FUNCTION 'RSTS_OPEN_RLC' EXPORTING alline = 'X' name = selected-dname " SHOWLG = 'X' " not before READ objtype = selected-dtype prom = 'I' EXCEPTIONS no_object = 2 no_permission = 3 fb_rsts_noconv = 4 fb_rsts_other = 1 OTHERS = 5.

RSTS_READ CALL FUNCTION 'RSTS_READ' EXPORTING maxix = line_max showlg = 'X' IMPORTING alldata = alldata TABLES datatab = DATASET EXCEPTIONS FB_CALL_HANDLE = 1 FB_ERROR = 2 FB_RSTS_NOCONV = 3 fb_rsts_other = 4 OTHERS = 5.

RSTS_CLOSE CALL FUNCTION 'RSTS_CLOSE' EXCEPTIONS FB_CALL_HANDLE = 1 FB_ERROR = 2 fb_rsts_other = 3 OTHERS = 4.

RSTS_LAST_ERROR call function 'RSTS_LAST_ERROR' TABLES texttab = dataset_append.



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