former_member210955
Active Participant
Member since ‎2008 May 04

User Statistics

  • 124 Posts
  • 10 Solutions
  • 12 Kudos given
  • 14 Kudos received

User Activity

Hi All, We have an API for file upload with HTTP multipart where the file is sent in the request body. API Management has a limit for HTTP request sizes. I guess a file sent in non-chunked manner will be falling under the limit of 10 MB. https:...
Hi All, We want to have a Fiori App in S4 which should be able to communicate with Non OData Service in S4 backend. We would register an ICF service with a Rest HTTP service. But this will be not an OData Service. Technically this should be pos...
Hi All, Our flow is stateful and is invoked by a regular function module. ABAP program -> FM -> Our ABAP classes -> ABAP HTTP Client -> External HTTP Server . Our ABAP class is invoked in a singleton way so in a stateful session the same ABAP cl...
Hi All, I have learnt that next generation ASE will be part of HANA Cloud as mentioned here https://blogs.sap.com/2021/04/07/step-by-step-provision-an-sap-hana-cloud-ase-database/# Is there any NoSQL features in HANA Cloud ASE like Doc Store in H...
Hi All, I am looking to make a ABAP class "A" singleton in ABAP. I can not just rely on the usual singleton pattern implementation in ABAP memory because each HTTP requests incoming to ABAP have a new session. So the singleton with plain memory w...