on 2023 Apr 12 2:05 AM
Hi All,
We are following the SAP ABAP Programming Model for SAP Fiori for NW 7.5 found here. From this documentation, we are attempting to group fields within the "data point" by customer general details and customer change details. We have written the code below within the CDS view and are consuming this view via a Fiori List Report within Web IDE. In theory, this code should be called when navigating to the details of a line item. We can see the data point title and the value for the field. Unfortunately, this is not grouping the fields or showing the label defined. Is this the correct approach to grouping fields? Any help would be appreciated. Thanks.
@UI.dataPoint: {title: 'Chg Name' }
@UI.fieldGroup: {qualifier: 'CHG', groupLabel: 'Change Details', position: 10, type: #AS_DATAPOINT}
ernam as Ernam,
@UI.dataPoint: {title: 'Chg Date' }
@UI.fieldGroup: {qualifier: 'CHG', position: 20, type: #AS_DATAPOINT}
erdat as Erdat,<br>
John
Request clarification before answering.
User | Count |
---|---|
75 | |
30 | |
9 | |
8 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.