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

can the EXECUTE button on a selection screen suppressed?

Former Member
0 Likes
425

Can we suppress the EXECUTE button on the selection screen?

Can we suppress the EXECUTE button on the selection screen?

2 REPLIES 2
Read only

Former Member
0 Likes
406

yes. Check the Basic ABAPDOCU programs.

Search the forum, Before posting further.

Edited by: Vijay Babu Dudla on Jan 21, 2009 10:37 PM

Read only

Former Member
0 Likes
406

Hi

The flowlogic Keyword at EXIT-COMMAND is a special addition to the MODULE statement in the Flow Logic .AT EXIT-COMMAND you can call a module before the system executes the automatic fields checks.

u2018SUPPRESS DIALOGu2019 command allows to perform screen processing u201Cin the backgroundu201D. Suppresing screens is useful when we are branching to list-mode from a transaction dialog step.