2025 Feb 24 11:06 AM - edited 2025 Feb 24 11:37 AM
Hi FioriElements - experts,
I'm a Fiori Elements newbe and work on my first App. The App displays all kind of information from SAP BP, SAP-FSCD (insurance) and DWH. Data are coming from CDS-Views. The annotations are done in both, CDS and XML, depending on where it was easier to achieve…
Most things are fairly easy/straight forward and work fine.
However, i'm struggeling with a couple of issue. I found information in the community, but they did not work… 😞 So i decided to bring them up here, hoping to find some advice.
Thanks in advance for any response!
Best regards from Germany
Matthias
Here is the list of all issues. So please check my other posts as well 🙂
ListReport - relatet:
1. Value-Help that does not load the data immediately
ObjectPage - relatet:
2. Dynamic SemanticObject (for SemanticNavigation)
3. Display Labels for a ColumnMicroChart
4. Grouping of table-entries
5. Two tables per section with CollectionFacet-annotation
6. ToolTip for a FieldGroup - Table-Column
---------------------------------
1. Value-Help that does not load the data immediately
There is a ValueList - Property "FetchValues" to achieve this. However, when I annotate the respective SelectionField-entity BusinessPartner in the following way:
<Annotations Target="cds_zcds_bp360_serv.bp_mainType/BusinessPartner">
<Annotation Term="Common.Label" String="PartnerNr (+VSNr-Suche)"/>
<Annotation Term="Common.ValueList">
<Record Type="Common.ValueListType">
<PropertyValue Property="Label" String="PartnerNr (+VSNr-Suche)"/>
<PropertyValue Property="CollectionPath" String="f4_bp_vo"/>
<PropertyValue Property="SearchSupported" Bool="true"/>
<PropertyValue Property="FetchValues" Int="2"/>
<PropertyValue Property="DistinctValuesSupported" Bool="true"/>
<PropertyValue Property="Parameters">
<Collection>
<Record Type="Common.ValueListParameterOut">
<PropertyValue Property="LocalDataProperty" PropertyPath="BusinessPartner"/>
<PropertyValue Property="ValueListProperty" String="f4_bp"/>
</Record>
<Record Type="Common.ValueListParameterDisplayOnly">
<PropertyValue Property="ValueListProperty" String="f4_vo"/>
</Record>
<Record Type="Common.ValueListParameterDisplayOnly">
<PropertyValue Property="ValueListProperty" String="f4_vo2"/>
</Record>
</Collection>
</PropertyValue>
</Record>
</Annotation>
</Annotations>
… the result is, that the value-help-dialog does not feature any visible column:
When I delete this entity-navigation, the columns are displayed, but the data are loaded immediately.
Request clarification before answering.
check how the original annotation(regarding valuehelp) looks like
and then adapt it to your needs(disabling auto load)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
41 | |
15 | |
10 | |
9 | |
6 | |
5 | |
5 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.