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

alv help

Former Member
0 Likes
521

i have search in alv list to have the button matchcode appear but it seem that it is not possible

in the field that i am displying it have value range where the user can input only 1 2 and 3

how can i put a comments message so that user know in advance what to input

even though when user press F4 he can see the value but i want to put comments somewhere so that

he can know in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
505

Hello,

I believe you want the f4 help on the list displayed by ALV.

A simple idea is, Check the domain of the field for which you want f4 help. if it is not a standard SAP domain, then change it at the value table and give the values desired. The advantage of this is that no additional code needs to be written in your program.

Another idea is: you can define foreign key on the field for which you want f4 help.

Hope this helps..

harikrishna.

4 REPLIES 4
Read only

Former Member
0 Likes
505

Hi

Check the following program to implement F4 help for field(s) in ALV:

BCALV_GRID_EDIT_DELTA

Thanks

Vijay

PLZ reward points if helpful

Read only

0 Likes
505

This is grid i need list ALV???

Read only

Former Member
0 Likes
506

Hello,

I believe you want the f4 help on the list displayed by ALV.

A simple idea is, Check the domain of the field for which you want f4 help. if it is not a standard SAP domain, then change it at the value table and give the values desired. The advantage of this is that no additional code needs to be written in your program.

Another idea is: you can define foreign key on the field for which you want f4 help.

Hope this helps..

harikrishna.

Read only

0 Likes
505

Yes you are right those thing i have already done . and the when user press F4 it works fine .

but i need to i want the match code button to appear when user put cursor on the field. I don't think that this is possible in ALV but may be i can put some message on the status bar or a comments pop-up as soon as user put cursor on the field