We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
Hi Experts,I am trying extend the SAP standard fiori OnPrem application using UI Adaptation. My requirement is add new button in the table, select the line items and call new data source to create Goods Movement. I have added the custom button by fol...
Hi Experts, I am trying to build new fiori elements application, where I have to create custom action and in the custom action I will call cap action and expecting some response from CAP. I have to use that response as params to navigate to next obje...
Hi Experts, I need help in accessing the css part of the Web application generated by MDK.Our clients are using both mobile app and web app extensively, and everything is working as expected. But in web, as it is automatically generated, some places ...
Hi Experts,I have defined one simple property to accept only numbers, and I am allowing only 2 decimal place maximum. It is working fine as expected in iPad but in Web it is not working as expected, though I am doing regex and toFixed(2) to set the v...
Hi Experts,I have a strange issue with my MDK Web Application. I have to 3 bottom tab navigation pages. In that 3, I have 2 flexible column view pages. First tab Flexi column loads perfectly after I click on the list view to open the detailed view....
Hi @umasaral,I have defined everything correctly, I can put break point and see the request coming through and it returns response as well. But I dont know how to intercept in the UI Custom action as it always goes to catch method.I got the same erro...