• 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

  • 相关阅读:
    阿里云IoT流转到postgresql数据库方案
    java计算机毕业设计苗木购销系统源码+系统+mysql数据库+lw文档
    【python实战】朋友因股票亏了,很惨常愤恨不平,当天我就分析出原因:怎么做到的?(听说关注我的人会暴富)
    数据结构与算法之美学习笔记:23 | 二叉树基础(上):什么样的二叉树适合用数组来存储?
    二十一、商城 - 商品录入-KindEditor 编辑器(9)
    数据结构之 LinkedHashMap 与 TreeMap
    Web阶段一 静态网页
    散装问答-总结(更新中)
    Unity简单基础
    python后端相关知识点汇总(十二)
  • 原文地址:https://blog.csdn.net/dwjnhkbc123/article/details/125903593