• 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

  • 相关阅读:
    04 Nacos注册中心-微服务
    【踩坑专栏】代码重构,项目分层:maven reload失败及依赖自身的问题
    纵目科技冲刺科创板上市:拟募资20亿元,股东阵容强大
    利用fiddler抓包工具测试APP及高级应用
    python正则化表达式
    计算机毕业设计Java景区在线购票系统(源码+系统+mysql数据库+lw文档)
    【已解决】matrix contains invalid numeric entries,记录bug修改
    find_package深度解析及实例应用
    (附源码)node.js电商管理系统 毕业设计 251001
    html静态网站基于游戏网站设计与实现共计10个页面 (仿地下城与勇士游戏网页)
  • 原文地址:https://blog.csdn.net/dwjnhkbc123/article/details/125903593