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

F4 help for ALV

Former Member
0 Likes
677

Hi,

I have an ALV grid with 2 columns. In first one I have a name of a characteristics and in second one I have a value of it.

The characteristics can have a different type (text, date, logical value X/space ....).

Is it possible in easy way to implement an F4 help for each particular cell of second column ?

Thanks.

Marian

Hi,

I have an ALV grid with 2 columns. In first one I have a name of a characteristics and in second one I have a value of it.

The characteristics can have a different type (text, date, logical value X/space ....).

Is it possible in easy way to implement an F4 help for each particular cell of second column ?

Thanks.

Marian

4 REPLIES 4
Read only

Former Member
0 Likes
635

Check it out

Read only

Former Member
0 Likes
635

HI,

<b>BCALV_EDIT_08</b> This report implements an ALV Grid Control with an application specific F4 help. The following aspects are dealt with:

(1) how to replace the standard f4 help

(2) how to pass the selected value to the ALV Grid Control

(3) how to build an f4 help, whose value range depend on a value of another cell.

Thanks

Sudheer

Read only

sridharreddy_kondam
Active Contributor
0 Likes
635

Hi Marian,

In the filed catalogue have u passed these two values

LVALV_fieldcat-<b>reffieldname</b> = 'FIELDNAME'.

LVALV_fieldcat-<b>reftabname</b> = 'TABLENAME'.

this will give u f4 help on that field.

Regards,

Sridhar

Read only

hymavathi_oruganti
Active Contributor
0 Likes
635

it is easy if u change it to ooalv.

u can achive it thru either data_changed method or onf4 method