former_member664642
Explorer
Member since ‎02-26-2020

User Statistics

  • 21 Posts
  • 1 Solutions
  • 15 Kudos given
  • 5 Kudos received

User Activity

I have a sap.m.Input on which I have I have a suggest handler as follows, which fetches data from the backend. handleMaterialSuggest: function (oEvent) { var sTerm = oEvent.getParameter("suggestValue"); var aFilters = []; if (sTerm) { aFilters...
We have a Gateway system with our Fiori Launchpad with only ECC as a back-end. In the Dev environment, the gateway has to connect to ECC Dev and QA. (Not at the same time - users would use the launchpad to connect with apps to either Dev or QA). Fo...
How do you maintain transaction target mappings for tiles in such a way that the system alias will work on the target systems? I have seen that there is a view /UI2/V_ALIASMAP in which you could theoretically map an alias for the system alias, but ...
I have a TableSelectDialog which I have bound to a model in my OData service. The problem is that before the user enters a search term, the control already reads entries from the OData service, but I would like to prevent that and only trigger the ...
I am trying to use an aggregate function in an arithmetic expression in a CDS view, but it says that the expression is not supported at this point. Is this a limitation in CDS? It seems like this should work. define view ZTMP_PO_ITEM as select from...