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
425

Hi

how to save the output of alv layout?

thanks,

sap-abap.

2 REPLIES 2
Read only

Former Member
0 Likes
380

Hi,

You can save the ALV layout output in Excel file or Word file. There is an interface for excel and word.

Read only

Former Member
0 Likes
380

Hai,

You can save layout using variants. You have Global variant and user-specific variant. To enable variants, parameter I_SAVE is set to 'A'/'U'/' ' and to save them parameter IS_VARIANT pass a structure of type DISVARIANT with the program name.