‎2010 Feb 17 5:53 AM
Hi All,
I want to split the first column of my ALV display ie delivery no into two Sales order no and sales order line no that will show beneath the respective delivery no.
‎2010 Feb 17 7:14 AM
Split means? you mwan when you click on delivery no then you need to open another screen or what?
Explain in detail..
‎2010 Feb 18 5:23 AM
No, I want the only the basic list with the functionality that we have in excel under one cell we have two sub-cells. it wont be a click event but it should reflect in the bsic output
‎2010 Feb 18 6:06 AM
By setting Expand by default it will automatically display drill down in basic ALV, you don't have to handle drill down..
If you are asking to have 2 cells in second row and 1 cell in first row in BASIC ALV (2D data), that is not possible.
You are trying to display Multi-dimensional data in 2D table display, that is not possible...For multidimensional data display in ALV, use above classes...They are easy to use as you will see in Demo programs (First Refer to DEMO***SIMPLE Program, you will find they are very easy to use).
Regards,
Mohaiyuddin
‎2010 Feb 18 6:01 AM
Hi,
I think you are asking for drill down capability.
For single level drill down (Hierarchy) you can use class CL_SALV_HIERSEQ_TABLE.
For multiple level drill down use class CL_SALV_TREE
Check programs in package SALV_OBJECTS for Demo purpose of use of above classes.
Regards,
Mohaiyuddin