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 Layout problem

Former Member
0 Kudos

Hi experts,

I have a requiremnet where my last coulmn in the alv needs to print 2 values one below the otehr for the same line item.

eg. my reqt is somethng like this:

Row 1 AB st1 t1 c1 collector1

collector2 ____________________________________________________________

Row 2 PO st2 t2 c2 collector1

For the above row i require a line feed at end of colector 1 so that collector 2 gets printed on next line.Grouping isnt teh solution coz it groups similar values,i just want a line feed to get the value printed on next line..

Plzz reply soon. <REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Apr 14, 2008 1:20 PM

2 REPLIES 2

former_member194669
Active Contributor
0 Kudos

Try with

fm REUSE_ALV_HIERSEQ_LIST_DISPLAY

Check for example programs for the fm

Former Member
0 Kudos

Hi,

You need use the REUSE_ALV_HIERSEQ_LIST_DISPLAY.

Please refer the SAP Standard program BCALV_TEST_HIERSEQ_LIST.

Thanks,

Sriram Ponna.