Application Development 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: 

Object Services icon in Z transaction

MaryM
Participant
0 Kudos

Hi everyone,

I have a custom ALV (cl_gui_custom_container), with status gui (SET PF-STATUS).

The problem is that Object Services icon with the text 'SAP' is displaied and I don't know why it 's there nor how to remove it.

I'm sure it's something small, but I just can't see it.

Thanks in advance,

MaryM

2 REPLIES 2

0 Kudos

Hi,

Check the program whether Generic Object Services are added in code. Also check whether the 'Z' program is a copied version of standard program . I hope Generic Object Services code will be there in the program .If u remove that code, the GOS toolbar will not be visible .Also check the following link .

[http://help-abap.blogspot.com/2009/02/generic-object-services-gos-toolbar.html]

Regards,

S.Sivakumar

0 Kudos

Hi,

the problem is that I'm absolutely sure that there isn't Generic Object Services code in Z program, neither is it a copied from standard.

The obly objects that i'm creatain are custom container, grid and alv_hotspot (FOR EVENT hotspot_click OF cl_gui_alv_grid).

Any ideas?

MaryM