首页 > 编程语言 >abap-platform-refscen-flight SAP ABAP RESTful 应用程序编程模型的

abap-platform-refscen-flight SAP ABAP RESTful 应用程序编程模型的

时间:2024-09-25 22:54:53浏览次数:3  
标签:flight Application platform ABAP branch README SAP

ABAP Flight Reference Scenario for the ABAP RESTful Application Programming Model

abap-platform-refscen-flight SAP ABAP RESTful 应用程序编程模型的

The ABAP RESTful Application Programming Model (RAP) defines the architecture for efficient end-to-end development of intrinsically SAP HANA-optimized Fiori apps. It supports the development of all types of Fiori applications as well as Web APIs. It is based on technologies and frameworks such as Core Data Services (CDS) for defining semantically rich data models and a service model infrastructure for creating OData services with bindings to an OData protocol and ABAP-based application services for custom logic and SAPUI5-based user interfaces.

The ABAP Flight Reference Scenario provides sample data and services as well as legacy business logic to get familiar with RAP. You can check out the end-to-end scenarios or build your own app based on the sample data.

Note:
The branches of this repository were renamed recently. If you have already linked an ABAP Package to a branch with an outdated name, unlink the repository first and then pull the link to the branch with the new name, as described in step 3 of the Download section in the respective README.

ABAP Platform Cloud

Choose this if you are working on SAP BTP or SAP S/4HANA Cloud, public edition. To import the reference scenario into your ABAP Environment, follow the steps in the README file of the branch ABAP-platform-cloud and download the sources from this branch.

For more information, see Downloading the ABAP Flight Reference Scenario (SAP BTP / SAP S/4HANA Cloud).

ABAP Platform

Choose this if you are working on SAP S/4HANA, on-premise edition or SAP S/4HANA Cloud, private edition. To import the reference scenario into your ABAP system, follow the steps in the relevant README file and download the sources from the branch corresponding to your your backend version:

  • README of branch ABAP-platform-2019 (Application Server ABAP 7.54)
  • README of branch ABAP-platform-2020 (Application Server ABAP 7.55)
  • README of branch ABAP-platform-2021 (Application Server ABAP 7.56)
  • README of branch ABAP-platform-2022 (Application Server ABAP 7.57)
  • README of branch ABAP-platform-2023 (Application Server ABAP 7.58)

For more information about the ABAP Flight Reference Scenario, see Downloading the ABAP Flight Reference Scenario.

How to obtain support

This project is provided "as-is": there is no guarantee that raised issues will be answered or addressed in future releases.

标签:flight,Application,platform,ABAP,branch,README,SAP
From: https://blog.csdn.net/dwjnhkbc123/article/details/142450521

相关文章

  • 记删除AlibabaProtect.exe的经历
    作者:星空物语微信公众号:测试工程师小站本文记录了我与AlibabaProtect.exe斗争的经历。(删除AlibabaProtect.exe的方法在文末)初遇AlibabaProtect.exe下载安装阿里旺旺后,发现任务管理器中多了个进程AlibabaProtect.exe。在结束它后不久,发现它又出现在任务管理器中,于是对它产生了兴......
  • ABAP 动态内表
    目的:通过透明表配置的SQl语句,自动生成动态内表,并将生成的值赋值到程序中定义动态内表与动态结构–指针形式:下面展示一些内联代码片。//AnhighlightedblockFIELD-SYMBOLS:<dyn_table>TYPESTANDARDTABLE,<dyn_wa>.定义动态内表与动态结构......
  • io.netty.util.internal.PlatformDependent#DIRECT_MEMORY_COUNTER
    定时输出 DIRECT_MEMORY_COUNTER,可以监控应用直接内存的使用情况。 PlatformDependent.DIRECT_MEMORY_COUNTER是一个用于跟踪和统计直接内存使用情况的计数器。在Java中,直接内存是指通过ByteBuffer.allocateDirect()方法分配的内存,这种内存不受Java堆内存大小的限制,而是受操......
  • SAP_ABAP_BAPI函数清单案例教程
    SAPABAP顾问能力模型(同心圆方法论)_sapabap顾问能力模型(同心圆方法论)-CSDN博客文章浏览阅读1.8k次,点赞5次,收藏35次。目标:基于对SAPabap顾问能力模型的梳理,给一年左右经验的abaper快速成长为三年经验提供超级燃料!_sapabap顾问能力模型(同心圆方法论)https://blog.csdn......
  • SAP ABAP 选择屏幕加按钮
    示例: SELECTION-SCREENBEGINOFBLOCKb2WITHFRAMETITLETEXT-002.SELECTION-SCREEN:BEGINOFLINE,PUSHBUTTON1(15)selUSER-COMMANDsel,PUSHBUTTON17(15)unselUSER-COMMANDunsel,ENDOFLINE.SELECTION-SCR......
  • Copilot for M365,AvePoint Confidence Platform助力企业安全落地
    51CTO博客链接:https://blog.51cto.com/u_13637423AvePoint于9月3和9月4日在北京威斯丁酒店举办了以CopilotforM365为主题的合作伙伴赋能培训。CopilotforM365是一项由AI驱动的功能,它通过集成大型语言模型(LLM)与MicrosoftGraph和M365应用数据,彻底改变了用户的工作方式。这项......
  • SAP ABAP BOM组件展开BAPI
    TYPE-POOLSslis.TABLES:marc.TYPES:BEGINOFty_data,matnrTYPEmatnr,"母件stufeTYPEhistu,"阶层idnrkTYPEidnrk,"子件ENDOFty_data,BEGINOFty_marc,matnrTYPEmatnr,"......
  • pycharm中应用PPOCRLabelv2时遇到的Qt bug:This application failed to start because
    bug提示如上所示:ThisapplicationfailedtostartbecausenoQtplatformplugincouldbeinitialized.Reinstallingtheapplicationmayfixthisproblem.尝试一:https://www.cnblogs.com/hywing/p/18240487(安装Qt过程可参考,但debug无果)尝试二:https://blog.csdn.net/m0_......
  • platformIO安装过程中速度慢、卡住的解决方法
    资源管理器定位到C:\Users\VSCode安装用户名\.platformio\penv打开pip.conf文件添加如下内容#超时时间,可自行调整 timeout=6000 #源地址,这里使用阿里云镜像 index-url=http://mirrors.aliyun.com/pypi/simple/ #添加源主机为可信主机 trusted-host=m......
  • Veeam Data Platform 12.2 发布下载,新增功能概览
    VeeamDataPlatform12.2发布下载,新增功能概览面向混合云和多云的云端、虚拟和物理环境备份和恢复监控和分析恢复编排请访问原文链接:https://sysin.org/blog/veeam-data-platform/,查看最新版。原创作品,转载请保留出处。作者主页:sysin.org2024-08-28,北京时间8月29日......