When trying to search the source code of extended CDS view by fragment of extension field name JDK, nothing found. This makes sense since none of SAP extensibility tool will directly MODIFY standard object. Hover the mouse to this small icon in CDS view and you can see lots of extension vi...
If you would like to build a drop down list based on a CDS view field like the status field below, it is not just enough to use the annotation “Consumption.valueHelp” in CDS view source code – you would just get a drop down list with technical code of status value displayed. Inste...
When trying to search the source code of extended CDS view by fragment of extension field name JDK, nothing found. This makes sense since none of SAP extensibility tool will directly MODIFY standard object. Hover the mouse to this small icon in CDS view and you can see lots of extension vi...
Double click on the request to see request detail. Here the view source code is encoded in Base64 format stored in chkrun:content. We can of course see the original text from some decode-encode online conversion website: If you could like to debug any request you see in ABAP communication...
Part11 –CDS view test double framework Part12 –CDS view source code count tool Part13 –CDS view authorization There is a good blog regardingkey user extensibility tool in S4written by Thomas Schneider. One of supported feature is customer can easily add new fields to extensible CDS view wit...
Double click on the request to see request detail. Here the view source code is encoded in Base64 format stored in chkrun:content. We can of course see the original text from some decode-encode online conversion website: If you could like to debug any request you see in ABAP communication...
Part11 –CDS view test double framework Part12 –CDS view source code count tool Part13 –CDS view authorization There is a good blog regardingkey user extensibility tool in S4written by Thomas Schneider. One of supported feature is customer can easily add new fields to extensible CDS view wit...
SAPCDSview自学教程之二:当SAPCDSview被激活时,背后发生了什么 You paste the following source code for a simple CDS view into ABAP development studio and activate it: @AbapCatalog.sqlViewName: 'zjerrySQL0208'@AbapCatalog.compiler.compareFilter: ***: #***: 'test 233'@ObjectModel: { createEnab...
If you would like to build a drop down list based on a CDS view field like the status field below, it is not just enough to use the annotation “Consumption.valueHelp” in CDS view source code – you would just get a drop down list with technical code of status value displayed. Inste...
Part11 –CDS view test double framework Part12 –CDS view source code count tool Part13 –CDS view authorization Part14 –CDS view performance analysis using PlanViz in HANA studio Let's try to resolve one real issue now. What we want to achieve is: in CRM we need a CDS view which re...