‎2011 Apr 25 11:23 AM
Hi All,
I am developing a module pool program which involves two screens 0100 and 0200.
0100 is my entry screen. I need to display the GOS toolbar on screen 0200. So I have done the coding in PBO of screen 0200.
But when I am again calling screen 0100 , GOS toolbar is getting displayed on screen 0100 also. It should not get displayed on screen 0100.
What could be the reason??
Thanks in advance,
Neha.
‎2011 May 19 10:18 AM
I called the UNPUBLISH method of class CL_GOS_MANAGER in PBO of screen 0100. Problem solved.