Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Creating Attachment using GOS

Former Member
0 Likes
369

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.

1 REPLY 1
Read only

Former Member
0 Likes
295

I called the UNPUBLISH method of class CL_GOS_MANAGER in PBO of screen 0100. Problem solved.