Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Read only

Scroll button missing in CV01N Transaction

VijayaKrishnaG
Active Contributor
0 Likes
1,017

Hi Experts,

I have an issue in transaction CV01N. If multiple attachments are attached to a document, the scroll option is available on screen with small button but somehow arrow key button to scroll up & down is not visible and left & right scrolling button is available. My client requires those buttons UP & DOWN,

After referring some code I came to know that, that is ALV GRID display. 

So, can we get? If yes, can you please suggest how to achieve it.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
962

Reconcile the font size with the screen resolution.

If you select a font size that is too large, this may happen. You should not change the properties in the  screens.

Also check if these links could be of help.

http://www.stechno.net/sap-notes.html?view=sapnote&id=638074

http://www.saptechies.co.in/t588m-missing-scroll-bar-fields-detail-screen/

6 REPLIES 6
Read only

FredericGirod
Active Contributor
0 Likes
962

Hi,

did you try to change the size of the window ?

maybe it's because of your screen resolution.

regards

Fred

Read only

0 Likes
962

Hi FrƩdƩric,

Firstly thanks for your reply. It's not a resolution problem I believe as I have checked in multiple resolutions and even multiple client systems. I think CV01N and CV02N transaction itself having like that in standard. So, now can we do anything?? Please suggest.

Thanks & Regards,

-Vijay

Read only

0 Likes
962

I've just simulated the CV02N screen.

You need to adjust the windows (OS) resolution to maximum available.

For example: If the screen resolution is 800 x 600 the scroll will be missing.

When it is set to 1366 x 768, the scroll reappeared.

Jogeswara Rao K

Read only

Former Member
0 Likes
963

Reconcile the font size with the screen resolution.

If you select a font size that is too large, this may happen. You should not change the properties in the  screens.

Also check if these links could be of help.

http://www.stechno.net/sap-notes.html?view=sapnote&id=638074

http://www.saptechies.co.in/t588m-missing-scroll-bar-fields-detail-screen/

Read only

0 Likes
962

Exactly, if it is not the resolution, the SAP font creates this situation.

You need to reduce the font size to get back the scrolls.

Jogeswara Rao K

Read only

VijayaKrishnaG
Active Contributor
0 Likes
962

Hi All,

Thanks for all your valuable suggestions. Issue resolved.