Skip to content

N-01 · CDS entity name length

FieldValue
IDN-01
Categorynaming
Severityerror
Blocks modeHEURISTIC_DRAFT (blocks every promotion)
Applies toevery CDS node in the plan graph (Dimension, Cube, Query, AccessControl, MetaExt)
Sourceinternal/sap/validate/validate.go

The entity name is a legal SAP CDS entity identifier — 30 characters or fewer, and compliant with the naming.KindCDSEntity rule set (allowed character classes, prefix conventions, reserved-word exclusions).

Atlas emits N-01 once per offending node. The plan graph contains at least one CDS node whose Name fails naming.Validate(name, KindCDSEntity).

The gate’s detail field contains the joined reason list returned by naming.Validate — for example name exceeds 30 characters; underscore prefix reserved for SAP.

Shorten or rename the node in the plan. The general flow is in How to resolve a gate.