ukiranta
Participant
Member since ‎2021 Sep 06

User Statistics

  • 47 Posts
  • 0 Solutions
  • 18 Kudos given
  • 4 Kudos received

User Activity

Hello Everyone, Below is the issue about function module. If these values are initial, i want to see them as blank. How can i do that? Data types are not char.
Hello everyone, Below piece code is the way i export my fiori app table to excel. However in the app, "channel" is depend on user's decision so it has to be dynamic. What can i do to url in order to make it dynamic? var url = "/sap/opu/odata/sap...
Hello masters, I have 3 input fields in my project. If I run my RFC, table sorting happens in a correct way. However, if I run my fiori application, table sorting totally different. The things here is actually I have no code in controller.js o...
Hello everyone , My table looks like DATE HOUR 21.05.2022 4 21.05.2022 3 22.05.2022 5 but I want output to be as, DATE HOUR 21.05.2022 7 22.05.2022 5 Can you please help me ?
Hello everyone, I would like to filter the names in my Worklist Application. When I debug, I can see the variables. However, I can't see the result when I press the search button. Can you please tell me where my mistake is ?