Skip to content

A-01 · No

FieldValue
IDA-01
Categoryauthorization
Severityerror
Blocks modeEVIDENCE_GROUNDED (plan drops to HEURISTIC_DRAFT while the gate is red)
Applies toevery CDS node in the plan graph
Sourceinternal/sap/validate/validate.go

No node carries the annotation access_check: #NOT_REQUIRED. On a business-measure view that value disables the authorization runtime check entirely and cannot be shipped.

Any node in the plan has Annotations["access_check"] == "#NOT_REQUIRED".

A-01: one or more views use #NOT_REQUIRED on business-sensitive data.

Change the annotation to #CHECK (add or reference a DCL role — see A-02) or #PRIVILEGED_ONLY as the case requires. See How to resolve a gate.