Application Development 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: 

POV..FIELD <fieldname ??>

Former Member
0 Kudos

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

3 REPLIES 3

I355602
Advisor
Advisor
0 Kudos

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

Former Member
0 Kudos

i hope 'filename' is the field name.

Regards

~Satya

Former Member
0 Kudos

hi it sholud be input fieldname of the only. the name which you find in parameters of input field.