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

queston on screen programs.

Former Member
0 Likes
406

what is the difference between modal dialouge box and subscreen?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
381

Modal Dilog box is a popup box in the screen flow (like YES/NO boxes). Subscreens are screens within screens

<b>Difference:</b>

1. Subscreens cannot have PF-STATUS modal boxes can have.

2. OK_CODE field cannot be used for subscreens but for modal dilog, it can be used.

2 REPLIES 2
Read only

Former Member
0 Likes
382

Modal Dilog box is a popup box in the screen flow (like YES/NO boxes). Subscreens are screens within screens

<b>Difference:</b>

1. Subscreens cannot have PF-STATUS modal boxes can have.

2. OK_CODE field cannot be used for subscreens but for modal dilog, it can be used.

Read only

Former Member
0 Likes
381

a modal dialog Box is a new dynpro (window), while a subscreen is just screen you can load into a subscreenarea. You can define subscreenareas on Dynpros to e.G. have a tree control on the left hand, and a details dynpro on the right hand.