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

ALV Tree display

Former Member
0 Likes
671

Dear All,

I have to built a report in tree format.

In alv display PO number should be displayed when it will expand all the conditions(vat, cst and all) related

to PO should be displayed.

selection screen should contain  PO number and creation date.

How can i achieve it??

Please sugggest...

I searched a lot examples and applied but always getting dumps.

Thanks

Hemant Balde

Dear All,

I have to built a report in tree format.

In alv display PO number should be displayed when it will expand all the conditions(vat, cst and all) related

to PO should be displayed.

selection screen should contain  PO number and creation date.

How can i achieve it??

Please sugggest...

I searched a lot examples and applied but always getting dumps.

Thanks

Hemant Balde

3 REPLIES 3
Read only

arivazhagan_sivasamy
Active Contributor
0 Likes
634

Hi Hemant,

Using SAP Demo program - BCALV_GRID_DND_TREE, you can create.

Arivazhagan S

Read only

bernat_loscos
Explorer
0 Likes
634

Hi,

You can see examples of Tree Controls in transaction DWDM.

Regards.

Read only

gurunathkumar_dadamu
Active Contributor
0 Likes
634

Hi Hemant,

Please follow the steps as below

1.Create the selection screen with PO and creation date

2.Select the data into itab based on the Selection.

3.preapre the filed catlog.

4. use the FM 'RS_TREE_CONSTRUCT' and 'RS_TREE_LIST_DISPLAY'

Check the below link it will helpful for your scenario.

SAPTechnical.COM - Displaying sales orders using ALV Tree (3-level)

Regards,

Gurunath