Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
amol_samte
Contributor
Okay, what's next after reporting, screen designing, Interfaces, forms, dynpros, workflows, gateway o-data etc.. ABAP can do ?

Here is ABAP supports Industry 4.0 i.e. cyber-physical systems, the Internet of things and cloud computing.

Let's see an example :

  1. Suppose we want to update user interface( an UI5 application) when backend data changes without refreshing UI application here we have WebSockets in ABAP. It supports bi-directional communication between client and server. Websocket also can serve the job of Real Time data streaming.

  2. Suppose we have multiple client UI application and out of that only we want to reflect data for those clients which is subscribed. ABAP Messaging Channel does this job well, because it has Publish / subscribe infrastructure to exchange messages between sessions.

  3. Aright, can we get real-time data from sensors/machines. Of course its supports native TCP/IP protocol and can be used for communication.


 

 

Let's go with real time diagrammatic example.



In above diagram we have connected sensors/machines to ABAP TCP for establishing TCP connection.

Receive data from TCP server and get it into ABAP, also real time data which is captured by sensors/machines can be send to UI application using Websocket.

 

Cheers 😉

Amol Samte
1 Comment
Labels in this area