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

Tool Tip for ALV report.

Former Member
0 Likes
948

Hi all,

In my ALV report, I am using structure 'slis_fieldcat_alv' for field catalogue.

I want to implement Tool-tip for the lay-out.Can anybody please tell me which field shall i populate the message to make tool-tip working in my report.

Thanks,

Anirban.

Hi all,

In my ALV report, I am using structure 'slis_fieldcat_alv' for field catalogue.

I want to implement Tool-tip for the lay-out.Can anybody please tell me which field shall i populate the message to make tool-tip working in my report.

Thanks,

Anirban.

3 REPLIES 3
Read only

Former Member
0 Likes
643

Hi,

Please check demo program BCALV_DEMO_TOOLTIP.

Regards,

Ferry Lianto

Read only

rodrigo_paisante3
Active Contributor
0 Likes
643

Hi, see this information

TIPDDICTXT

Relevant only to fields with reference to the Data Dictionary. You use values 'L', 'M', 'S' or 'R' to determine if SCRTEXT_L, SCRTEXT_M, SCRTEXT_S or REPTEXT is used as the tool tip.

TOOLTIP

Determines the text to be used as the tool tip for the column. You should assign a value to this field if it does not have a Data Dictionary reference.

Read only

Former Member
0 Likes
643

Hi Anirban,

for each field you will provide the following options :

SELTEXT_S = Which holds 10 chars length

SELTEXT_M = Which holds 20 chars length

SLETEXT_L = = Which holds 40 chars length

REPTEXT_DDIC == Which holds 40 chars length == This field only display the tooltip for the respective column. If this one is empty then it won;t display the tooltip.

Warm Regards,

Vijay