Get Example source ABAP code based on a different SAP table
VERSION 5 IN
client-dependent A DDIC database table> BEGIN_SECTION VERSION 5 OUT or DDIC view> in END_SECTION VERSION 5 OUT ABAP Dictionary> is client-dependent if the first column is a client column >. The system table T000>>, which contains the AS ABAP> client IDs>, is an exception to this rule.
The client dependency of ABAP_CDS_V1_VIEWS > is declared in the CDS source code > by the ABAP annotation> @CLientHandling.type>.
The client dependency of CDS entities> is done automatically and implicitly by filtering the session variable> $session.client> and it cannot be changed. When accessing a client-dependent SQL data source in ABAP SQL> , an implicit client handling> takes place.