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 with Documents & Folders at same Level

Former Member
0 Likes
572

Hi,

I am facing a problem in ALV tree display.

The requirement is as follows:

When user clicks on a finished good batch, an ALV tree should be displayed. ( It is working. )

Root node is the user selected finished good batch (FG Batch). This will have semi finished goods (SMF batch1 and SMF batch2). In these semi finished goods, some may have lots (lot3) and one more level of semi finished with lots (SMFbatch3 with lot4 and lot5) . Some just can have lots (lot1 and lot2).

So now, my tree should look like this,

FG Batch

|__SMF batch1

| |__lot1

| |__lot2

|__SMF batch2

|__lot3

|__SMF batch3

|__lot4

|__lot5

If anybody worked on this, please let me know. I am facing problem when some batches are going to next level and some are stopping at 2nd level itself.

Thanks in advance

Hi,

I am facing a problem in ALV tree display.

The requirement is as follows:

When user clicks on a finished good batch, an ALV tree should be displayed. ( It is working. )

Root node is the user selected finished good batch (FG Batch). This will have semi finished goods (SMF batch1 and SMF batch2). In these semi finished goods, some may have lots (lot3) and one more level of semi finished with lots (SMFbatch3 with lot4 and lot5) . Some just can have lots (lot1 and lot2).

So now, my tree should look like this,

FG Batch

|__SMF batch1

| |__lot1

| |__lot2

|__SMF batch2

|__lot3

|__SMF batch3

|__lot4

|__lot5

If anybody worked on this, please let me know. I am facing problem when some batches are going to next level and some are stopping at 2nd level itself.

Thanks in advance

1 REPLY 1
Read only

Former Member
0 Likes
406

Hi Ramesh,

Have a look on this Sample Code

BCALV_TREE_02

Also see the series of program in BCALV_TREE*

Hope this helps you.

Thanks&Regards,

Ruthra.R