I would simply like to write a simple list in a dialog box using WINDOW. Seems pretty stright forward, but mine doesn't work. I don't want to define a gui status, as I want the code portable. So here is what I did:
SET PF-STATUS 'STDPOPUP' OF PROGRAM 'SAPLSALV'.
WINDOW STARTING AT 1 1 ENDING AT 10 10.
WRITE: /1 p_tab-low,
20 g_lines.
Can someone tell me why this doesn't work?
I also tried POPUP_WITH_TABLE_DISPLAY, but I don't want a decision button.
Your help is greatly appreciated.
Kind Regards,
Jason