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: 

ALE --- Zebra lines

Former Member
0 Kudos

I know how to set Zebra lines .

But, how the grid look like when I use the Zebra lines in Layout of ALE-reports.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi,

<b>fieldlayout-zebra = 'X'.

if you set this field,the list shows astriped pattern in the print preview and when it is printed.</b>

for sample program follow this link.

http://www.sap-basis-abap.com/sapab033.htm

regards,

Ashokreddy.

3 REPLIES 3

Former Member
0 Kudos

Hi,

Actually it is ALV reports and not ALE reports..

For zebra in the layout strucure pass the ZEBRA = 'X'.

Thanks

Naren

Former Member
0 Kudos

Hi,

To get Zebra, In SLIS there is field called zebra(1) type c, " striped pattern

assign this as X and it will work

Regards

Shiva

Former Member
0 Kudos

hi,

<b>fieldlayout-zebra = 'X'.

if you set this field,the list shows astriped pattern in the print preview and when it is printed.</b>

for sample program follow this link.

http://www.sap-basis-abap.com/sapab033.htm

regards,

Ashokreddy.