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
660

Hai,

How i can use layout in ALV report, tell me any one example program

1 ACCEPTED SOLUTION
Read only

Former Member

Hai,

How i can use layout in ALV report, tell me any one example program

4 REPLIES 4
Read only

former_member404244
Active Contributor
0 Likes
644

Hi,

Check the below link

http://www.sapdev.co.uk/reporting/alv/alvgrid_color.htm

Regards,

Nagaraj

Read only

Former Member
0 Likes
644

u can use layout as

    • Layout Catalog

Data : G_LAYOUT TYPE SLIS_LAYOUT_ALV.

g_layout-zebra = c_x.

g_settings-top_p_only = c_x.

g_settings-eol_p_only = c_x.

Read only

Former Member
Read only

Former Member
0 Likes
644

Hi,

Please refer to the link below

http://www.saptechnical.com/Tutorials/ALV/ALVMainPage.htm

Thanks,

Sriram POnna.