Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

field description in a structure.

Former Member
0 Likes
504

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.

2 REPLIES 2
Read only

former_member156446
Active Contributor
0 Likes
478

in the field catalog of f1 mention the short long and medium description which will be shown in the ALV output header..

Read only

Former Member
0 Likes
478

solved myself.

Used a TableType according to my issue.