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

Correction report for Z-table

sauravmalviya
Advisor
Advisor
0 Likes
1,524

Hi,

I want to know if there is a way to create correction reports for user-defined database tables in ECC, like the way there are for standard tables. I could not find anything related to this in the forums yet.

Thanks.

1 ACCEPTED SOLUTION
Read only

Florian
SAP Champion
SAP Champion
1,297

Of course you can create reports to your own tables. Depend on what you want. If you just want to be able to edit it, you go for maintain-views.

If something else, create it by your own. It's just a normal developing task with no special handling, except that you want to implement.

Hi,

I want to know if there is a way to create correction reports for user-defined database tables in ECC, like the way there are for standard tables. I could not find anything related to this in the forums yet.

Thanks.

3 REPLIES 3
Read only

Florian
SAP Champion
SAP Champion
1,298

Of course you can create reports to your own tables. Depend on what you want. If you just want to be able to edit it, you go for maintain-views.

If something else, create it by your own. It's just a normal developing task with no special handling, except that you want to implement.

Read only

1,297

The best option is to go via the 'TABLE MAINTENANCE GENERATOR' option in SE11.

Otherwise, as Florian has indicated above; you can create your own Z-report/program to update existing ztable entries.

Read only

sauravmalviya
Advisor
Advisor
0 Likes
1,297

Thanks for the clarification.