Hi there,
in my report I would like to use generic select options like in this example:
[how to use generic select options|http://wiki.sdn.sap.com/wiki/display/Snippets/ABAPProgramtogenerateselect-options+dynamically]
However the given functionality with the pre set Selection screen is not 100% what would like to have. Especially the confirmation of the inputs for the select-options via the Save - button is not that comfortable. I would like to use F8 for this purpose.
I tried to change the PF-Status with the given parameter PFKEY of function module 'FREE_SELECTIONS_DIALOG'.
This worked as I was able to define my own function buttons.
The question that i now have is how to check on a click on these buttons.
I defined some OK-Codes for F-Buttons but none of them would do anything.
Field sy-ucomm is empty.
Does anyone have a clue on how to check on these functions?
Else, can you give me a how to to generate generic select options by myself without using these function modules?
Best regards and thanks in advance,
Dave