We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
Hi All,
I have to display a table with three columns, and third column should have value from entityset zentity2 ( ID, Description)
Entity1 is the actual display of table ( name, flag ,desc{ three values from zentity2 as dropdown}).
Code in my ...
Hi ,
I am creating a drill down grid report (customer->Contact) using Fiori elements. Created two CDS Views and when i try to create association for the CDS View , I get the below error.
Both Principal and Dependent Entity cannot be from
Data S...
Hi,
I have a drill down list Report for which I am trying to create a CDS view with Innerjoin and association. I get an error.
What am I missing here?
define view ZZCONTACT360 as select from zzsdacust360 as a
inner join kna1 as b
on a.zzcustn...
capture.pngI am displaying a list report using Fiori element List Report. Is there anyway using Annotation Modeler can I have a checkbox for each line item to make it interactive?
I am creating a Fiori App , and When i try to create a new file for Annotation Modeler , I don't see the "Annotation File " Option. Picture attached.
When creating the project, in "Annotation Selection " Folder , I did not select any existing annot...
I am already Binding Element in my view and that just displays the data as table without a dropdown. , Should I use template? and bindAggregation?also, freqid is key in both my entities.
this is the code I have in the controller.
sap.ui.define([<br> "sap/ui/core/mvc/Controller",<br> "sap/ui/model/json/JSONModel",<br> "sap/ui/model/odata/ODataModel "<br>], function (Controller, JSONModel,OData) {<br> "use strict";<br> return Controlle...
I have the correct entity name in my view ZZCONTACT360 and Z_FREQDESC360 , I just changed in the code while pasting here.Also , should we not pass the enityset name which is ZZCONTACT360 and Z_FREQDESC360 and not the entity type names(ZZCONTACT360 a...
HI @rshafaiottawa, Thanks.My Meta data for Entity1 is below , as you can see in my view below , I am displaying only procdesc,optinflg and zfreqdes (need this as drop down) , Attaching the error as well.error.png{ "d" : { "results" : [ { ...
sandra.rossi , I don't get any error, I am not able to see the fields of the associated table at run time.I am not able to create association in SEGW also.List Report with Object Page with CDS View-Association Error | SAP Community