‎2014 Mar 17 8:52 PM
I am still very new to ABAP and I am trying to use the function module COMPLEX_SELECTIONS_DIALOG within my first screen of my code. The issue I am having is after calling COMPLEX_SELECTIONS_DIALOG and pressing the execute button within the dialog. Instead of closing the dialog box, the flow logic is executed and moves to the next screen. I do have a GUI status associated with the first screen when I press F8 to move to the next screen. I have been trying to use sy-ucomm to isolate the dialog 'Execute (F8)' command vs the actual screen execute command. Would anyone have any suggestions on how to use this function module within a screen and still have the execute functionality for both the dialog and the first screen?
‎2014 Mar 22 5:01 AM
Hello Anees,
When you use the function module "COMPLEX_SELECTIONS_DIALOG" does it give you a pop up.
Can you please share your source code, so that we can analyse from our end in detail.
Regards,
TP
‎2014 Mar 22 12:27 PM