Is it possible to define a dynpro as a popupwindow?
What i want do is: I have a list and by clicking on a entry of that list i want to show some detailed information in several fields of a popup window.
first Question:
How do I have to create that popup window?
second Question:
What would be the best way to leave the popup window and just showing the list again without having to rewrite the list? (During showing the popup i want to see the list in the background)
Hello Tobias.
This is very simple:
1.) Define a subscreen type: normal!
2.) Define a status, Buttons etc..
3.) call it in this way:
CALL SCREEN '102' STARTING AT 17 06 ENDING AT 112 20.
The Properties are like that:
Folgedynpro 102 (same Dynpro#)
Zeilen/Spalten Belegt 15 89
Pflege 27 120
Hi Tobias,
noch simpler:
function POPUP_TO_SHOW_DB_DATA_IN_TABLE
test with TA SE37
grx
Andreas
Add a comment