https://raw.githubusercontent.com/ajmaradiaga/feeds/main/scmt/topics/SAP-S4HANA-Embedded-Analytics-qa.xml SAP Community - SAP S/4HANA Embedded Analytics 2024-05-20T11:13:46.307220+00:00 python-feedgen SAP S/4HANA Embedded Analytics Q&A in SAP Community https://community.sap.com/t5/enterprise-resource-planning-q-a/best-approach-from-cdc-on-cds-views-data-intelligence/qaq-p/12778535 Best Approach from CDC on CDS Views - Data Intelligence 2023-10-25T13:00:55+02:00 cfpereira5 https://community.sap.com/t5/user/viewprofilepage/user-id/977029 <P>Hi All,</P> <P>We are starting a new Project that will connect CDS Views to third parties using Fata Intelligence.</P> <P>We expect to have a CDC process to retrieve data as it changes to third parties ( S3 and in soms cases Datashpere ).</P> <P>We know that we can stabilish CDC on CDS Viewa by Annotations, and we still have the option to use SLT to replicate the data ( inside DI ).</P> <P>In this scenario, wich would be the best approach ? Use directly CDC on CDS Views and DI or use SLT to replicate the data from CDS Views ?</P> <P>Regards,</P> <P> Cristian</P> 2023-10-25T13:00:55+02:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/cds-analytical-query-result-in-fiori-app-with-quot-repating-member-quot-not/qaq-p/12779249 CDS Analytical Query result in Fiori App with "Repating Member" not possible ? 2023-10-25T17:44:57+02:00 Martin_4 https://community.sap.com/t5/user/viewprofilepage/user-id/172054 <P>Hi,</P> <P>is there any possibility in an analytical Fiori App to print the resulty print with "Repating member" ?</P> <P>Afo has got this - Any usefull suggestions and hints to manage repating members for Analytical Fiori Apps ?</P> <P>Sample: </P> <P>Got the Query result like this:</P> <P><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2222573-gotthisresult.jpg" />´</P> <P>and than get it in the CSV Download like this:</P> <P><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2222576-gotthisresultcsv.jpg" /></P> <P>I want repeating members like this (red) for all rows in "Artikelhauptgruppe":</P> <P><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2222575-wantitlike-this.jpg" /></P> <P>like it would look in the excel download if You change the formatting:</P> <P><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2222577-wantitlike-thiscsv.jpg" /></P> <P>(which makeing it in the Excel is not big work...)</P> <P>Thank You !</P> <P>Best Martin</P> 2023-10-25T17:44:57+02:00 https://community.sap.com/t5/technology-q-a/unable-to-add-tables-to-nodes-in-hana-view/qaq-p/12788579 Unable to Add Tables to Nodes in HANA view 2023-10-27T14:47:55+02:00 siddharth_madireddy https://community.sap.com/t5/user/viewprofilepage/user-id/327585 <P>Hi Folks,</P> <P>I am facing a weird issue on SAP HANA Studio (v2.3.74), while adding SAP application tables (ACDOCA,AUFK,etc.) in Projection/Aggregation Nodes while creating HANA Studio.</P> <P>Issue: When we add a Datasource to a node (the list of fields do not show up for SAP App tables) in <STRONG>SAP HANA Modeling Perspective.</STRONG></P> <P><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2225678-image.png" /></P> <P>This is where it starts to get weirder - </P> <P>We are able to add tables for Date/Time dimensions - in "_SYS_BI" SCHEMA.</P> <P><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2225679-image.png" /></P> <P>However, the same HANA Db &amp; HANA Studio, with the same user ID - but this time on the <STRONG>HANA Development Perspective</STRONG>, every thing works like a charm:</P> <P><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2225681-image.png" /></P> <P>System details - RISE with SAP S4 HANA db on Private Cloud.</P> <P>Please let me know what piece of the pie am i missing.</P> <P>Thanks in advance.</P> 2023-10-27T14:47:55+02:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/what-annotations-are-needed-in-a-cds-cube-to-setup-up-a-hierarchy/qaq-p/12790972 What Annotations are needed in a CDS Cube to setup up a Hierarchy ? 2023-10-31T00:18:07+01:00 Martin_4 https://community.sap.com/t5/user/viewprofilepage/user-id/172054 <P>Hi,</P> <P>I need the hierarchy representation of the GL Accounts in a a query on top of a Cube based on I_JournalEntryItemCube.</P> <P>Cube ZCACCOUNTHIER joins to I_GLAccountHierarchyNode and I_GLAccountHierarchyNodeT </P> <P>Query ZCACCOUNTHIER sits on top of ZCACCOUNTHIER </P> <P>What are the necessary Hierarchie Annotations to get this thing run ?<BR /><BR />Are there a Standard CDS available showing this ?</P> <P>ThanXs a lot .</P> <P>Best Martin <BR /> </P> <P>----------------------------------------------------------------------------------------------------------------</P> <P>This is the Cube ZCACCOUNTHIER , slimmed out to whats minimum needed:<BR />Parameters are replaced in general by constants.</P> <PRE><CODE>@Analytics.dataCategory: #CUBE @AccessControl.authorizationCheck: #NOT_REQUIRED @EndUserText.label: 'Consumption View GL Account Hierarchy Implementation' @AbapCatalog.sqlViewName: 'ZVACCOUNTHIER' define view ZCACCOUNTHIER with parameters P_Ledger : abap.char(2), // For documentation purpose only - Constant in the WHERE-clause P_LedgerFiscalYear : abap.numc(4), // For documentation purpose only - Constant in the WHERE-clause P_KeyDate : abap.dats , // For documentation purpose only - Constant in the WHERE-clause P_ValidityEndDate : abap.dats as select from I_JournalEntryItemCube as _JournalEntryItemCube association[0..1] to I_GLAccountHierarchyNode as _GLAccountHierarchyNode on _GLAccountHierarchyNode.GLAccount = _JournalEntryItemCube.GLAccount and _GLAccountHierarchyNode.GLAccountHierarchy = 'INT' association[0..1] to I_GLAccountHierarchyNodeT as _GLAccountHierarchyNodeText on _GLAccountHierarchyNodeText.GLAccountHierarchy = 'INT' and _GLAccountHierarchyNodeText.HierarchyNode = _GLAccountHierarchyNode.HierarchyNode and _GLAccountHierarchyNodeText.ValidityEndDate = '99991312' and _GLAccountHierarchyNodeText.Language = 'D' { /////////////////////////////////////////////////////////////////////////////////// //@What Hierarchy Annotation are needed ? _GLAccountHierarchyNode.GLAccountHierarchy as GLAccountHierarchy, _GLAccountHierarchyNode.HierarchyNode as HierarchyNode, _GLAccountHierarchyNode.ValidityEndDate as ValidityEndDate, //@What Hierarchy Annotation are needed ? _JournalEntryItemCube.GLAccount as GLAccount, //@What CDS Notation &amp; Hierarchy Annotation are needed ? //_GLAccountHierarchyNodeText.HierarchyNodeShortText as HierarchyNodeShortText, /////////////////////////////////////////////////////////////////////////////////// //KPI Section @Aggregation.default: #SUM _JournalEntryItemCube.AmountInCompanyCodeCurrency as AmountInCompanyCodeCurrency, //Units Sections @Semantics.currencyCode: true _JournalEntryItemCube.CompanyCodeCurrency as CompanyCodeCurrency, // Associations _GLAccountHierarchyNode, _GLAccountHierarchyNodeText } </CODE></PRE> This is the Query ZCACCOUNTHIER , slimmed out to whats minimum needed: <BR /> <PRE><CODE>@Analytics.query: true @AccessControl.authorizationCheck: #NOT_REQUIRED @AbapCatalog.sqlViewName : 'ZQACHIER' @EndUserText.label: 'Query View GL Account Hierarchy Implementation' define view ZQACCOUNTHIER with parameters // Just for compliance, we use constants in this sample P_Ledger : abap.char(2), // For documentation purpose only - Constant in the WHERE-clause P_LedgerFiscalYear : abap.numc(4), // For documentation purpose only - Constant in the WHERE-clause P_KeyDate : abap.dats, // For documentation purpose only - Constant in the WHERE-clause P_ValidityEndDate : abap.dats // Use 9999-12-31 = 99991231 as select from ZCACCOUNTHIER( P_Ledger:$parameters.P_Ledger , P_LedgerFiscalYear:$parameters.P_LedgerFiscalYear , P_KeyDate:$parameters.P_KeyDate , P_ValidityEndDate:$parameters.P_ValidityEndDate ) as ZCACCOUNTHIER { //@What Hierarchy Annotation ? GLAccountHierarchy , HierarchyNode, ValidityEndDate, //HierarchyNodeShortText&lt;br&gt; //@What Hierarchy Annotation ?&lt;br&gt;////////////////////////////////////////////////////////////////////////////// // This Annotation results in the error: // Annotations of GLAccount use hierarchies, but GLAccount does not have any [Analytics] @AnalyticsDetails.query: { axis: #ROWS, displayHierarchy: #ON, hierarchyInitialLevel: 2, hierarchyBinding: [ {type: #PARAMETER, value: 'GLAccountHierarchy' } ], hierarchySettings: { childNodePosition: #ABOVE } } GLAccount,&lt;br&gt;//////////////////////////////////////////////////////////////////////////////////// AmountInCompanyCodeCurrency, CompanyCodeCurrency } where GLAccountHierarchy = 'INT' and ValidityEndDate = $parameters.P_ValidityEndDate </CODE></PRE> 2023-10-31T00:18:07+01:00 https://community.sap.com/t5/technology-q-a/overview-page-navigation-card-not-working/qaq-p/12771956 Overview Page Navigation card not working 2023-11-19T19:52:45+01:00 sebastian_sap93 https://community.sap.com/t5/user/viewprofilepage/user-id/178259 <P>Hello Guys,</P> <P>I created through the SAP Web IDE Personal Edition an Overview Page based on a simple CDS-View.</P> <P>Is it possible to access a transaction through IntentBasedNavigation? I tried it for all four Cards, but I don't regonize any differences in the appearance.</P> <P>Here is a screenshot of the Annotation:</P> <P><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2229854-image.png" /></P> <P>Also a screenshot from the App:</P> <P><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2229855-image.png" /></P> <P>I tried this in an Analytical List Report, and the wished column appeared as a Hyperlink. Ist this also possible in an Overview Page?</P> <P>Kind Regards</P> <P>Torbjörn Saretz</P> 2023-11-19T19:52:45+01:00 https://community.sap.com/t5/technology-q-a/analytical-list-page-call-transaction/qaq-p/12775325 Analytical List Page call transaction 2023-11-22T17:32:54+01:00 sebastian_sap93 https://community.sap.com/t5/user/viewprofilepage/user-id/178259 <P>Hey Guys,</P> <P>I try to call a transcation through the Annotation DataFieldWithIntentBasedNavigation in an Analytical List Page:</P> <P>A<IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2230030-image.png" /></P> <P>Also I created a semantic Object as you can look it up at the tutorials:</P> <P><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2230027-image.png" /></P> <P>When the app is started you can see the wanted column as a link, but after clicking on one of the links I get this Error Message.</P> <P><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2230029-image.png" /></P> <P>Is this due to assigned roles? I looked into the SU53 but could not find any Errors.</P> <P>I'm looking forward to your help.</P> <P>Kind Regards</P> <P>Torbjörn</P> 2023-11-22T17:32:54+01:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/s-4hana-sac-story-integration-storys-not-visible/qaq-p/12755137 S/4HANA - SAC Story Integration - Storys not visible 2023-12-04T11:11:48+01:00 THEN https://community.sap.com/t5/user/viewprofilepage/user-id/148131 <P>Hello all, </P> <P>I'm currently trying to establish the integration of SAC Storys in the Fiori launchpad. In order to make the storys availbale, we've established a CORS connection to our S/4HANA system. </P> <P>Afterwards we've set up the S/4HANA - and SAP-Analytics Cloud connection following this documentation: <A href="https://help.sap.com/docs/SAP_S4HANA_ON-PREMISE/6b356c79dea443c4bbeeaf0865e04207/ed3ffbf3e31743bebcb2571e15d718f6.html?locale=en-US" rel="noopener noreferrer">Maintaining SAP Analytics Cloud Connections in SAP S/4HANA System | SAP Help Portal</A>. After setting everything up, I'm able to see the connection in the fiori launchpad and within the transaction "/o/SSB/UTIL_SAC_S4HANA" I'm able to test the RFC connection - which was successful. However, when navigation to the fiori launchpad to open a story, I'm not able to find any stories available in the search window. </P> <P><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2229365-image.png" /></P> <P>In SAP Help description there's the following statement: "2. Section: Authorization for API access OAuth Clients. Follow all steps". As a result I looked up the following documentation: <A href="https://help.sap.com/docs/SAP_S4HANA_CLOUD/0f69f8fb28ac4bf48d2b57b9637e81fa/ddbc64b5c7d64892ad9f848e91a8b45e.html?locale=en-US" rel="noopener noreferrer">Integrating SAP Analytics Cloud (OAuth) | SAP Help Portal</A>. In this they use the SAML Single Sign-On (SSO) authentication method. Is this authentication method a prerequisite to display the SAC storys in the fiori launchpad? We're currently using the standard (SAP Cloud Identity) authentication mehtod.</P> <P>Thanks in advance. </P> 2023-12-04T11:11:48+01:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/cds-cloud-query/qaq-p/12753875 CDS CLOUD query 2023-12-08T10:21:14+01:00 shashankagg https://community.sap.com/t5/user/viewprofilepage/user-id/876787 <P>Is there a way in S4 HANA CLOUD - Custom CDS views i should ignore the primary key i.e. COL2 from below screenshot from CDS and get highlighted record in green as output. Because due to COL2 i am getting 3 different rows whereas i want only single row based on COL1 and COL3.</P> <P><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2230689-image.png" /></P> 2023-12-08T10:21:14+01:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/how-to-leverage-a-base-field-into-a-given-cds-view-best-for-reporting/qaq-p/12761268 How to leverage a base field into a given CDS view best for reporting 2023-12-11T13:54:11+01:00 Martin_4 https://community.sap.com/t5/user/viewprofilepage/user-id/172054 <P>Hi,</P> <P>How to leverage a base field in a given CDS view best for reporting ?</P> <P>Got CDS: <STRONG>C_PurOrdAvgDelivTime</STRONG></P> <P>Need Field: <STRONG>StorageLocation </STRONG>( from underlying EKPO.LGORT)</P> <P><STRONG>StorageLocation</STRONG> ( =EKPO.LGORT) is contained in the green, underlying CDS Views and the table:</P> <UL> <LI> <STRONG>I_PurchasingDocumentItem</STRONG></LI> <LI><STRONG>I_PurchaseOrderItem</STRONG></LI> </UL> <P><STRONG>StorageLocation </STRONG>is not contained in the red uplevel, CDS Views:</P> <UL> <LI> <STRONG>P_PurchaseOrderItemHistory</STRONG></LI> <LI><STRONG>C_PurOrderItemHistoryValues2</STRONG></LI> <LI><STRONG>C_PurOrdAvgDelivTime</STRONG></LI> </UL> <P> <IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2233591-cds.jpg" /> <BR />What to do best ? <BR /> </P> <UL> <LI>Rewrite: <STRONG></STRONG> P_PurchaseOrderItemHistory, C_PurOrderItemHistoryValues2, C_PurOrderItemHistoryValues </LI> <LI>Extension to all: How systematically ?</LI> </UL> <P>ThankXs <BR />Martin</P> <P><STRONG></STRONG></P> 2023-12-11T13:54:11+01:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/how-to-extend-a-sap-standard-cds-analytical-consumption-view-with-fields/qaq-p/12769417 How to extend a SAP Standard CDS analytical Consumption view with fields and values 2023-12-11T15:21:56+01:00 Martin_4 https://community.sap.com/t5/user/viewprofilepage/user-id/172054 <P>Hi,</P> <P>need to extend an analytical consumption view by a field...</P> <P>...defined in a lower level of the cds stack.</P> <P>What means, leverage this field to the consumption view:<BR /><BR />This is seeminlgy a standard problem but SAP help offers each and anything but nothing concrete.</P> <P>In Detail and real life:</P> <UL> <LI>Task is to leverage EKPO.LGORT to C_PURORDAVGDELIVTIME .</LI> <LI>EKPO.LGORT is defined as StorageLocation in I_PurchaseOrderItem</LI> </UL> <P>The current construction:</P> <UL> <LI>Green are the CDS Views where the Storage Location ( ex EKPO.LGORT) is defined.</LI> <LI>Red are the CDS Views where the Storage Location ( ex EKPO.LGORT ) is missing.</LI> </UL> <P><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2232673-cds.jpg" /></P> <P>Whats best method to get the field and the data to the top level view C_PURORDAVGDELIVTIME ?</P> <UL> <LI>Write a Customized ZI_I_PurchaseOrderHistory, ZP_PurchaseOrderItemHistory , ZC_PurOrderItemHistoryValues2, ZC_PURORDAVGDELIVTIME , quit deterring ....;) ?</LI> <LI>Write an extension: but how ?</LI> <LI>Is there a sample in the SAP ABAB DEMOS Packages ?</LI> </UL> <P><BR />ThanXs<BR />Martin</P> 2023-12-11T15:21:56+01:00 https://community.sap.com/t5/technology-q-a/50005-valueaxis-does-not-meet-the-minimum-or-maximum-number-of-feeds/qaq-p/12783761 [50005] - valueAxis : does not meet the minimum or maximum number of feeds definition error 2023-12-18T10:49:15+01:00 Muthu_raja https://community.sap.com/t5/user/viewprofilepage/user-id/175905 <P>Hello Team,</P> <P>I am trying ALP FE application using CDS annotations. I am facing below issues</P> <UL> <LI>When I use preview in the Service Binding (OData v2) the chart is not showing. Is this expected behavior ?</LI> <LI>When I integrated with the UI FE where getting below error instead of chart ?</LI> </UL> <P><STRONG><EM>[50005] - valueAxis : does not meet the minimum or maximum number of feeds definition</EM></STRONG></P> <P>My C view would be,</P> <PRE><CODE>@AbapCatalog.viewEnhancementCategory: [#NONE]<BR />@AccessControl.authorizationCheck: #NOT_REQUIRED<BR />@EndUserText.label: 'Consumption for Flight ALP'<BR />@Metadata.ignorePropagatedAnnotations: true<BR />@ObjectModel.usageType:{<BR /> serviceQuality: #X,<BR /> sizeCategory: #S,<BR /> dataClass: #MIXED<BR />}<BR />//@Analytics.query: true<BR />@VDM.viewType: #CONSUMPTION<BR />@UI.chart: [{<BR /> qualifier: 'ChartBookingPricePerCntry',<BR /> chartType: #COLUMN,<BR /> dimensions: [ 'BookingPrice' ],<BR /> measures: [ 'CustomerCountry' ],<BR /> dimensionAttributes: [{<BR /> dimension: 'BookingPrice',<BR /> role: #SERIES<BR /> }],<BR /> measureAttributes: [{<BR /> measure: 'CustomerCountry',<BR /> role: #AXIS_1<BR /> }]<BR />}]<BR />@UI.presentationVariant: [{ qualifier: 'Default', visualizations: [{ type: #AS_CHART, qualifier: 'ChartBookingPricePerCntry' }] }]<BR />define view entity ZC_QUERY_FLIGHT_ALP<BR /> as select from ZI_CUBE_FLIGHTBOOKINGS<BR />{<BR /> @AnalyticsDetails.query.display: #KEY_TEXT<BR /> @UI.lineItem: [ { position : 10 } ]<BR /> key Airline,<BR /> @UI.hidden: true<BR /> key FlightConnection,<BR /> @UI.hidden: true<BR /> key FlightDate,<BR /> @UI.hidden: true<BR /> key BookNumber,<BR /> @UI.selectionField: [ { position : 10 } ]<BR /> @AnalyticsDetails.query.display: #KEY_TEXT<BR /> CustomerCountry,<BR /> @UI.selectionField: [ { position : 20 } ]<BR /> CalendarYear,<BR /> // @UI.lineItem: [ { position : 20 } ]<BR /> // TotalOfBookings,<BR /> @UI.dataPoint.title: 'Weight of Luggage'<BR /> @UI.lineItem: [ { position : 30 } ]<BR /> @Semantics.quantity.unitOfMeasure: 'WeightUOM'<BR /> WeightOfLuggage,<BR /> WeightUOM,<BR /> @DefaultAggregation: #SUM<BR /> @Semantics.amount.currencyCode: 'Currency'<BR /> @UI.lineItem: [ { position : 40 } ]<BR /> BookingPrice,<BR /> Currency<BR />}<BR />where<BR /> (<BR /> Airline = 'AA'<BR /> or Airline = 'DL'<BR /> )<BR /> and(<BR /> CustomerCountry = 'DE'<BR /> or CustomerCountry = 'US'<BR /> )</CODE></PRE> <P></P> <PRE><CODE><BR /></CODE></PRE> <PRE><CODE><BR /></CODE></PRE> <P>Please help me here</P> <P>Best Regards,</P> <P>Muthu</P> 2023-12-18T10:49:15+01:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/can-t-find-the-quot-custom-cds-views-quot-tile-in-sap-fiori/qaq-p/12819684 Can't find the "Custom CDS Views" tile in SAP Fiori 2024-01-11T17:28:14+01:00 Hammouti48 https://community.sap.com/t5/user/viewprofilepage/user-id/147514 <P>Dear all, </P> <P>I would like to ask a question if possible!</P> <P>I can't find the "Custom CDS Views" tile in SAP Fiori 2021. </P> <P>The link below doesn't mention any Business Role, what exactly does that mean? </P> <P><A href="https://fioriappslibrary.hana.ondemand.com/sap/fix/externalViewer/#/detail/Apps(%27F1866A%27)/S18OP" target="test_blank" rel="nofollow noopener noreferrer">https://fioriappslibrary.hana.ondemand.com/sap/fix/externalViewer/#/detail/Apps(%27F1866A%27)/S18OP</A><BR /></P> <P>Thank you in advance! </P> <P>Eddine</P> 2024-01-11T17:28:14+01:00 https://community.sap.com/t5/technology-q-a/quot-warehouse-kpis-quot-app-empty-page/qaq-p/12819689 "Warehouse KPIs" app empty page 2024-01-11T17:44:36+01:00 Hammouti48 https://community.sap.com/t5/user/viewprofilepage/user-id/147514 <P>Dear all, </P> <P>I would like to ask a question about an issue that i'm currently facing.</P> <P>I started by adding the following Business Role <STRONG>SAP_BR_WAREHOUSE_CLERK_EWM </STRONG>to my SAP User ID from the transaction <STRONG>/nSU01 </STRONG>in GUI after that I checked in the Fiori system and the tile is available there but the issue is that after opning the "Warehouse KPIs" app the screen is empty as you can see below. Do you have an idea aboute the reason. Please find below also the link to the library of the app in question. </P> <P><IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2235659-image.png" /></P> <P>https://fioriappslibrary.hana.ondemand.com/sap/fix/externalViewer/#/detail/Apps('F4024')/S18OP</P> <P>Thank you in advance! </P> <P>Eddine</P> 2024-01-11T17:44:36+01:00 https://community.sap.com/t5/supply-chain-management-q-a/question-about-alp-and-ewm-data-integration/qaq-p/13582149 Question about ALP and EWM Data Integration 2024-01-26T12:24:58.377000+01:00 Hammouti48 https://community.sap.com/t5/user/viewprofilepage/user-id/147514 <P>Hi,</P><P>I hope you're doing well. I have a question about the Analytical List Page (ALP) application in Fiori.</P><P>Can we use ALP to show EWM (Extended Warehouse Management) data? If yes, do we need to do something with the EWM OData service, and how can we go about it?</P><P>Thanks for your help!</P><P>Best,</P><P>Eddine</P> 2024-01-26T12:24:58.377000+01:00 https://community.sap.com/t5/technology-q-a/extending-standard-cds-view-for-which-api-state-is-not-released/qaq-p/13597801 Extending standard CDS view for which API state is not released. 2024-02-07T12:16:35.675000+01:00 schaoji https://community.sap.com/t5/user/viewprofilepage/user-id/146615 <P>We have a requirement to extend standard CDS view -&nbsp;C_ObjPgMaintNotificationTask to add a couple of fields. But when we check the API state of the CDS view, it is not released. Is it alright to extend an unreleased cds view?</P><P>&nbsp;</P><P><span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="schaoji_0-1707304438050.png" style="width: 400px;"><img src="https://community.sap.com/t5/image/serverpage/image-id/61958iCA4BC63920F447BA/image-size/medium?v=v2&amp;px=400" role="button" title="schaoji_0-1707304438050.png" alt="schaoji_0-1707304438050.png" /></span></P><P>&nbsp;</P> 2024-02-07T12:16:35.675000+01:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/embedded-analytics-standard-content-available-for-the-cloud-for-customer/qaq-p/13641091 Embedded Analytics standard content available for the Cloud for Customer data in S4 hana system 2024-03-18T09:43:07.365000+01:00 VijayBhaskaran https://community.sap.com/t5/user/viewprofilepage/user-id/159370 <P>Hi Geeks,</P><P>I would like to know if there is any standard content like reports or dashboards available in S4HANA Embedded Analytics (Either in Fiori or in SAC) especially for C4C (Cloud for Customer) data which was extracted to the S4 Hana system. In standalone SAC we have content for C4C, similarly, I need to know whether any standard content is available in S4 Embedded analytics.</P><P>Thanks in advance,</P><P>Vijay Bhaskaran</P><P>&nbsp;</P><P><a href="https://community.sap.com/t5/c-khhcw49343/SAP+S%25252F4HANA+Embedded+Analytics/pd-p/8492b555-b489-4972-8e37-83f2f27ae399" class="lia-product-mention" data-product="1067-1">SAP S/4HANA Embedded Analytics</a>&nbsp;<a href="https://community.sap.com/t5/c-khhcw49343/SAP+Analytics+Cloud%25252C+connectivity/pd-p/0db4caf8-3039-4a93-9d11-543de33255a4" class="lia-product-mention" data-product="193-1">SAP Analytics Cloud, connectivity</a>&nbsp;</P> 2024-03-18T09:43:07.365000+01:00 https://community.sap.com/t5/technology-q-a/date-difference-between-sfc-report-and-esac-report/qaq-p/13641800 Date difference between SFC report and eSAC report 2024-03-18T16:47:26.539000+01:00 Venkata2 https://community.sap.com/t5/user/viewprofilepage/user-id/1401804 <P>Hi,</P><P>&nbsp;We are observing, discrepancy Time-Stamping between app SFC-Report and eSAC Report.<STRONG>&nbsp;</STRONG></P><P><STRONG>&nbsp;</STRONG>Any idea why this is happening, the exact difference is 1 hour.</P><P>&nbsp;Appreciate your help.</P><P>Regards,</P><P>&nbsp;Venkata</P><P>&nbsp;</P><P>&nbsp;</P> 2024-03-18T16:47:26.539000+01:00 https://community.sap.com/t5/technology-q-a/native-hana-information-views-on-source-system-s4-hana/qaq-p/13660999 Native HANA Information Views on Source system S4/HANA. 2024-04-05T20:41:14.880000+02:00 pushpam22 https://community.sap.com/t5/user/viewprofilepage/user-id/850102 <P>Hello,</P><P>As per SAP recommendation for S/4 HANA as a Business Suite, for Operational and Analytics reporting, CDS Views is the way to go. CDS views will then be consumed by Fiori apps and Embedded analytics.&nbsp;</P><P>Since we have BW/4HANA in place and all the operational reporting is done there through Native HANA Calculation views, is it feasible to use these models by export import in Source system data base? what are pros and cons of creating HANA Graphical CALC views (information Views) directly on Source system?</P><P>What are differences in terms of performance and ease of consuming ABAP CDS views Vs HANA Information Views?&nbsp;</P><P>&nbsp;</P> 2024-04-05T20:41:14.880000+02:00 https://community.sap.com/t5/technology-q-a/exception-aggregation-used-in-cds-view-and-that-field-is-not-available-in/qaq-p/13673460 exception aggregation used in CDS view and that field is not available in SAC 2024-04-17T15:39:27.324000+02:00 monsuban https://community.sap.com/t5/user/viewprofilepage/user-id/702929 <DIV><DIV><P><SPAN>Hi Experts,</SPAN></P><P><SPAN>I have used exception aggregation in the CDS consumption view like:</SPAN></P><DIV><DIV><P><SPAN>@AnalyticsDetails.query.axis: #COLUMNS</SPAN></P><P><SPAN>@EndUserText.label: 'Total Accounts in SAP'</SPAN></P><P><SPAN>@AnalyticsDetails.exceptionAggregationSteps.exceptionAggregationBehavior: #MAX</SPAN></P><P><SPAN>@AnalyticsDetails.exceptionAggregationSteps.exceptionAggregationElements: [ 'portion' ,'CompanyCode' ,'UtilitiesDivision']</SPAN></P><P><SPAN>TotalAcctsSAP,</SPAN></P><DIV>&nbsp;</DIV><P><SPAN>&nbsp;</SPAN></P><DIV>&nbsp;</DIV><P><SPAN>This field is not available in SAC to be consumed. Not available in the model as well.</SPAN></P><DIV>&nbsp;</DIV><P><SPAN>&nbsp;</SPAN><SPAN>Can anyone help me on this..</SPAN></P><P><SPAN>Thanks,</SPAN></P><P><SPAN>Subhankar Mondal</SPAN></P></DIV></DIV><P>&nbsp;</P><P>&nbsp;</P></DIV></DIV> 2024-04-17T15:39:27.324000+02:00 https://community.sap.com/t5/enterprise-resource-planning-q-a/how-to-achieve-multiple-default-values-in-fiori-list-page-by-using-odata/qaq-p/13696448 How to achieve multiple default values in Fiori list page by using @Odata.publish annotation 2024-05-09T16:01:24.651000+02:00 sudhir_vanap https://community.sap.com/t5/user/viewprofilepage/user-id/219867 <P>Hello Experts,</P><P>We have a requirement to show multiple default values (5 entries) of Supplier Account Group (LFA1-KTOKK) in selection parameter of FLP. But getting error as "Binding target not unique: <SPAN>SUPPLIERACCOUNTGROUP [Odata exposure]</SPAN>".&nbsp;</P><P>I have activated the odata service with annotation&nbsp;@Odata.publish:true where all of my other features are working as expected but not able to achieve this. Can't we populate multiple default values with Odata service option ? Please help.&nbsp;</P><P>I have tried the below code for Vendor Account group column in my CDS:</P><DIV><DIV><P><SPAN>@Consumption.filter:</SPAN> <SPAN>{selectionType:</SPAN> <SPAN>#SINGLE,</SPAN> <SPAN>multipleSelections:</SPAN> <SPAN>true,</SPAN> <SPAN>mandatory:</SPAN> <SPAN>true}</SPAN></P><P><SPAN>@Consumption.derivation:{</SPAN> <SPAN>lookupEntity:</SPAN> <SPAN>'I_SUPPLIERACCOUNTGROUP',</SPAN></P><P><SPAN>resultElement:</SPAN> <SPAN>'SupplierAccountGroup',</SPAN></P><P><SPAN>binding:</SPAN> <SPAN>[{targetElement:'SupplierAccountGroup',</SPAN> <SPAN>type:</SPAN> <SPAN>#CONSTANT,</SPAN> <SPAN>value:</SPAN> <SPAN>'ZSUP'</SPAN> <SPAN>},</SPAN></P><P><SPAN>{</SPAN> <SPAN>targetElement:'SupplierAccountGroup',</SPAN> <SPAN>type:</SPAN> <SPAN>#CONSTANT,</SPAN> <SPAN>value:</SPAN> <SPAN>'ZPUR'</SPAN> <SPAN>},</SPAN></P><P><SPAN>{</SPAN> <SPAN>targetElement:'SupplierAccountGroup',</SPAN> <SPAN>type:</SPAN> <SPAN>#CONSTANT,</SPAN> <SPAN>value:</SPAN> <SPAN>'ZFRT'</SPAN> <SPAN>},</SPAN></P><P><SPAN>{</SPAN> <SPAN>targetElement:'SupplierAccountGroup',</SPAN> <SPAN>type:</SPAN> <SPAN>#CONSTANT,</SPAN> <SPAN>value:</SPAN> <SPAN>'ZEXP'</SPAN> <SPAN>},</SPAN></P><P><SPAN>{</SPAN> <SPAN>targetElement:'SupplierAccountGroup',</SPAN> <SPAN>type:</SPAN> <SPAN>#CONSTANT,</SPAN> <SPAN>value:</SPAN> <SPAN>'ZLOC'</SPAN> <SPAN>}]}</SPAN></P><P><SPAN>@ObjectModel.foreignKey.association:</SPAN> <SPAN>'_ZISUP'</SPAN></P><P>&nbsp;</P><P>&nbsp;</P><P><SPAN><a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1445379">@ui</a>.selectionField:</SPAN> <SPAN>[{</SPAN> <SPAN>position:</SPAN> <SPAN>10</SPAN> <SPAN>}]</SPAN></P><P><SPAN>@Consumption.valueHelpDefinition:</SPAN> <SPAN>[{</SPAN> <SPAN>entity:{name:</SPAN> <SPAN>'Zcst_Dat_Accgrptext_Vh',element:</SPAN> <SPAN>'SupplierAccountGroup'</SPAN> <SPAN>}</SPAN> <SPAN>}]</SPAN></P><P><SPAN>ktokk</SPAN> <SPAN>as</SPAN> <SPAN>Vendoraccountgroup</SPAN><SPAN>,<BR /><BR /><BR /><a href="https://community.sap.com/t5/c-khhcw49343/SAP+S%25252F4HANA+Embedded+Analytics/pd-p/8492b555-b489-4972-8e37-83f2f27ae399" class="lia-product-mention" data-product="1067-1">SAP S/4HANA Embedded Analytics</a>&nbsp;<a href="https://community.sap.com/t5/c-khhcw49343/OData/pd-p/551580658536717501828021060147962" class="lia-product-mention" data-product="323-1">OData</a>&nbsp;</SPAN></P></DIV></DIV> 2024-05-09T16:01:24.651000+02:00