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

Split ALV Column

Former Member
0 Likes
594

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.

4 REPLIES 4
Read only

Former Member
0 Likes
523

Split means? you mwan when you click on delivery no then you need to open another screen or what?

Explain in detail..

Read only

0 Likes
523

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

Read only

0 Likes
523

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

Read only

Former Member
0 Likes
523

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