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

Screen Types!

Former Member
0 Likes
521

Hi!

what all the diff types of screens in dialog programming?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
496

Normal Screen

Sub Screen

Modal dialog Screen

Goto SE80 & create a screen in module pool program. You will find all types of screens.

Reward if its useful.

4 REPLIES 4
Read only

Former Member
0 Likes
497

Normal Screen

Sub Screen

Modal dialog Screen

Goto SE80 & create a screen in module pool program. You will find all types of screens.

Reward if its useful.

Read only

0 Likes
496

what is modal dialog screen?

Thanks

Rahul

Read only

0 Likes
496

Modal dialog screen appears like a POP-UP.

It will not occupy the whole window, it only cover a part of

a GUI window. You can specify the X,Y co-ordinates.

<b>

Syntax:</b>

CALL SCREEN <scrn>

STARTING AT <X1> <Y1>

ENDING AT <X2> <Y2>.

Regards,

Sail

Read only

0 Likes
496

Hi Arun!

Thanks for solving my issue!

Regards

Rahul.