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

Regarding ALV Heading

Former Member
0 Likes
413

Hi ,

i need to place header in ALV report which will be around 255 char in length but

slis_listheader-info is of lenth 60 please advice . How to make it more then length 60

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
388

Hi,

For GRID display, i don't think any way out. but if u r trying on list display then instead of calling function module use write statement to write ur header. list displays allows write statement.

Hi ,

i need to place header in ALV report which will be around 255 char in length but

slis_listheader-info is of lenth 60 please advice . How to make it more then length 60

2 REPLIES 2
Read only

Former Member
0 Likes
389

Hi,

For GRID display, i don't think any way out. but if u r trying on list display then instead of calling function module use write statement to write ur header. list displays allows write statement.

Read only

Former Member
0 Likes
388

thanks Pratha you answer worked for me , but whait if it's a alv grid , if u find the solution please inform me also