2006 Aug 11 10:04 AM
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
2006 Aug 11 10:08 AM
2006 Aug 11 10:21 AM
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
2006 Aug 11 10:24 AM
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
2006 Aug 11 10:39 AM
it is easy if u change it to ooalv.
u can achive it thru either data_changed method or onf4 method
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |