cancel
Showing results for 
Search instead for 
Did you mean: 

Merge of News-Tile

thbuett
Explorer
0 Kudos

Hello,

we use the FLP@EP with the Newstile on NW 7.5 SP 09. We have two or more roles. For every Role we have a seperate RSS-Feed behind the Newstile. This is not a problem. The problem comes, when a person has both or more roles.

With the standard merging of iViews, one of the both Newstile-Configurations will be used (Pic. 1). But this is not so good, cause then the News of the second Role are not accessible anymore.

What we want is, that the Newstile merges its RSS-Feed-Sources (Pic. 2).

Is there any way, to perform this. Could I write a own merge-class or something else. Where could I send a feature request, cause I think I could not open an incident, cause the merge works on the level of iView. The Newstile is a special iView and needs a special merge.

Accepted Solutions (0)

Answers (1)

Answers (1)

nickrankin
Contributor
0 Kudos

Hi Thomas,

A solution that may work your scenario could be to just have one News Tile iView, and use a Fiori Plugin to manipulate the feed to display based on a condition of your choosing. For more information you can refer to:

https://blogs.sap.com/2016/04/21/how-to-make-use-of-the-fiori-framework-page-extensions/

https://help.sap.com/viewer/f2f3f4b4543a4803b9023e8c31f1e72a/7.5.9/en-US/95c96973b8484a6f83ab60142b8...

For the News Tile on Portal there is the NewsTileUtils-dbg.js which is responsible for getting and setting the RSS Feeds on Portal side (getFeedConfiguration).

Best regards,

Nick

thbuett
Explorer
0 Kudos

Hi Nick,

thanks, this is a great idea and would probably works for me. But I see, there is no set-Method

newstile.NewsTileUtils
{getDefaultImageConfig: ƒ, getFinalDefaultImageForDrillDown: ƒ, getFinalDefaultImages: ƒ, getUseDefaultImageConfig: ƒ, getCycleIntervalConfig: ƒ, …}calculateFeedItemAge:ƒ (c)getCycleIntervalConfig:ƒ (a)getDefaultImage:ƒ (e,b)getDefaultImageConfig:ƒ (a)getExclusionFiltersConfiguration:ƒ (a)getFeedConfiguration:ƒ (a)getFinalDefaultImageForDrillDown:ƒ (a)getFinalDefaultImages:ƒ (a)getInclusionFiltersConfiguration:ƒ (a)getRefreshIntervalConfig:ƒ (a)getUseDefaultImageConfig:ƒ (a)__proto__:Object

Do you know if there exists any documentation oder API for the Newstile. Cause I think the locked the writing access.

But this is my first look.

Best regards.

Thomas

thbuett
Explorer
0 Kudos

Hello Nick,

we have the requirement again and I can not find a set-Method by now. How does it work to set the RSS Feeds over the NewsTileUtils.js.

Best Regards,

Thomas