Open
Description
Check Name
Comment Usage
Error replication
Internal system EHR
Actual Behavior
This check is being thrown for report
RP_HRCCO_NECOH_WRI
which was automatically generated as part of the DPP (Data Privacy and Protection) initiative; however, the check is pointing to a specific line where it includes a very old (2015) code,hcmdp_parch_sel_screen_mod
. Check below:
Program RP_HRCCO_NECOH_WRI Include RP_HRCCO_NECOH_WRI line 38 Column. 0
38. AT SELECTION-SCREEN OUTPUT.
39.
40. INCLUDE hcmdp_parch_sel_screen_mod.
This is unexpected because the only includes subject to analysis should be those with creation date >= 2018.
Expected Behavior
Include
hcmdp_parch_sel_screen_mod
should be ingnored from the analysis and reportRP_HRCCO_NECOH_WRI
should throw no errors at all.