CAST Engineering Dashboard - Object - Missing objects - ABAP - files with calls or includes to other files are not shown on the dashboard
Purpose
If the abap analysis has these files which only have the calls or includes to other files these files are not shown on the dashboard and also not counted for LOC
Applicable in CAST Version
| Release | Yes/No |
|---|---|
| 8.3.x | ✅ |
Applicable RDBMS
| RDBMS | Yes/No |
|---|---|
| CSS | ✅ |
Details
CLASS-POOL /GBE/CL_IM_RE_CP_SF_I01 .
class-pool .
*"* class pool for class /GBE/CL_IM_RE_CP_SF_I01
*"* local type definitions
include /GBE/CL_IM_RE_CP_SF_I01=======ccdef.
*"* class /GBE/CL_IM_RE_CP_SF_I01 definition
*"* public declarations
include /GBE/CL_IM_RE_CP_SF_I01=======cu.
*"* protected declarations
include /GBE/CL_IM_RE_CP_SF_I01=======co.
*"* private declarations
include /GBE/CL_IM_RE_CP_SF_I01=======ci.
endclass. "/GBE/CL_IM_RE_CP_SF_I01 definition
Notes/comments