SAP Reports / Programs | Basis Components | Basis Components | eCATT Extended Computer Aided Test Tool(BC-TWB-TST-ECA) SAP BC

RSECATTLOGSELECT_TWB_USED SAP ABAP Report - INTERNAL







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


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 RSECATTLOGSELECT_TWB_USED. "Basic submit
SUBMIT RSECATTLOGSELECT_TWB_USED AND RETURN. "Return to original report after report execution complete
SUBMIT RSECATTLOGSELECT_TWB_USED 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: 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


INCLUDES used within this REPORT RSECATTLOGSELECT_TWB_USED

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:

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.



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