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
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.