2009 Feb 26 4:25 PM
hi,
can v give field description saperately in a structure declartion.
that should be in the code part not by se11 structure creation.
ex:
types: begin of itab1,
f1 type string,
f2 type i,
end of itab1.
here can v give description for f1..
this is to use in cl_salv_column settings
set_short_text
set_medium_text.
for this purpose i need the description.
hi,
can v give field description saperately in a structure declartion.
that should be in the code part not by se11 structure creation.
ex:
types: begin of itab1,
f1 type string,
f2 type i,
end of itab1.
here can v give description for f1..
this is to use in cl_salv_column settings
set_short_text
set_medium_text.
for this purpose i need the description.
2009 Feb 26 4:38 PM
in the field catalog of f1 mention the short long and medium description which will be shown in the ALV output header..
2009 Mar 09 10:30 AM