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: 

Remove Title in Application Log ALV

fabiankegel
Employee
Employee
0 Kudos

Hi,

I am using the application log (SBAL). After our last system upgrade, all application log views show a title that contains the following information "Selected Logs (Local Time): (date + time).

I tried to find a solution to make this title disappear again and finally searched throug the coding in order to find the location where the title is set.

As far as I can see it, the title is set without regarding any condition.

Is this right? Does anyone know how to make the title disappear?

The title is set in function group SBAL_CNTL / Method: GRID_TITLE_SET.

I would be very glad if you could help me.

Best regards,

Fabian

2 REPLIES 2

Former Member
0 Kudos

Hi Fabian,

I can think of one option, if you can get hold of the grid object reference (by global assign technique) then you can call the method SET_GRIDTITLE of CL_GUI_ALV_GRID class and pass an empty title after the SBAL fm calls.

Also, I am still on 4.7 so I do not see any GRID_TITLE_SET routine in the function group SBAL_CNTL.

Could you post the code here so that I can take a look at it?

Hope this helps..

Sri

fabiankegel
Employee
Employee
0 Kudos

Hi,

I found the solution for this issue. It is a bug that is solved with the note 888015. After the implementation of this note, it is possible to make the title disappear.

Best regards,

Fabian