How to display icons in a Table Control
Output : How to Achieve Above Output : Create Table Control with wizard by Using Below declared Internal Table ( I_STATUS ) Click On Simulate Revised CTC Field and maintain the properties defined: Code : Declaration : Types : begin of ty_status , btrtl type pa0001 - btrtl , btext type t001p - btext , " PSA Description simu type icons - text , " fina type icons - text , " post type icons - text , " end of ty_status , begin of ty_papsa , werks type t001p - werks , btrtl type t001p - btrtl , end of ty_papsa . data : i_papsa type standard table of ty_papsa , wa_papsa like line of i_papsa , i_status type standard table of ty_status , wa_statu