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

SPLIT ALV Output-Line

Former Member
0 Likes
473

Hi,

is it possible to split a Line in REUSE_ALV_LIST_DISPLAY?

Example Normal:

Line 1: MATNR MAKTX ZEINR ...

I want to have:

Line 1: MATNR MAKTX

Line 2: ZEINR

I don't want to use a Hierachie

thanks for help

Regards, Dieter

Hi,

is it possible to split a Line in REUSE_ALV_LIST_DISPLAY?

Example Normal:

Line 1: MATNR MAKTX ZEINR ...

I want to have:

Line 1: MATNR MAKTX

Line 2: ZEINR

I don't want to use a Hierachie

thanks for help

Regards, Dieter

2 REPLIES 2
Read only

Former Member
0 Likes
427

That is not possible with the LIST DISPLAY. You can try using REUSE_ALV_HIERSEQ_LIST_DISPLAY.

Regards,

Ravi

Read only

Former Member
0 Likes
427

Hi,

you can try with the Hierarchial alv list using the Fm <b>REUSE_ALV_HIERSEQ_LIST_DISPLAY</b>, also try to have a look in the Demo program <b>BALVHD01</b>.

Regards

vijay