2009 Sep 12 6:37 PM
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?
2009 Sep 12 7:06 PM
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?
2009 Sep 12 7:06 PM
2009 Sep 13 5:58 AM
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?
2009 Sep 13 10:24 AM
Hi
Why can you use interactive report you can easily display four level this type of reports
Regards
Nilesh.
2009 Sep 13 10:28 AM
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.
2009 Sep 13 10:39 AM
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.
2009 Sep 13 11:23 AM
Hello Nilesh,
Thanks for the reply.
My requirement is not a drilldown report though.