RSECATTLOGSELECT_TWB_USED is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report displays a list of logs with their caller information (for example, from the Test Workbench)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RSECATTLOGSELECT_TWB_USED into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: STATUS = D .
Selection Text: STARTUSR = D .
Selection Text: STARTTIM = D .
Selection Text: STARTDAT = D .
Selection Text: OBJTEXT = D .
Selection Text: LOGKEY = D .
Selection Text: EXPIRES = D .
Selection Text: C_TYPE = D .
Selection Text: ARC_FLAG = D .
Selection Text: C_TIME = Time
Selection Text: C_OBJDES = Object Description
Selection Text: C_DATE = Date
Title: INTERNAL
Text Symbol: 518 = Make Standard
Text Symbol: 517 = Date Change
Text Symbol: 105 = Caller Information
Text Symbol: 104 = Script Data
Text Symbol: 103 = Header data
Text Symbol: 102 = Log Selection
Text Symbol: 017 = Switch Off Archiving for Selected Lines
Text Symbol: 016 = Change Expiry Date for Selected Lines ...
Text Symbol: 015 = Switch On Archiving for Selected Lines
Text Symbol: 014 = Object Description
Text Symbol: 013 = Type of Caller
Text Symbol: 012 = Archiving Indic.
Text Symbol: 011 = Expiry Date
Text Symbol: 010 = StartTime
Text Symbol: 009 = Start Date
Text Symbol: 008 = Starter
Text Symbol: 007 = Title
Text Symbol: 006 = Operation No.
Text Symbol: 005 = Status
Text Symbol: 004 = Select
Text Symbol: 003 = Logs found
Text Symbol: 002 = Deselect All
Text Symbol: 001 = Select All
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING * NO_VALUE_CHECK = ' ' popup_title = 'Datumsänderung'(517) * START_COLUMN = '5' * START_ROW = '5' IMPORTING returncode = l_returncode TABLES fields = lt_field EXCEPTIONS error_in_fields = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.