Thajunniza
Advisor
Advisor
Member since ‎01-24-2022

User Statistics

  • 16 Posts
  • 1 Solutions
  • 2 Kudos given
  • 30 Kudos received

User Activity

Input validation is a crucial aspect of developing robust and secure applications. In SAP Cloud Application Programming Model (CAP), input validation plays a vital role in ensuring the integrity and reliability of the data processed by your applicati...
In this post, I’m going to show how to store media data in SAP HANA DB using SAP Cloud Application Programming Model(CAP) and UI5. The code is available at GitHub. Prerequisites: Need to know how to create a basic CAP project and adding a UI to it...
We are calling Microsoft Azure API from UI5 application by creating a destination in CF which works fine when deployed.But I am unable to connect the destination locally in BAS as it requires client id and client secret of Azure API which i couldn't ...
Recently, we got a requirement from customer to copy the table column data as we do in ALV report. The Copy option should be provided to all the columns of the table individually. In responsive table we have an option to export the whole table data...