cancel
Showing results for 
Search instead for 
Did you mean: 

F4 help based on criteria.

Former Member
0 Kudos

Hi all,

i am using a F4 help for Bplan that is benefit plan but im not grtting the field displayed on the selection screen.

the code used is :

AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_benft.

SELECT bplan barea ltext

INTO CORRESPONDING FIELDS OF TABLE it_benefit

FROM t5uca

WHERE barea = 'US'.

CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'

EXPORTING

retfield = 'BPLAN'

value_org = 'S'

TABLES

value_tab = it_benefit.

this is not working. can anyone suggest something on this??

thanks,

Poonam.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi Poonam can i know the solution?

Former Member
0 Kudos

yes sure,

in function module : 'F4IF_INT_TABLE_VALUE_REQUEST'

we have dynpro, and many other in exporting related to dyn there we need to give values : system values.