‎2008 Aug 27 10:05 AM
hi experts!!
I am working on the Screen task where i have to implement collapse button. I have main screen 100 and two sub screens 101 and 102. I need to implement collapse button in the main screen to collapse the sub screens and also there is need of display button to display collapsed sub screens if required. If anybody worked on this please help me.
Mahesh
‎2008 Aug 27 10:43 AM
Set up a single button (if you want to use it as a toggle) or two buttons on your main screen to open / close your subscreen, position your subscreen area just below them, decide whether to display the open or closed subscreen in the PBO by checking the function code issued by the button pressed.
If you want a SAP coding example, the TRIP transaction program SAPMP56T has lots of examples of collapsing subscreens; have a look at screens 3000, 3001, 1800.