2011 Oct 17 9:41 AM
Hi out there,
i createt own dataelement with own domain. in domain there are fixed values.
Now i designed an itab for alv grid. (abap oo methods).
Unfortunately the F4 Help does not appear.
How to config the corresponding fieldcat?
...
CLEAR ls_fieldcat.
ls_fieldcat-ref_table = '<Name ITAB>'.
ls_fieldcat-fieldname = '<Name Column in ITAB>'.'.
ls_fieldcat-DD_ROLL = '<Name Dictionary Element>'.
ls_fieldcat-F4AVAILABL = 'X'.
ls_fieldcat-edit = 'X'.
APPEND ls_fieldcat TO pt_fieldcat.
...Unfortunately nothing happens. Just empty valuehelp.
I testet the ddict-elem as selscreenparameter...and valuehelp appears..
Hi out there,
i createt own dataelement with own domain. in domain there are fixed values.
Now i designed an itab for alv grid. (abap oo methods).
Unfortunately the F4 Help does not appear.
How to config the corresponding fieldcat?
...
CLEAR ls_fieldcat.
ls_fieldcat-ref_table = '<Name ITAB>'.
ls_fieldcat-fieldname = '<Name Column in ITAB>'.'.
ls_fieldcat-DD_ROLL = '<Name Dictionary Element>'.
ls_fieldcat-F4AVAILABL = 'X'.
ls_fieldcat-edit = 'X'.
APPEND ls_fieldcat TO pt_fieldcat.
...Unfortunately nothing happens. Just empty valuehelp.
I testet the ddict-elem as selscreenparameter...and valuehelp appears..
2011 Oct 17 9:49 AM
hi,
chk this pgm.
BCALV_EDIT_08 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 & Regards.
2011 Oct 17 9:54 AM
Hi ,
Check below wiki document
http://wiki.sdn.sap.com/wiki/display/Snippets/HowtoimplementF4searchhelpinOOALV+Grid
Thanks,
Pawan
2011 Oct 17 10:08 AM
Thanks!
I already got my f4 help. It's not a dynamic one. Jaust a custom Dataelement depending on Custom Domain WITH FIXED VALUES.
I suggest its not neccesary to use eventing etc. Just ddictfunctionality in alv grid.
I tried with
ls_fcat-inttype = <name DDICT Element>.
Like in BCALV_EDIT_08.
No Effect.
2012 Feb 09 10:59 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |