8、SAP Gateway技术概览

1、Query/Read:通过实现GetEntitySet方法支持Query,通过实现GetEntity方法支持Read,在此基础上也需要实现以下几点:

                            1)、$select

                            2)、$filter

                            3)、$top/$skip

                            4)、$inline/$count

                            5)、$orderby

2、Navigation:导航到不同的OData数据

3、Create/Updata/Delete(CUD):create_entity/update_entity/delete_entity

4、Media resources:比如图片显示/Smartform显示/文件上传下载等

5、$expand:展开其下属节点,及同时访问关联的下属Entityset

6、Deep insert:也是对$expand的深层次运用

7、$batch:实现批量数据的同步更新,即ABAP里的Commit work

猜你喜欢

转载自blog.csdn.net/qq_39974514/article/details/81781562
今日推荐