hi ,
you can get the output in F4IF_INT_TABLE_VALUE_REQUEST FM. Check wheather you have coded inside the POV of the particular field.
CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
EXPORTING
retfield = 'ZAPT_HEADER_TB-MATCHNAME'
value_org = 'S'
dynprofield = 'ZAPT_HEADER_TB-MATCHNAME'
TABLES
value_tab = t_field1
return_tab = t_rtn
* EXCEPTIONS
* PARAMETER_ERROR = 1
* NO_VALUES_FOUND = 2
* OTHERS = 3
.
Pass the values in t_field1 internal table. t_rtn will give the response data after click.
Regards,
Sivaganesh