Application Development 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: 

Tree report

Former Member
0 Kudos

Dear Experts,

I want to build a tree report for Batch reconciliation for below table.

Input Batch          Output Batch

1R0001                    1R0001A                   

1R0001                    1R0001B

1R0001                    1R0001C

1R0001A                  1R0001A1

1R0001A                  1R0001A2

1R0001B                  1R0001B1

1R0001C                  1R0001C1

1R0001C                  1R0001C2

1R0001C                  1R0001C3

I want to build a tree report like below.

Tree side                                                Batch Information Column

Tree                                                       Column1          Column2          Column3          Column(n).

1R0001

          1R0001A                   

                        1R0001A1

                        1R0001A2

          1R0001B

                        1R0001B1

          1R0001C

                        1R0001C1

                        1R0001C2

                        1R0001C3

How to code for the above tree and which function module or class useful for me.

Moderator Message: Please do some research before posting.

Message was edited by: Kesavadas Thekkillath

1 REPLY 1

Former Member
0 Kudos

Hi,

Please check the SAP standard reports

BCALV_TREE_01 to BCALV_TREE_06

BCALV_TREE_DEMO

BCALV_TREE_DND

BCALV_TREE_DND_MULTIPLE

BCALV_TREE_SIMPLE_DEMO

Cheers

~Niranjan