kallolathome
Active Participant
Member since ‎01-24-2015

User Statistics

  • 59 Posts
  • 0 Solutions
  • 23 Kudos given
  • 144 Kudos received

User Activity

In last month’s SAP Developers News featuring Code Connect, SAPInsider Challenge, Reuse Access Controls, BTP Terraform | SAP Developer News - YouTube I encountered the new Terraform provider designed for SAP BTP.Consequently, I considered experimenti...
Problem While working with the CAP applications, I have came across a situation that a standard HANA cloud user used in CPI cannot perform direct CRUD operations on the tables via the JDBC driver. The CPI will throw the error: insufficient privileges...
Introduction I've checked blog-posts for accessing the destinations having authentication OAuth2ClientCredentials in Cloud Foundry via Node.js . But I didn't find any code working properly. Then I came across iobert's blog post about Using the Dest...
Introduction This is part of the Easy way to write algorithms in ABAP: Series 01. For more algorithms, please check the main blog-post. Problem A permutation of an array of integers is an arrangement of its members into a sequence or linear order. ...
Introduction This is part of the Easy way to write algorithms in ABAP: Series 01. For more algorithms, please check the main blog-post. Problem Given an array nums with n objects colored red, white, or blue, sort them in-place so that objects of the ...