‎2007 Apr 12 1:01 PM
I need to implement a Matchcode with multiple selection on a Field in an ALV Grid. On F4 in this specific Field the specific matchcode muss be enable with multiple selection. And after multiple selection by the user, the result muss be concatenate and insert to this field.
Any suggestions or code?
Thanks and Best Regards
Franck
‎2007 Apr 12 3:25 PM
Create a custom search help. Write your code in Search Help EXIT of the multiple records
selected and concatenate and export to memory.
and in your ALV code import the value from memory
aRs
‎2007 Apr 12 3:25 PM
Create a custom search help. Write your code in Search Help EXIT of the multiple records
selected and concatenate and export to memory.
and in your ALV code import the value from memory
aRs
‎2007 Apr 12 3:41 PM
Check the program: BCALV_TEST_GRID_F4_HELP.
IN the code, search foor the fm: F4IF_FIELD_VALUE_REQUEST.
You should pass the parameter MULTIPLE_CHOICE = 'X' for multiple choice in the F4 pop up.
Once you get the returned table, you can concatenate the result and put it it the target field.
Regards,
Ravi