‎2007 Mar 13 8:45 AM
what is the difference between modal dialouge box and subscreen?
‎2007 Mar 13 8:48 AM
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.
‎2007 Mar 13 8:48 AM
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.
‎2007 Mar 13 8:49 AM
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.