former_member602416
Participant
Member since ‎04-07-2010

User Statistics

  • 106 Posts
  • 2 Solutions
  • 8 Kudos given
  • 6 Kudos received

User Activity

Hi, Below field of form is displayed when clicked on Edit on form. ctsProjects model property is set in handleEdit function in controller like below. In debugging data looks good in ctsproject model but form Select field doesn't display an...
Hi, I have created one json model A which has same structure as another global json model B. For ex Json Model B = { "test" : [ "tester" :{} "tester" : {}]} Json Model A = {"tester" : {}} I have written a logic that when I have some...
Hi, I am trying to return below structure through oData entity. "lanes": [ { "id": "0", "icon": "sap-icon://order-status", "label": "Order Processing", "position": 0, "state": [ { "state": "Positive", "value": 10 } ] } I have created entity A whi...
i Experts, I just deployed newly developed custom fiori app to abap backend server from VS Code using nwabap-ui5uploader. It looks all good and created BSP application in backend. When I try to execute it from backend, It throws error "Uncaught R...
Hi Experts, I have installed SAP Fiori Tools - Extension Pack in Visual studio code to create a Fiori App. I am surprised to see that when generated application for Worklist layout, it didn't generate Controller and View Folder. No view and control...