2. When we test read & search function against the odata service created on top of the CDS view, the operation is delegated to CL_SQL_STATEMENT~EXECUTE_QUERY. And now I ask myself, since what we have typed in E
In ABAP in Eclipse we create a custom entity by creating a new Data Definition. In the wizard you can select the default template or start with the template for a custom entity with parameters. In either case you have to change the coding such that it looks...
Suppose you need to get the line number of given ABAP source code for whatever reasons ( analysis or statistics ), just execute report in AG3/001: TOOL_CODE_LINE_COUNT Specify the package and execute ... 查看原文 SAP CDS view源代码行数统计工具 views belonging to a given package. ...
This command produces a java thread dump containing the state of all threads in the JVM at the time of the dump. In the Oracle/Sun JDK the thread dumps are written to stout, so you will find them written to the application server log file. The IBM JDK produces javacore files. The loc...
helloworld.jar- this is your game. Just export the whole project as jar in Eclipse: You can click "Finish" in this window. index.html- this is the actual page that your browser will open. You should set some options forlwjgl_util_applet.jarhere. I'm using these: ...
In this part, I will introduce how to test the OData service generated based on my CDS view via Chrome extension - postman. Prerequisite I have created two simple CDS views. They are: @AbapCatalog.sqlViewName:'z20160310'@AbapCatalog.compiler.compareFilter:true@AccessControl.authorizationCheck:#...
Create a database table to store the sales order header data Create an interface view to read the data from the database table Create a consumption view to expose the CDS-based data model as OData service using the annotation @OData.publish: true Activate the generated OData...