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

ALV - Column name with data element description

Former Member
0 Likes
2,238

Hi,

In a ALV, how can I show a column name with a Data Element description?

I have already used DDICTXT and did not work.

Thank you,

Fernando

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,166

Hello,

In the field catalog just set the fields: FIELDNAME, REF_TABLE and REF_FIELD . The others values will be get from the DDIC.

Regards,

Hi,

While calling ' REUSE_ALV_GRID_DISPLAY'

pass the structure name from which u want the names and the internal table with data should be of the same type.

You can also pass the same name while building the fieldcatalog in

it_fieldcat-seltext_m = 'FIeld DIs'.

Regards,

Himanshu Verma

2 REPLIES 2
Read only

Former Member
0 Likes
1,167

Hello,

In the field catalog just set the fields: FIELDNAME, REF_TABLE and REF_FIELD . The others values will be get from the DDIC.

Regards,

Read only

Former Member
0 Likes
1,166

Hi,

While calling ' REUSE_ALV_GRID_DISPLAY'

pass the structure name from which u want the names and the internal table with data should be of the same type.

You can also pass the same name while building the fieldcatalog in

it_fieldcat-seltext_m = 'FIeld DIs'.

Regards,

Himanshu Verma