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

how to save data from report program into a ztable

Former Member
0 Likes
1,010

Hi,

I have a requirement where I have to save my data from report program's internal table into a ztable. It should be a view cluster table.It should be viewed from the transaction SM34.

2 REPLIES 2
Read only

former_member226519
Active Contributor
0 Likes
533

create the database tables first. How to -> see SAP docu

create the view cluster. how to -> see SAP docu

from your report INSERT or MODIFY the internal table data into the corresponding fields of your database tables.

Read only

Former Member
0 Likes
533

I would suggest you to search in SDN with term update ztable from report you will get 55 results filter them accordingly.

than search Table maintainance generator you will get again 66 results.but it would be reflect in SM30.

SM34 no idea.

Cheers