cancel
Showing results for 
Search instead for 
Did you mean: 

FIN_DS_ANALYZE

0 Kudos

Hi community,

in the Fiori Apps Library I found a promising reuse component called "Central Fiori Component for all Design Studio Fiori Apps" (F1035 - UI5 application FIN_DS_ANALYZE). There are several other standard apps that are based on this reuse component (e.g. "Asset Balances" - F1617A). We are on S4/HANA 1709 on Premise.

I have 3 questions:

1. Is this resuse component released for use in client projects?

2. Can I use this component for custom CDS views as well (same configuration in Launchpad Designer as for app F1617A but with custom CDS view)?

3. Is there any additional documentation about the parameters that can be passed to the reuse component and their function?

Thanks a lot in advance. Regards,

Monique

Accepted Solutions (1)

Accepted Solutions (1)

In the meanwhile SAP note 2623507 was released explaining how to use of FIN_DS_ANALYZE in client projects.

Answers (4)

Answers (4)

tom_peng
Explorer
0 Kudos

Hi Ned, I realize your post was almost a year ago, but we struggled with jumping from FIN_DS_ANALYZE via semantic objects too, and I wanted to post some hints in case anyone else has the same issue.

So you can configure a "Jump To" via "Target Mappings" in the Fiori Launchpad Group configuration. You specify the application type (UI5, Web Dynpro, Transaction, URL, etc) and depending on the type, the transaction or the URL. In the "Parameters" section, you specify the mappings between source fields and target fields. If you check "Allow additional parameters", the source tries to send all possible fields to the target, even if you haven't specified them in "Parameters". For a FIN_DS_ANALYZE tile, this means every characteristic in the row gets sent as a URL parameter to the target. By looking at the URL, you can figure out what the source field is called, and it's often not something straightforward like "PurchaseRequistion", especially if it's coming from a BW query that is itself built on top of a Custom Analytic Query.

So once you figure out the source fieldname, you can simply add a row to "Parameters", put the source fieldname in "Name" and put the target fieldname in "Target Name", and you're off the races.

Hope this helps.

former_member613062
Participant
0 Kudos

I am still having issues with the jumping from FIN_DS_ANALYZE to a tcode using XSEMNATICOBJECTS. I put all my code and config in this blog towards the bottom with masa. He thinks it should work.. But it does not!

https://blogs.sap.com/2018/07/11/how-to-create-custom-fiori-multidimensional-reporting-application-i... Free beer in Atlanta for the fix!

Also my new wiredness is that when I have a tile created from FIN_DS_ANALYZE against a cds view. When fields were recently added to this CDS view the behavior of the tile was very eratic.

Column headings stay the same but the data is from a different column.. Yet the CDs view works fine in the Query Browser anyalyze path. (which also uses the design studio ) I cleared every cache on the planit, yet still the dedicated tile is eratic in behavior.

0 Kudos

Hi Monique,

Have you found anything on this? Especially parameters and documentations?

Thanks,

Mehmet.

0 Kudos

Hi Mehment,

unfortunately I did not found any documentation, but I found the following parameters to be used by own research:

XQUERY: Name of query to be displayed in the app (2C<sql view name>)
XSEMANTIC_OBJECTS: names of semantic objects to which a jump target shall be available (jump targets are available for all actions of a semantic object given here)
XSYSTEM: Logical system
XVISIBLEPROMPTS: visible prompts on the selection screen (I did not get this parameter to work...)

Regards,

Monique


Jocelyn_Dart
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Monique

Re 1 - released is a very official word at SAP... I would suggest you can use them with your own Fiori Design Studio apps but of course if it changes then you would might need to adjust your code as well. Note that this app is ONLY intended for use with Design Studio apps. If you really need an official answer, raise a SAP Incident against the Support component for that app as shown in the Fiori apps library, which is BI-RA-AD-EA

Re 2 - the configuration in the Launchpad Designer is separate to the CDS view so you can do what you like/need in the Launchpad Designer. Many of the analytical app types - Smart Business, APF, Analytical List Page (Report), are configured elsewhere and assigned to the business catalog from there. So you are likely to find the same approach (I'm not a Design Studio person here so see how you go)

Re 3 - Nope - see answer 1

Good luck!

Jocelyn

0 Kudos

Hi Jocelyn,

thank you for your answer - that was very helpful.

The original challenge for me was to find an easy way to populate a custom CDS view as multidimensional report to a Fiori catalog without any coding. While searching for a solution I found that reuse app mentioned above.

Doing some further investigations I recently found out, that in the onCloud edition there is a functionality in the View Browser, that creates a custom multidimensional reporting app based on a selected CDS view - great feature that would exactly fulfill my needs, but unfortunately this valuable functionality is not available in the onPremise edition. Do you know another solution/workaround/best practice for the onPremise edition to achieve the same result (populate custom CDS view as multidimensional report to a catalog) except using the reuse component FIN_DS_ANALYZE?

Kind regards,

Monique