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

SM30-table maintainance-Down loading the data into excel?

Former Member
0 Likes
667

Hi All ,

I cretaed a Ztable and table mintainance generator for that table so that user can maintain the table through SM30.

Now the user wants the option to down load the data into excel from table maintainance screen . I coded that functionality in PAI Section of the program. But the problem is if any body regeneartes the table maintanance screen , All our custom code will get vanished .

Could you please advise me how how to achive the functionality of downloading table data into excel from table maintatnance screeninj any other way ?. Is it possible by using the events in Table maintainance? .

Thanks in advance ,

Dharma .

2 REPLIES 2
Read only

Former Member
0 Likes
458

Hi,

You can use t.code SE16 > ENTER TABLE NAME HIT ENTER > DISPLAY ENTERIES > EDIT > DOWNLOAD.

REWARD IF USEFUL

Read only

Former Member
0 Likes
458

Hi Dharma,

I believe you have already posted a similar query earlier, to check if any events are available.

I have answered it in the other post, and have also answered your current query in that one.

When you implement your custom code for EXCEL download, please see to it that you do not write your code inside the std modules/includes generated by View Maintenance.

If you open the TOP include of your FUGR, you will see the comment asking you not to modify or manually change them for custom coding. Use seperate includes.

The generated includes of View maintenance are subject to refresh and re-writing everytime the maintenance dialogue is re-generated. Hence the recommendation to use different includes.

Regards,

Rekha