2009 Mar 08 9:54 AM
Hi All,
I am using ABAP objects to display an internal table. Table consists of following field:
filename type localfile,
add type c,
delete type c.
I have added F4 button on the field 'Filename' using fieldcatalog field 'f4availabl'...On press of the F4 button, i want to call function module 'F4_FILENAME'.
My problem is: In the POV, FIELD <fieldname on the screen> MODULE F4_GET, What should be the fieldname of the screen, so that this statement works or every row in the table control?
Thanks & Regards,
Srinivas Rao
2009 Mar 09 3:36 AM
Hi,
Check these demo programs for F4:-
BCALV_F4
BCALV_GRID_F4_HELP_APPLICATION
BCALV_GRID_F4_HELPM01
BCALV_TEST_GRID_F4_HELP
Hope these helps you.
Regards,
Tarun
2009 Mar 09 3:45 AM
2009 Mar 09 6:59 AM
hi it sholud be input fieldname of the only. the name which you find in parameters of input field.