SAP-archive / xsk

Compatible environment for SAP HANA Extended Application Services (XS) based applications outside of SAP HANA instance running in a container deployed on Kubernetes
Apache License 2.0
30 stars 31 forks source link

[Parsers] xshttpdest #35

Closed delchev closed 2 years ago

delchev commented 3 years ago

xshttpdest parser

https://help.sap.com/viewer/400066065a1b46cf91df0ab436404ddc/2.0.03/en-US/6efe500d91ee462c85cce7609646e17a.html

delchev commented 3 years ago

Parser is ready

ThuF commented 3 years ago

For the integration in the XSK engine, there are two options as of now:

  1. Create XSK_DESTINATIONS table and store the artefacts data there.
  2. Use the SAP BTP Destinations Service to store and retrieve the data:

Related XSJS APIs:

Related to:

dpanayotov commented 2 years ago

It was decided to proceed with SAP BTP Destination service and not implement destination related artefacts. Work to continue in #866