Skip to Content
0
Former Member
Feb 25, 2009 at 06:33 AM

F4IF_FIELD_VALUE_REQUEST Error

336 Views

Dear All,

I am trying to create F4 Help for p_wgru1 field using F4IF_FIELD_VALUE_REQUEST functional group.

I have exported the values required but still I am not getting the help..

My piece of code is:

PARAMETERS : p_wgru1 LIKE twispc_filgrpz-wgru1 OBLIGATORY .

AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_wgru1.

CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST'

EXPORTING

tabname = 'twispc_filgrpz'

fieldname = 'wgru1'

YNPPROG = 'zramya' " Nme of program in which this is used.

DYNPNR = '0100'

DYNPROFIELD = 'p_wgru1'.

Please let me know...

Thanks in advance

Ashima