former_member1321
Participant
Member since ‎12-03-2016

User Statistics

  • 40 Posts
  • 0 Solutions
  • 30 Kudos given
  • 21 Kudos received

User Activity

I have wrote some code to display deep structures and nested internal tables in ABAP using SALV. Can we do something better ?GitHub: https://github.com/tewari-d/alv_utilABAP Development  
HI All, I want to call the get_stream method of an Odata Model in SAPUI5 in a batch operation. I am able to call it via window.open("//url//") way but the issue is that I do not want to directly call the URL. My requirement is to first call a Ge...
Hi All, I am a newbie to SAP-HANA world and was recently exploring different types of CDS Views (particularly CDS Views with Input Parameters). Though CDS Views with Input Parameters were introduced quite a long time back but I could not find a way...
Nowadays we come across many web pages that provide data in the form of lists or tables. These lists are enabled with live search, i.e. as soon as the user types in the search box the results are shown to him on the spot. Like the below image: I w...
Hi All, I have a requirement to use the functions of an external JS library (particulary I want to make Zip files in my UI5 application using JSZip library). A step wise procedure too do the same would be of great help. Thanks in advance!!