当前位置:网站首页>4. Implementation Guide for GET_ENTITYSET Method of SAP ABAP OData Service Data Provider Class
4. Implementation Guide for GET_ENTITYSET Method of SAP ABAP OData Service Data Provider Class
2022-07-29 21:25:00 【Wang Zixi】
In the three steps of this tutorial so far, we have not seen the book information stored on the SAP ABAP server through OData service consumption, read and returned to the browser. Many beginners may haveI feel no sense of achievement.
It doesn't matter, this article will start to implement the read operation of the book management OData service, that is, by redefining the OData data provider class, the GET_ENTITYSET method of the Data Provider Class (referred to as DPC), to return book information.
After this step is completed, we execute the test tool of the SAP ABAP OData service, the transaction code /IWFND/GW_CLIENT, can return the following results:

The highlighted area in the above picture is a book data in the system.
This article will detail how to return this data to the consumer of the OData service through the GET_ENTITYSET method of DPC_EXT.
Open the transaction code SEGW, find the OData project we created in the previous steps, and you can also see the full name of the Metadata Provider Class (MPC) here.

We use SE24 or SE80 to open the GET_ENTITYSET method of ZCL_ZBOOK_MANAGE_DPC_EXT, click the menu Goto -> Method Definition, and view the interface definition of this method, that is, the definition of input parameters and output parameters.
边栏推荐
- 赶紧进来!!!带你认识C语言基本数据类型
- 如何进入董事会:给CIO的十条建议
- Safe Browser will have these hidden features that will let you play around with your browser
- 探索创客教育在线管理实施体系
- 简单说说K均值聚类
- Oracle问题: ORA-01882: 未找到时区
- 尿素偶联Urea-siRNA Conjugates|Cyclodextrin-siRNA-β-CD环糊精修饰RNA核酸(解析说明)
- internship:利用easypoi将excel表数据导入导出
- 240. 搜索二维矩阵 II
- 微博账号奇葩逻辑产品设计
猜你喜欢
随机推荐
断言+异常处理类,代码更简洁了
LeetCode_474_一和零
Samba server configuration (when a server is required)
七个易犯的 IT 管理错误—以及如何避免
offsetwidth111[easy to understand]
PEG-siRNA-PCL|siRNA-PEG-LHRH|MPEG-siRNA 甲氧基聚乙二醇修饰核酸
scratch programming + elementary math
一 JS中Promise用法、二闭包的概念与用法、三对象创建的四种方式与区区别、四 如何声明一个类
MySQL数据查询 - 联合查询
Samba服务器配置(什么情况下需要服务器)
LeetCode 0593. 有效的正方形
Sasser virus source code (ransomware source code)
JMeter usage tutorial (2)
诺氟沙星-DNA复合物|半乳糖化脂质体-聚阳离子-DNA复合物|注意事项
4D Summary: 38 Knowledge Points of Distributed Systems
用 Array.every & Array.some 匹配全部/部分内容 es6
【593. 有效的正方形】
MySQL数据查询 - 简单查询
Agile Organization | The path for enterprises to overcome the impact of the digital wave
940. 不同的子序列 II









