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

Reg Execute and cancel button

Former Member
0 Likes
382

Hi,

My req is like this.

Move the execute button to the bottom left of the application window. It bring the user to the Confirmation screen displaying any queries that match the criteria.

Add a cancel button to the bottom left of the application window. If clicked it should exit the program

Thanks,

Srikanth

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
365

Hi srikanth,

By using Call Screen syntax it will display like that.

<b></b>Syntax:

CALL SELECTION-SCREEN <numb> [STARTING AT <x1> <y 1>]

[ENDING AT <x2> <y 2>].

Example:

Program :SELSCREENDEF in SAP system

Plz Reward if useful,

Mahi.<b></b>

Message was edited by:

Maheswari Chegu

Hi,

My req is like this.

Move the execute button to the bottom left of the application window. It bring the user to the Confirmation screen displaying any queries that match the criteria.

Add a cancel button to the bottom left of the application window. If clicked it should exit the program

Thanks,

Srikanth

1 REPLY 1
Read only

Former Member
0 Likes
366

Hi srikanth,

By using Call Screen syntax it will display like that.

<b></b>Syntax:

CALL SELECTION-SCREEN <numb> [STARTING AT <x1> <y 1>]

[ENDING AT <x2> <y 2>].

Example:

Program :SELSCREENDEF in SAP system

Plz Reward if useful,

Mahi.<b></b>

Message was edited by:

Maheswari Chegu