‎2008 Feb 25 7:08 AM
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
‎2008 Feb 25 8:30 AM
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.
‎2008 Feb 25 7:18 AM
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
‎2008 Feb 25 7:40 AM
‎2008 Feb 25 8:30 AM
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.
‎2008 Feb 26 10:15 AM
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