RISE with SAP is a comprehensive, business-transformation-as-a-service offering from SAP designed to help organizations modernize their enterprise systems, migrate to the cloud, and adopt SAP S/4HANA as their core ERP platform. Launched in early 2021...
Hi Experts,I am trying to create F4 help to Custom analytic query, I added below annotation to make field act as filter but I tried various ways to add Value help but without any success. field is not parameterized, it is made filter by addition belo...
Hi Experts,I am creating Reporting CDS view which is getting consumed in Analysis for office Excel Addin.I used below annotation to show field as Selection Criteria @Consumption.filter: {selectionType: #SINGLE, multipleSelections: true, mandatory: fa...
Hi,
I have requirement to show dropdown via CDS UI annotation which is coming nice by using below annotation
@ObjectModel.resultSet.sizeCategory: #XS
But I have further query :
1) It is multi-Select, I want user to select only value from drop...
@Sandra_Rossi You are right, this is not official acronym from SAP, it is derived from what its DNA or what it offers. I corrected the blog and put disclaimer so that no one else get confuse.
Hi @MioYasutake, I think it is not related to text association because I removed text association and it is still working. my simple requirement is to show CEPC-NAME1 or CEPC-NAME2 as value help in other CDS. one thing I noticed is BUKRS as MATNR in...
Hi @MioYasutake,Thanks for your response, this is working fine where we have text association like in below example @ObjectModel.text.association: '_countrytext'But I have another CDS which does not have text association, Is it mandatory to have text...
It got resolved @Consumption.filter : { selectionType: #SINGLE }and I have added defualt value through WebIDE through<smartFilterBar:ControlConfiguration>