0Kudos Thanks Martin, this is a very good example, but using standard JavaScript WebSocket. I thought about using a SAPUI5 class like SapPcpWebSocket, see here: SAPUI5 SDK - Demo Kit Anyway, using standard WebSocket doesn't seem to be that complex. Thanks for your solution. Regards Tobia...
First let's look into the ABAP --> UI5 scenario: when we delete a row on the dynpro screen, it should be shown on the UI5 application. This is not that complicated to do. Firstly, I made a new procedure to send a refresh message on the AMC. I also made sure to add the report...
Use SAP Push Channel Protocol (PCP) messaging protocol Use one WebSocket connection for collaboration For collaboration scenarios which take use of WebSocket (ABAP Push Channel), it is recommended to share - whenever possible - a single WebSocket connection per client (e.g. browsertab/UI applicat...
SAPUI5 FIORI专题 ODATA SAP 电子书 SAP工具 银企业直连 SAP视频 SAP CODE 优势: 已有功能: 当前代码已支持银行: SAP标准的银企直连功能是EPIC,但这功能包在了标准程序中,现实中很多项目需要自定义开发,并连接到自定义的程序中,所以整理打包一个银企直连的功能类,此类功能也是原自于标准的EPIC,但做了自定义开...
For the usage of the PCP protocol in context of ABAP Push Channel, i.e. the WebSocket support in ABAP Application Server, the WebSocket subprotocol “v10.pcp.sp.com”, i.e. version 1.0 of the PCP protocol, is to be used. Augmented Backus-Naur Form (BNF) ...