venkatesh298
Explorer
Member since ‎2016 May 04

User Statistics

  • 8 Posts
  • 0 Solutions
  • 0 Kudos given
  • 7 Kudos received

User Activity

There are scenarios wherein the UI5 app should support keyboard shortcuts to perform some actions. Here is a template that can be used as hook to write custom logic: In your controller file, use the below method: onInit : function() { //after all t...
Generic Change or Select Event for SAPUI5 Input controls   There are instances where user actions on an input field follow the same set of field binding retrieval, processing and updating. This leads to redundant codelines (owing to repetition of ab...
Generic Livechange Event for SAPUI5 Input control Use cases of this blog/codebase - Validate and Update each character as and when the end-user types each character/digit The need for a generic framework/APIs Re-usable and Scalable codebase C...
I was new to IDocs. A recent assignment forced me to learn it. I realized that certain portions of Idoc creation could be easily programmed. So, explored a bit and wrote the code to auto-generate them. It worked like a charm. The code (or report: zzz...