Get Example source ABAP code based on a different SAP table
VERSION 5 OUT
ABAP_CDS - Obsolete Client Handling in Table Functions Before the annotation @ClientHandling.type>> with the values #CLIENT_DEPENDENT> and #CLIENT_INDEPENDENT> was introduced, the client dependency> of a CDS table function was switched on and off using the annotation ClientDependent> with the values true> and false>.
The annotation ClientDependent:true> works like @ClientHandling.type:#CLIENT_DEPENDENT>.
The annotation ClientDependent:false> works like @ClientHandling.type:#CLIENT_INDEPENDENT>. Only the annotation @ClientHandling.type> should now be used in new CDS table functions. The annotations @ClientHandling> and @ClientDependent> cannot be used together in the definition of a CDS table function. If neither of the annotations @ClientHandling.type > and @ClientDependent> is specified, the default value of @ClientHandling.type> applies.