• SAP官方免费提供的OData Gateway Demo 学习系统


    SAP Fiori 开发的演示服务
    您可以使用 SAP Web IDE 在 SAP Gateway 演示系统中提供的演示服务之上开发 SAP Fiori 应用程序。

    SAP Fiori 示例应用程序
    例如,您将找到允许您基于 SAP Fiori 示例应用程序创建 SAP 应用程序的 OData 服务。

    更新
    23.01.2018 – 显示如何输入 TCODE
    29.05.2018 – 添加了“不能使用 SAP 网关演示系统执行的操作”部分
    26.09.2018 – 添加了指向 SAP Fiori 参考应用程序$metadata文档的链接
    10.05.2019 – 添加了重置密码的链接
    29.09.2019 – 添加了指向 SAP 云平台、ABAP 环境试用版的链接
    10.02.2021 – 添加了有关不需要任何身份验证的两个只读服务的信息

    SAP官方的OData Gateway Demo 学习系统 可以直接访问

    SAP官方的OData Gateway Demo 学习系统 可以直接访问

    SAP Fiori Launchpad and SAP Fiori Reference apps

    SAP Fiori Launchpad and SAP Fiori Reference apps

    Approve Purchase Orders
    A SAP Fiori Reference Application used to demonstrate the approval process
    Oased on the EPM model This is a master-detail applicatiom

    https://sapes5.sapdevcenter.com/sap/opu/odata/sap/EPM_REF_APPS_PO_APV_SRV/$metadata

    Shop
    A SAP Fiori Reference Application used to demonstrate a shopping scenario on the EPM model This is a full screen application.

    https://sapes5.sapdevcenter.com/sap/opu/odata/sap/EPM_REF_APPS_SHOP_SRV/$metadata

    Manage Products
    A SAP Fiori Reference Application used to demonstrate the creation and maintenance of product entities for the EPM model This app is Oased on Fiori Elements

    https://sapes5.sapdevcenter.com/sap/opu/odata/sap/EPM_REF_APPS_PROD_MAN_SRV/$metadata

    Procurement Overview
    A SAP Fiori Reference Application used to demonstrate an over,new ofthe EPM model. This app is based on the new SAP Fiori Elements Overview page.

    https://sapes5.sapdevcenter.com/sap/opu/odata/sap/SEPMRA_OVW/$metadata

    Sample service GWSAMPLE_BASIC
    There is also the well known basic sample service GWSAMPLE_BASIC available that provides you with a practical, working OData service with meaningful content that supports basic OData operations.

    The following link would provide you a list of items of a sales order from the Enterprise Procurement demo data:

    https://sapes5.sapdevcenter.com/sap/opu/odata/iwbep/GWSAMPLE_BASIC/SalesOrderSet(%270500000001%27)/ToLineItems

    https://sapes5.sapdevcenter.com/sap/opu/odata/iwbep/GWSAMPLE_BASIC/SalesOrderSet(%270500000001%27)/ToLineItems

    You can find more information about the basic sample service in the SAP Online Documentation

    SAP Online Documentation: Sample Service – Basic

    OData V4 demo service
    In ES5 there is now also a first demo service available that supports OData V4.

    https://sapes5.sapdevcenter.com/sap/opu/odata4/sap/ze2e001/default/sap/ze2e001_salesorder/0001/$metadata

    More details can be found in the following blog OData V4 code based implementation – Overview.

    RMTSAMPLEFLIGHT
    Also the RMTSAMPLEFLIGHT service is available

    https://sapes5.sapdevcenter.com/sap/opu/odata/IWFND/RMTSAMPLEFLIGHT/$metadata

    Services that do not require authentication
    We have added the following two services for read-only access that do not require any authentication.

    We do not have a service that allows updates  and creates without an authentication since for this you need a CSRF token which is not issued by the ICF framework when an ICF node contains hardcoded credentials.

    EPM Demo Sales Orders
    https://sapes5.sapdevcenter.com/sap/opu/odata/sap/ZSOCDS_SRV/?top=2

    EPM Demo Products
    https://sapes5.sapdevcenter.com/sap/opu/odata/sap/ZPDCDS_SRV/?$top=2

  • 相关阅读:
    SAP 内表数据转换为JSON格式
    JPA整合Sqlite解决Dialect报错问题, 最新版Hibernate6
    spring:详解控制反转IOC和AOP
    JavaScript函数
    Intel汇编-Linux系统调用
    vue独立提供模板下载功能
    (三十三)geoserver源码&添加新的数据存储
    全局平均池化/全局最大池化Pytorch实现:
    MyBatis resultMap元素
    反射获取类属性(含父类中的属性)
  • 原文地址:https://blog.csdn.net/dwjnhkbc123/article/details/125903593