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

ME2O - Customization Options

Former Member
0 Likes
1,271

Hi All,

Kindly let me know if there is any option to download the data that is displayed using transaction ME2O. We would like to have an option to download this into an excel sheet which will be more beneficial. Is there any user exit where this option can be added?

Thank you.

Hi All,

Kindly let me know if there is any option to download the data that is displayed using transaction ME2O. We would like to have an option to download this into an excel sheet which will be more beneficial. Is there any user exit where this option can be added?

Thank you.

2 REPLIES 2
Read only

Former Member
0 Likes
832

Hi,

I think there is no direct option to download the list. but u can implement some implicit enhancement.

In report RM06ELLB, In the subroutine ALV_GRID_DISPLAY, u can implement the enhacement and download the internal table GT_OUTTAB.

Please let me know if any questions.

Thanks,

Lakshmi

Read only

former_member585060
Active Contributor
0 Likes
832

Hi,

     Have you tried from Menu System tab? here the downloaded excel data will be same as it is displayed on the screen.

In the output of ME2O, menu path System > List > Save > Local File, from pop up select Spreadsheet. In the pop up provide the path and give File name to be downloaded with '.XLS' extension. Click on Generate to download the excel file in the specified path.

Thanks & Regards

Bala Krishna