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 Tree - Excel & header comment

Former Member
0 Likes
563

Hello,

I want to export to excel my ALV tree.

I'm using the FM 'ALV_XXL_CALL'.

But I would like to set the header comment from the ALV in the excel sheet (before the data).

How I have to do ?

Thank you

Bernard Pochin.

3 REPLIES 3
Read only

Former Member
0 Likes
510

loop at it_fieldcat into ls_fieldcat

where tabname = i_tabname and

tech ne 'X' and

no_out ne 'X' and

not inttype ca 'IDPF'.

append ls_fieldcat to lt_fieldcat_temp.

lflg_find = 'X'.

endloop.

check out this will work.

Read only

Former Member
0 Likes
510

I don't understand what you want to do ?

You want I export the fieldcat_tmp to the FM ? In this case, my table won't have the good columns ?

thx

Read only

Former Member
0 Likes
510

Nobody can help me ?