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

Executing command within FM COMPLEX_SELECTIONS_DIALOG in PAI

Former Member
0 Likes
532

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?

2 REPLIES 2
Read only

ThangaPrakash
Active Contributor
0 Likes
466

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

Read only

Former Member
0 Likes
466

Please check the link