‎2010 Mar 18 7:29 PM
Hi guys,
I am using class cl_salv_table to display the output.. and so creating the header using the below statement
"add_column_hdr 'STEXT' 'Job Title'(f22) pt_output_hdr."**
The probelm is that some of the headings are not coming properly...
for example The Text "job title" is getting over wriiten by the LABEL of the DATA ELEMENT of the field 'STEXT'.
i am facing this problem for 4 fields..
Hope to hear from you guys soon.
Thanks in advance.
‎2010 Apr 01 1:36 PM
depending on the column width, header text can be short or long
you should set your header text with methods SET_SHORT_TEXT, SET_MEDIUM_TEXT and SET_LONG_TEXT
‎2010 Apr 01 1:36 PM
depending on the column width, header text can be short or long
you should set your header text with methods SET_SHORT_TEXT, SET_MEDIUM_TEXT and SET_LONG_TEXT