2005 Aug 29 1:29 PM
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
2005 Aug 29 1:38 PM
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