My program has two dynpro screens. From the first screen the user can call a popup showing the details of a customer by double-clicking on the customer number.
My problem is that the popup shows up in fullscreen despite being set as a "Modal dialog box" in its properties and being called with the CALL SCREEN 550 STARTING AT xa ya ENDING AT xb yb
statement from the first screen's PAI module.
Is there anything else I could forget ? I'm running my program from SE80 by pressing F8 if that matters.