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

Former Member
0 Likes
719

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 ?

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
Read only

Former Member
0 Likes
689

Hi,

you can try the method GET_GRID_STEP

of CL_GUI_ALV_GRID.

Hope it helps.

Regards,

Shashank

Read only

Former Member
0 Likes
689

Hi,

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

Regards,

Ravi

Read only

Former Member
0 Likes
689

Hi,

Which ALV class are you using for your code?

Regards,

Tanveer.