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

String in ALV

helmut_sieberer
Participant
0 Likes
399

Hello,

i want to make a list with ALV. One field is a string. So i split it up in x seperate fields.

One field ist 128 Byte long, because the user can choose Grid or List-Display.

So far so good.

but now in the List-View i have only 3 rows.

is there any chance zu output the x fields one below the other.

Thanks very much for your answers

Helmut

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
365

Hi!

For this you will have to use an ALV tree. You can also try using the FMs RS_TREE_CONSTRUCT, RS_TREE_LIST_DISPLAY and RS_TREE_SET_NODE. This should resolve your problem.

Cheers!

1 REPLY 1
Read only

Former Member
0 Likes
366

Hi!

For this you will have to use an ALV tree. You can also try using the FMs RS_TREE_CONSTRUCT, RS_TREE_LIST_DISPLAY and RS_TREE_SET_NODE. This should resolve your problem.

Cheers!