Louis-Arnaud
Participant
Member since ‎10-20-2009

User Statistics

  • 106 Posts
  • 1 Solutions
  • 48 Kudos given
  • 56 Kudos received

User Activity

Hello, I have a simple requirement, but I can't find how to do it and it seems that nobody is trying to do this (not a good sign). I need to create a Fiori application (List report -> object page -> object page) based on a RAP ABAP service. The...
Hello, Let say that I would like to create a custom fiori app on BTP to create sales orders. I would like this application to be compatible with any S/4HANA system. This is why I use those 2 APIs : https://api.sap.com/api/API_SALES_ORDER_SRV/over...
Hello, In a managed RAP implementation, I created an action like this : action ( features : instance ) create_po result [1] $self; This action is supposed to create a purchase order. After this function, I would like to get the purchase or...
There is a nice feature available on fiori elements List Report / Object page applications: navigate from list report to object page in edit mode .   This is cool, but not available in previous SAPUI5 versions (I don't know when it appeared but it ...
Hello, This blog post by jocelyn.dart explain how to give default value to selection filters of fiori applications. It works fine until you don't use selection variant. Let say you have a Fiori application with a filter for company code and plant...