Hello Everyone,
I have a client-specific table on which I have created a CDS view entity. When I try to use this CDS view in CL_DD_DFIES_PROVIDER=>READ_NAMETAB, I get an extra row entry with datatype "NODE" along with the other columns of my table. When I further debugged, I saw that it was implicitly added for CDS view entities and a few other entities, as can be seen in the screenshot.


ls_node1_field gets inserted into entities irrespective of Client dependency or not.

Does anyone know why it is added to the x0311_tab separately and what is the significance of it?
Thank you.