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?
↧