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

ALV function protocol_is_visible

Former Member
0 Likes
408

Hello friends,

I have made an ALV list with editable fields. For error checking and control, I used the CL_ALV_CHANGED_DATA_PROTOCOL-> ADD_PROTOCOL_ENTRY function. I want the coloring of the cell, but not the pop-up of the protocol. I read that the function protocol_is_visible could be used to choose if the protocol was to be displayed or not. But this function does not import any parameters. How can I make the cell have red borders without the pop-up? An alternative wich i managed to do is to color the entire Cell, but the border coloring looks better... can anyone please help me on this one?

regards ballo..

1 REPLY 1
Read only

Former Member
0 Likes
327

I just used the standard way of coloring cells...

regards ballo