using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using CYSoft.UI.Common; using CYSoft.Common; using CYSoft.TS.Entit
FORM set_style USING fieldname style TYPE string CHANGING it_styles TYPE lvc_t_styl. DATA: ls_style TYPE lvc_s_styl. CLEAR ls_style. ls_style-fieldname = fieldname. IF style EQ 'ENABLE'. ls_style-s