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

RSTS0010 SAP ABAP Report - TemSe Administration







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

SP12 - TemSe Administration


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 RSTS0010. "Basic submit
SUBMIT RSTS0010 AND RETURN. "Return to original report after report execution complete
SUBMIT RSTS0010 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: I_WILL = I will
Selection Text: DEBUG = With internal log
Title: TemSe Administration
Text Symbol: 135 = New
Text Symbol: 133 = Value
Text Symbol: 132 = Type
Text Symbol: 131 = Name
Text Symbol: 126 = With client..
Text Symbol: 124 = All parts....
Text Symbol: 121 = Not specified
Text Symbol: 120 = Client...
Text Symbol: 111 = ???
Text Symbol: 110 = ?!
Text Symbol: 107 = CharCode
Text Symbol: 106 = RecType
Text Symbol: 103 = Creator
Text Symbol: 102 = Client
Text Symbol: 101 = Part
Text Symbol: 100 = NAME
Text Symbol: 066 = Client....
Text Symbol: 065 = and possibly others.
Text Symbol: 064 = Profiles:
Text Symbol: 136 = def.
Text Symbol: 137 = mod.
Text Symbol: 138 = from
Text Symbol: 140 = You can administer TemSe in all clients
Text Symbol: 141 = You can only administer TemSe in your client
Text Symbol: 143 = You are not authorized to administer TemSe
Text Symbol: 146 = Positive
Text Symbol: 147 = Negative
Text Symbol: 148 = (unimportant)
Text Symbol: 150 = Creation date
Text Symbol: 151 = Expiration Date
Text Symbol: 153 = Unlimited
Text Symbol: 160 = This list cannot be refreshed
Text Symbol: 161 = TemSe---Administration
Text Symbol: 170 = Object successfully deleted.
Text Symbol: 172 = NO was confirmed for the deletion.





Text Symbol: 173 = Action was cancelled
Text Symbol: 174 = TemSe: Deletion of Objects
Text Symbol: 175 = Are you sure that you want to delete the object?
Text Symbol: 063 = Authorization:
Text Symbol: 013 = Statistics
Text Symbol: 014 = ==========
Text Symbol: 015 = (W) Line break inserted in statistics report
Text Symbol: 016 = Cannot access statistics report
Text Symbol: 017 = To save this text in a TemSe object, select F2
Text Symbol: 018 = Character Code Cache Set to Invalid
Text Symbol: 019 = ==============================================
Text Symbol: 020 = At Start: HAND4..
Text Symbol: 021 = After Open: HAND4..
Text Symbol: 022 = SUBRC..
Text Symbol: 023 = RC..
Text Symbol: 024 = MSG....
Text Symbol: 025 = After Read1: HAND4..
Text Symbol: 026 = After Read3: HAND4..
Text Symbol: 027 = After Close: HAND4..
Text Symbol: 028 = SUBRC...
Text Symbol: 029 = RC..
Text Symbol: 030 = ERRMSG..
Text Symbol: 031 = (W) Line break inserted in error text
Text Symbol: 032 = Unable to find error text
Text Symbol: 034 = RSTS0010: TemSe in Debug Mode
Text Symbol: 035 = Object
Text Symbol: 036 = has memory type
Text Symbol: 037 = Statistics for memory allocation of total of
Text Symbol: 038 = objects
Text Symbol: 039 = In database
Text Symbol: 040 = Bytes
Text Symbol: 041 = In files
Text Symbol: 042 = Bytes
Text Symbol: 043 = Total
Text Symbol: 044 = Bytes
Text Symbol: 045 = Clnt
Text Symbol: 046 = Appl.
Text Symbol: 047 = No. bytes in database
Text Symbol: 048 = No. bytes in files





Text Symbol: 049 = Owner
Text Symbol: 050 = Rec.Type
Text Symbol: 051 = Code
Text Symbol: 060 = The following authorizations are important
Text Symbol: 061 = for using this transaction:
Text Symbol: 062 = Check:


INCLUDES used within this REPORT RSTS0010

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_AUTH_CHECK CALL FUNCTION 'RSTS_AUTH_CHECK' EXPORTING AUTHORITY = ' ' CLIENT = HIDE_CLIENT NAME = HIDE_NAME PART = 1 ACTION = 'REA' EXCEPTIONS NO_PERMISSION = 1.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting TITLEBAR = 'TemSe: LOESCHEN von Objekten'(174) TEXT_QUESTION = 'Soll das Objekt tatsaechlich geloescht werden ??'(175) DEFAULT_BUTTON = 2 importing ANSWER = popup_answer.

RSLG_SHOW_SAPPARAM * CALL FUNCTION 'RSLG_SHOW_SAPPARAM' * TABLES NAMEPATTERN = PATTERNS.

RSLG_SHOW_SAPPARAM_ALV CALL FUNCTION 'RSLG_SHOW_SAPPARAM_ALV' TABLES NAMEPATTERN = PATTERNS.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID I_CALLBACK_PF_STATUS_SET = 'PF_STAT' I_CALLBACK_USER_COMMAND = 'USER_COMMAND_ALV' I_STRUCTURE_NAME = LC_SNAME IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT[] IT_EVENTS = GT_EVENTS TABLES T_OUTTAB = GT_TOTAL 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 = 'PF_STAT' I_CALLBACK_USER_COMMAND = 'USER_COMMAND_ALV' I_STRUCTURE_NAME = LC_SNAME IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT[] IT_EVENTS = GT_EVENTS TABLES T_OUTTAB = GT_LIST1 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 = 'PF_STAT' I_CALLBACK_USER_COMMAND = 'USER_COMMAND_ALV' I_STRUCTURE_NAME = LC_SNAME IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT[] IT_EVENTS = GT_EVENTS TABLES T_OUTTAB = GT_APPL 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 = 'PF_STAT' I_CALLBACK_USER_COMMAND = 'USER_COMMAND_ALV' I_STRUCTURE_NAME = LC_SNAME IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT[] IT_EVENTS = GT_EVENTS TABLES T_OUTTAB = GT_OWNER 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 = 'PF_STAT' I_CALLBACK_USER_COMMAND = 'USER_COMMAND_ALV' I_STRUCTURE_NAME = LC_SNAME IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT[] IT_EVENTS = GT_EVENTS TABLES T_OUTTAB = GT_RECORD 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 = 'PF_STAT' I_CALLBACK_USER_COMMAND = 'USER_COMMAND_ALV' I_STRUCTURE_NAME = LC_SNAME IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT[] IT_EVENTS = GT_EVENTS TABLES T_OUTTAB = GT_CODE 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 = 'PF_STAT' I_CALLBACK_USER_COMMAND = 'USER_COMMAND_ALV' I_STRUCTURE_NAME = LC_SNAME IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT[] IT_EVENTS = GT_EVENTS TABLES T_OUTTAB = GT_CDATE 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 = 'PF_STAT' I_CALLBACK_USER_COMMAND = 'USER_COMMAND_ALV' I_STRUCTURE_NAME = LC_SNAME IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT[] IT_EVENTS = GT_EVENTS TABLES T_OUTTAB = GT_EDATE EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = GV_REPID I_INTERNAL_TABNAME = IC_ITABLE I_STRUCTURE_NAME = IC_SNAME I_INCLNAME = GV_REPID 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.



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