I have an ABAP CDS View where I need to combine two fields from table MARA, but for some reason the conversion routine is not kicking in for EAN11. Works just fine for casting the field alone, but not when used in CONCAT/CONCAT_WITH_SPACE.
define ...
Hi,
I trying to create a Fiori Element List report where one of the columns is enabled for input. It’s not an option to use an Object Page. Users have to be able input data directly on the list.
So far, I have not been able to find a solution
A...
Can SAP Business Application Studio be used stand alone or is there additional requirements?
I would like to use it as a replacement for WebIDE and deploy to on-premise ABAP and SAP HANA.
Regards,
Henrik
Hi,
I would like to update my SAP HANA Express SPS04 (2.00.040.0) to revision 2.00.045.0, but there is no newer revision available. Only the initial release.
How can i update the revision without using the recommended method (Updating SAP HANA, e...
Ended up with a pretty simple solution. Now the backend works like a charm
var tokens = this.getView().byId("multiInput").getTokens();
$.each(tokens, function (i, token) {
oFilter.push(new Filter("EquipmentNumber", sap.ui.model.FilterOperator.EQ...
First the Request: $filter=substringof(%27U616%27,PlantId)%20or%20substringof(%27U616-07-MBPL%27,FunctionalLoc)%20or%20substringof(%2780449116%2c80559118%2c80669119%27,EquipmentNumber)
Which get translated to
EQUNR LIKE '%2780449116,80559118,806691...
Thank for the quick reply!
Somehow I'm glad you did not just have the answer right away
I will look a little further, but it probably ends up with some code to handle it.
Henrik