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

Structure ALV Dynamic

Former Member
0 Likes
425

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

3 REPLIES 3
Read only

LucianoBentiveg
Active Contributor
0 Likes
403

Use fieldcat-row_pos = '1' for some cols and fieldcat-row_pos = '2' for others.

Regards.

Read only

Former Member
0 Likes
403

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

Read only

0 Likes
403

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.