Get Example source ABAP code based on a different SAP table
ABAP_AMDP in ABAP Release 7.73 ITOC
ABAP_MODIFICATION_NN AMDP Scalar Functions>
In the implementation of AMDP scalar functions>, it is now possible to specify the database-specific option DETERMINISTIC>> after OPTIONS>. This buffers the result of the function for the duration of a query.
The option CDS SESSION CLIENT>> is now mandatory when an AMDP method accesses the ABAP_CDS_MNG_VIEW > of a CDS view> whose client handling> is determined by the annotation @ClientHandling.algorithm: #SESSION_VARIABLE>>. If this option is not specified in this case, a syntax error occurs. The option sets the session variable> of the database that can be addressed under the name $session.client>> in the CDS DDL> of the ABAP CDS> to a particular value when the method is called from ABAP. An exception of the class CX_AMDP_CDS_CLIENT_MISMATCH> can now no longer be raised.