‎2006 Dec 07 2:39 PM
HI,
i'm doing a ALV dynamic, i have this estrcuture
Pos cant1 value1 cant2 value2 cant3 value3
1
2
3
But i need this,
Material 1 Material 2 Material 3
Pos cant1 value1 cant2 value2 cant3 value3
1
2
3
This is posible? i need 2 lines of description.
Somebody now how to do this?
Thanks,
Nohemi
‎2006 Dec 07 2:48 PM
Use fieldcat-row_pos = '1' for some cols and fieldcat-row_pos = '2' for others.
Regards.
‎2006 Dec 07 3:19 PM
Hi,
Your propuest does not work, places texts like additional columns in the ALV. Exists another way to do it?
I need this:
Material 1 Material 2 Material 3
Pos cant1 value1 cant2 value2 cant3 value3
1
2
3
Cant1 and value1 it belongs to Material1 and successive.
Nohemi
‎2006 Dec 07 3:30 PM
Ahhhh ok, you need something like <a href="http://personales.ciudad.com.ar/kakon/likethis.jpg">this</a>, so you need to use 'REUSE_ALV_HIERSEQ_LIST_DISPLAY'. Header tabla should have onliy one entrie, to link with detail table, and then play with fieldcats outputlen,
Regards.