Skip to Content
0
May 13, 2020 at 01:44 PM

Overview Pages - Fiori - issue parameter

85 Views

Hello,

What may be happening that instead of passing the parameters as a key, it happens to me with filter, I use CDS models

$ filter = p_EKORG eq '' and p_LIFNR eq '108000' and p_MATKL eq '' and p_MATNR eq '' and p_EKGRP eq '' and p_WERKS eq '' and p_date_start eq datetime'2020-01-01T00: 00: 00 'and p_date_e eq datetime'2020-05-08T00: 00: 00 '

where I am using two models one for the filter and one for the data

"sap.ovp": { "globalFilterModel": "ZCDS_FILTROS_PROVEEDORES_CDS", "globalFilterEntityType": "zcds_filtros_proveedoresParameters", "enableLiveFilter": true, "considerAnalyticalParameters": false, "cards": { "card00": { "model": "ZSD_PROV_COND_COM_SRV", "template": "sap.ovp.cards.table", "settings": { "title": "{{card00_title}}", "subTitle": "{{card00_subTitle}}", "entitySet": "condComercialesSet", "addODataSelect": false } } } }

when from the chrome console it would have to show me / zcds_filters_providers (p_EKORG = '', p_LIFNR = '108000', p_MATKL = '', p_MATNR = '', p_EKGRP = '', p_WERKS = '', p_date_start = datetime'2020-01-01T00: 00: 00 '= p_date_end eq datetime '2020-05-08T00: 00: 00') / zcds_filters_providersSet

regards,