Skip to Content
0
Former Member
Nov 24, 2006 at 09:04 AM

ABAP classes for WebTemplate development

25 Views

Hi experts,

I am manipulating a report via ABAP classes. I need to hide an entire column including the header. Currently I have done this under the DATA_CELL method and have only been able to hide the KF area. If I need to hide the Header in the column (built under a structure) as well must I move all my code under the CAPTION_CELL method instead?

Secondly, I also need to search for a row by the text "Overall Results." Is there a quick way to search the Y axis for this particular row using the text "Overall Results?

mark