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

DISPLAYING double line column heading

Former Member
0 Likes
474

Hye Friends,

I have some field names which contains multiple line text so how can we display such text in alv as the option for displaying field text is

L_FIELDCAT-FIELDNAME = 'REGION'.

L_FIELDCAT-SELTEXT_M = 'REGION'.

but i want to diplay heading like this 'region'

'region-in'

Pls let me knw

Thnks

SUnny

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
458

hi,

try like this

while building lay out structure pass field-optimise='X'.

regards,

pavan t.

Hye Friends,

I have some field names which contains multiple line text so how can we display such text in alv as the option for displaying field text is

L_FIELDCAT-FIELDNAME = 'REGION'.

L_FIELDCAT-SELTEXT_M = 'REGION'.

but i want to diplay heading like this 'region'

'region-in'

Pls let me knw

Thnks

SUnny

2 REPLIES 2
Read only

Former Member
0 Likes
459

hi,

try like this

while building lay out structure pass field-optimise='X'.

regards,

pavan t.

Read only

Former Member
0 Likes
458

thnks