Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

F4 help with multi select

Former Member
0 Likes
1,038

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 ?

3 REPLIES 3
Read only

former_member194669
Active Contributor
0 Likes
619

Hi,

Try to use fm REUSE_ALV_POPUP_TO_SELECT .with check box

a®

Read only

Former Member
0 Likes
619

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

Read only

0 Likes
619

Hi sudeer ,

can you give a sample code ? bcoz F4IF_FIELD_VALUE_REQUEST will accept an internal table of type DDSHRETVAL.