‎2007 Sep 04 2:04 PM
Hi,
I am using the function module "F4IF_FIELD_VALUE_REQUEST" with the optional parameter "MULTIPLE_CHOICE = 'X' " to select more than one values from f4 help.
Lets say user selected some values from f4 help . if the user selected the f4 help next time, i would like to check/select the check boxes of the previously selected values(from f4 help) to the list that is going to pop-up by the function module "F4IF_FIELD_VALUE_REQUEST" . How can i do this ?
‎2007 Sep 04 4:47 PM
‎2007 Sep 04 4:51 PM
HI,
In the internal table, first field should be Checkbox field, then before calling the function module F4IF_FIELD_VALUE_REQUEST, you need to check the Paramter values, if the paramter ishaving valuse then read the internal table, if SY-SUBRC is zero then put the first field is X then modify the Internal table,
so the second time the field will be having X in it
Regards
Sudheer
‎2007 Sep 05 6:37 AM
Hi sudeer ,
can you give a sample code ? bcoz F4IF_FIELD_VALUE_REQUEST will accept an internal table of type DDSHRETVAL.