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

Grid cell in tooltip

Former Member
0 Likes
845

Hi there. Is this possible for grid to do such thing:

itab-text = 'AAAAAAAAAAAAAAAAAAAAAAAAAAA'

in grid the column width is set to 5 for example. so You see only AAAAA...

Now when drag a mousecurson over grid cell (the cell containing 'AAAAA...') the tooltip window appears with the whole string (that is AAAAAAAAAAAAAAAAAAAAAAAAAAA)

Do You know some demoprogram which could be helpful?

I'll be thankful for useful tips too. Greetings. P.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
799

Check this sample program..

BCALV_DEMO_TOOLTIP

Hi there. Is this possible for grid to do such thing:

itab-text = 'AAAAAAAAAAAAAAAAAAAAAAAAAAA'

in grid the column width is set to 5 for example. so You see only AAAAA...

Now when drag a mousecurson over grid cell (the cell containing 'AAAAA...') the tooltip window appears with the whole string (that is AAAAAAAAAAAAAAAAAAAAAAAAAAA)

Do You know some demoprogram which could be helpful?

I'll be thankful for useful tips too. Greetings. P.

5 REPLIES 5
Read only

Former Member
0 Likes
800

Check this sample program..

BCALV_DEMO_TOOLTIP

Read only

Former Member
0 Likes
799

Hi,

you want to show 'AAAAAAAAAAAAAAAAAAAAA' as a column heading or tool tip? or visible lenght 5 ?

if you want to show 'AAAAAAAAAAAAAAAAAAAA' big column heading then you can define fcat-outputlen = 20 (or whatever you wanto give).

Edited by: Kamesh Bathla on Aug 5, 2008 3:15 PM

Read only

0 Likes
799

Vijay Babu Dudla

I've got no BCALV_DEMO_TOOLTIP. We have 4.6c

Kamesh Bathla

I need to see only the beginning of string in grid (I gave example value 5, 5 first characters of string). In tooltip I'd like to see the whole string.

Read only

0 Likes
799

BCALV_DEMO_TOOLTIP it is available from ECC 5.0. I think it is not possible in that case.

Read only

0 Likes
799

Hi,

In this case you can define the outputlen = 5 and then define the tooltip as defined in BCALV_DEMO_TOOLTIP.

Hope it will help.

Thanks,

Kamesh