1. Debugging in UI5 application 2. Debugging in ABAP backend Part1 - how to test odata service generated by CDS view Part2 - what objects are automatically generate
I am a newbie of CDS view related topic and recently I have to learn it. I will write down here not only the knowledge I learned but also the way how I obtain them via self study ( debugging, or other ABAP tool ). Because it would be quite easy for us to just paste the source ...
In part1 of this tutorial, the old way to create OData service on top of CDS view is introduced. In SAP HelpGenerate Service Artifacts From a CDS Viewa new annotation is described: @OData.publish: true Just add this annotation to your CDS view and the odata service is automatically create...
In part1 of this tutorial, the old way to create OData service on top of CDS view is introduced. In SAP HelpGenerate Service Artifacts From a CDS Viewa new annotation is described: @OData.publish: true Just add this annotation to your CDS view and the odata service is automatically create...
I am a newbie of CDS view related topic and recently I have to learn it. I will write down here not only the knowledge I learned but also the way how I obtain them via self study ( debugging, or other ABAP tool ). Because it would be quite easy for us to just paste the source...
I am a newbie of CDS view related topic and recently I have to learn it. I will write down here not only the knowledge I learned but also the way how I obtain them via self study ( debugging, or other ABAP tool ). Because it would be quite easy for us to just paste the source...
In part1 of this tutorial, the old way to create OData service on top of CDS view is introduced. In SAP HelpGenerate Service Artifacts From a CDS Viewa new annotation is described: @OData.publish: true Just add this annotation to your CDS view and the odata service is automatically create...
I am a newbie of CDS view related topic and recently I have to learn it. I will write down here not only the knowledge I learned but also the way how I obtain them via self study ( debugging, or other ABAP tool ). Because it would be quite easy for us to just paste the source...
In part1 of this tutorial, the old way to create OData service on top of CDS view is introduced. In SAP HelpGenerate Service Artifacts From a CDS Viewa new annotation is described: @OData.publish: true Just add this annotation to your CDS view and the odata service is automatically create...
way how I obtain them via self study ( debugging, or other ABAP tool ). Because it would be quite easy for us to just paste the source code of sample CDS view from other guy’s blog and activate it. The CDS view works. But what have you learned from this simple Ctrl+c and Ctrl...