cancel
Showing results for 
Search instead for 
Did you mean: 

Scrolling Bar for Available Fields missing on SAP Fiori custom reports

pierre_claude
Discoverer
0 Kudos
142

The scrolling bar that allow me to see and select all the available fields on my SAP Fiori custom report is missing.

I only have a scrolling bar for the displayed report but if i want to select and add others fields from free dimension area, I have to look for it only by the search bar "Search Dimensions" in the left.

Can someone tell me if it is something solveable or if it is a standard behavior that cannot be in a custom report ?

 Thanks

 

View Entire Topic
ArunJacob
Active Participant
0 Kudos

No, no, it is not a standard behavior—normally, a scroll bar should appear if the list exceeds the visible area.
Is this a custom application (do you have direct access to the view.xml involved)?

If so, can you please try 'Scroll container"?

<ScrollContainer
		height="100%"
		width="100%"
		vertical="true"
		focusable="true">
		<Image src="{img>/products/pic1}" width="{/width}" />
	</ScrollContainer>

link

Thanks

pierre_claude
Discoverer
0 Kudos

Thanks for your answer ArunJacob.

Yes this is a custom application, it is a bex query app behind this custom app. So I'm not able to implement the code you give in my cds.

Do you know if an another solution exist for this kind of custom app ?

Thanks