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

Regarding ALV report

Former Member
0 Likes
513

How to use control break stmts in ALV

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
484

Hi

No need of using the control break statements in ALV

Build the I_SORT internal table with the Sort positions of different fields and pass that to ALV_GRID_DISPLAY fun module

it will take care like control break statements

see:

http://www.sapfans.com/forums/viewtopic.php?t=20386

http://www.sapfans.com/forums/viewtopic.php?t=85191

http://www.sapfans.com/forums/viewtopic.php?t=88401

http://www.sapfans.com/forums/viewtopic.php?t=17335

Reward points if useful

Regards

Anji

2 REPLIES 2
Read only

Former Member
0 Likes
485

Hi

No need of using the control break statements in ALV

Build the I_SORT internal table with the Sort positions of different fields and pass that to ALV_GRID_DISPLAY fun module

it will take care like control break statements

see:

http://www.sapfans.com/forums/viewtopic.php?t=20386

http://www.sapfans.com/forums/viewtopic.php?t=85191

http://www.sapfans.com/forums/viewtopic.php?t=88401

http://www.sapfans.com/forums/viewtopic.php?t=17335

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
484

what you can do is you can combaine the SHORT option with the DO_SUM parameter in the field catalog to go for a control break

just try it hope it will solve your problem, and don't forget to reward points

regards,