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

List display - 4 levels

Former Member
0 Likes
1,016

Hello all,

i need to display an alv output with 4 levels in 4.6c version.

i.e. leve1 - vendor

level2 - ebeln, ekgrp

level3 - po item no., matnr,

level4 - ship date, total delivered quantity.

also, when purchase order number is clicked, it should drill down to me23n.

I guess, the 4 level display is not possible with alv .

I have displayed the same output using write statements . Reusle_alv_hiersequential can't be used to display 4 levels.

can this be acheived only using write statements?

1 ACCEPTED SOLUTION
Read only

former_member156446
Active Contributor
0 Likes
979

Hello all,

i need to display an alv output with 4 levels in 4.6c version.

i.e. leve1 - vendor

level2 - ebeln, ekgrp

level3 - po item no., matnr,

level4 - ship date, total delivered quantity.

also, when purchase order number is clicked, it should drill down to me23n.

I guess, the 4 level display is not possible with alv .

I have displayed the same output using write statements . Reusle_alv_hiersequential can't be used to display 4 levels.

can this be acheived only using write statements?

6 REPLIES 6
Read only

former_member156446
Active Contributor
0 Likes
980

Read only

0 Likes
979

ALV tree may not serve the purpose for my requirement. I am working on 4.6c, hence cl_salv class is not availabl. any suggestions?

Read only

Former Member
0 Likes
979

Hi

Why can you use interactive report you can easily display four level this type of reports

Regards

Nilesh.

Read only

0 Likes
979

Hi Nliesh,

Thanks for the reply.

I have used a basic list to display the 4 levels. my requirement was to select the PO number and click a button on the toolbar which would direct me to me23n. Hence, wantd to know if that could be done using alv.

Read only

Former Member
0 Likes
979

Hi

You use interactive report to display four level in your reports using At-line-selection

[http://sapbrainsonline.com/PROJECTS/TECHNICAL/ABAP Source codes/interactive reporting sample code.html]

or you can use the this link see sample code might be helpful to you .

[https://wiki.sdn.sap.com/wiki/display/Snippets/Programforalvinteractivereportgeneratingthird+list]

Regards

Nilesh.

Read only

0 Likes
979

Hello Nilesh,

Thanks for the reply.

My requirement is not a drilldown report though.