CACS_CHECK_CASERUN 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 CACS_CHECK_CASERUN 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: XLIST = Output as List
Selection Text: XSTEP = Processing (sec.)
Selection Text: XAPPL = D .
Selection Text: XJOB = D .
Selection Text: XRUN = D .
Title: Performance Overview - Commission Cases
Text Symbol: 000 = Commission Application Considered
Text Symbol: 001 = Number of Commission Cases Considered
Text Symbol: 002 = Number of Runs Considered
Text Symbol: 003 = Start Time of First Run
Text Symbol: 004 = End Time of Last Run
Text Symbol: 005 = Number of Time Slots Analyzed
Text Symbol: 006 = Length of a Time Slot [Seconds]
Text Symbol: 100 = Determine
Text Symbol: 101 = Get Database Sizes
Text Symbol: 102 = Prepare Measurement ...
Text Symbol: 103 = Processing of Results ...
Text Symbol: 213 = No Data Available
Text Symbol: 910 = Restriction of Analyzed Dataset
Text Symbol: 920 = Processing of Analysis Results
INCLUDE CACS_CHECK_CASERUNTOP . " GLOBAL DATA
INCLUDE CACS_GLOBDEF . " GLOBAL DATA
No SAP DATABASE tables are accessed within this REPORT code!
CACS_APPL_USE_CHECK CALL FUNCTION 'CACS_APPL_USE_CHECK' EXPORTING i_appl = xappl EXCEPTIONS others = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.