Technology Blog Posts by SAP
cancel
Showing results for 
Search instead for 
Did you mean: 
wolfgang_woehrle
Product and Topic Expert
Product and Topic Expert
27,358
So far, you could debug ABAP Managed Database Procedures (AMDPs). From now on, you can now also debug CDS table functions using the AMDP debugger.


A table function consists of a CDS definition and a SQL Script procedure implementation that is used for data retrieval when the table function is accessed (for example using OpenSQL).

For more information, look here Debugging AMDPs and CDS Table Functions