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: 

How to use Control break Statements in OOALV

Former Member
0 Kudos

Hi.

How to use At First, At Last, At New and At End of statements in Object Oriented ALV?

Regards,

Srinivas.

2 REPLIES 2

Former Member
0 Kudos

Hello Srinivas,

You can use in the same way as you use in normal structured programming.

Regards,

Naresh.

narin_nandivada3
Active Contributor
0 Kudos

Hi Srinivas,

Use SALV class CL_SALV_HIERSEQ_TABLE.

For example of above class check the demo program

SALV_DEMO_HIERSEQ_SIMPLE.

Hope this would put some light on you.

Good luck

Narin