Hello
I have a strange problem.
I'm using the Function F4IF_INT_TABLE_VALUE_REQUEST.
When I try the Programm, I have the problem that the selection box box is empty. But at the end of the Popup Box it says 99 values are found (thats the right number).
The Table ipefcp_tab2 is also filled with the right values.
The Code:
CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
EXPORTING
retfield = 'FILESTRUCTURE'
value_org = 'S'
DYNPPROG = SY-REPID
DYNPNR = '2000'
DYNPROFIELD = 'lb'
TABLES
value_tab = ipefcp_tab2
EXCEPTIONS
parameter_error = 1
no_values_found = 2
OTHERS = 3.
Thanks for your help