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

RSECATTLOGSELECT SAP ABAP Report - INTERNAL







RSECATTLOGSELECT 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 RSECATTLOGSELECT 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. "Basic submit
SUBMIT RSECATTLOGSELECT AND RETURN. "Return to original report after report execution complete
SUBMIT RSECATTLOGSELECT 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: TVARID = D .
Selection Text: SYSTEM = D .
Selection Text: STATUS = D .
Selection Text: STARTUSR = D .
Selection Text: STARTTIM = D .
Selection Text: STARTDAT = D .
Selection Text: OBJTEXT = D .
Selection Text: MAXROWS = D .
Selection Text: LOGKEY = D .
Selection Text: EXPIRES = D .
Selection Text: C_TYPE = D .
Selection Text: TVALIDA = Validation
Selection Text: TSCRIPT = Test Script
Selection Text: TCONFIG = Test Configuration
Selection Text: OBJECT = Object for Command
Selection Text: NEW_BLUE = Use New Message Display
Selection Text: FUNC = Name of Command
Selection Text: C_TIME = Time
Selection Text: C_OBJDES = Object Description
Selection Text: C_DATE = Date
Selection Text: BATCH = Started in Batch
Selection Text: ARCHSHOW = Display Archive
Title: INTERNAL
Text Symbol: 111 = Hide
Text Symbol: 105 = Caller Information
Text Symbol: 104 = Script Data
Text Symbol: 103 = Header Data
Text Symbol: 102 = Log Selection


INCLUDES used within this REPORT RSECATTLOGSELECT

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:

DATE_GET_WEEK CALL FUNCTION 'DATE_GET_WEEK' EXPORTING date = sy-datum IMPORTING week = l_week.

WEEK_GET_FIRST_DAY CALL FUNCTION 'WEEK_GET_FIRST_DAY' EXPORTING week = l_week IMPORTING date = startdat-low.

RS_EXTERNAL_SELSCREEN_STATUS CALL FUNCTION 'RS_EXTERNAL_SELSCREEN_STATUS' EXPORTING p_fb = 'ECATT_LOG_SET_STATUS'.

ECATT_LOG_QUERY CALL FUNCTION 'ECATT_LOG_QUERY' EXPORTING im_system = system im_batch = batch im_status = status im_archshow = archshow im_maxrows = maxrows im_type = c_type im_obj_desc = c_objdes TABLES im_logkey = logkey im_startusr = startusr im_startdat = startdat im_starttim = starttim im_expires = expires im_objtext = objtext im_func = func im_object = object im_archflag = archflag im_tconfig = tconfig im_tvarid = tvarid im_tscript = tscript im_tvalida = tvalida im_date = c_date im_time = c_time.

ECATT_INSERT_COMMAND_POPUP CALL FUNCTION 'ECATT_INSERT_COMMAND_POPUP' EXPORTING im_toc = toc im_mode = 'FUNC' IMPORTING ex_fcode = fcode ex_etscr = etscr.

ECATT_INSERT_COMMAND_POPUP CALL FUNCTION 'ECATT_INSERT_COMMAND_POPUP' EXPORTING im_toc = toc im_mode = 'FUNC' IMPORTING ex_fcode = fcode ex_etscr = etscr.



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