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: 

ALV

Former Member
0 Kudos

How do i identify the level of an ALV list. For eg. If I am using OO concepts to develop the ALV report and if I code a drilldown report, if the secondary list is generated then how or which variable do i use to identify the level of the secondary list ?

As an example, in interactive reports, sylsind is used to identify the list index. What is the method to identify the ALV drilldown list index using OO concepts ?

3 REPLIES 3

Former Member
0 Kudos

Hi,

you can try the method GET_GRID_STEP

of CL_GUI_ALV_GRID.

Hope it helps.

Regards,

Shashank

Former Member
0 Kudos

Hi,

What is the requirement, what are you trying to achieve?

Regards,

Ravi

Former Member
0 Kudos

Hi,

Which ALV class are you using for your code?

Regards,

Tanveer.