Hi,
I have a requirement where in I need to implement GOS functionality in a pop-up screen.
Please let me know if it is possible to implement GOS in a pop-up screen. I have tried the same but it isnu2019t appearing in the pop-up screen whereas it is appearing fine in a normal screen.
In addition, I was able to get the GOS icon but the different functionalities like List change documents, create note etc arenu2019t appearing. Your guidance would be really helpful.
With the below piece of Code i'm able to get GOS icon but not functionalities upon clicking the icon
CREATE OBJECT manager
EXPORTING
io_container =
is_bc_object =
is_object = obj
it_service_selection =
io_callback =
ip_start_direct = space
ip_no_instance = space
ip_no_commit = 'R'
ip_mode = 'W'
EXCEPTIONS
object_invalid = 1
callback_invalid = 2
OTHERS = 3.
I guess some problem with IP_MODE parameter.
Please guide.
Thanks in advance,
Asha