‎2007 Sep 05 10:12 AM
Hi All,
I create a ztable and zreport (<b>having both same fields</b>).. after that i create a table control using <b>ztable as db table</b>. its working........but...
Issue is that when i update or modify ztable (or any change in ztable), my table control has no reflect those effects....then i must create another table contol again and again...
It's possible that those changes reflects automatically......or any other option...plz suggest...
Thanks & Regards,
<b>Anil Kumar</b>
‎2007 Sep 05 10:16 AM
Hi
No! It's impossible.
U should create a maintenance program (SM30) instead of a Z-REPORT in order to have a program to be changed easly after updating the Z-TABLE.
If you need to have your Z-REPORT u have to change it manually, for SM30 there's a tool to re-generate again the program after the modifications.
Max
‎2007 Sep 05 10:19 AM
Table control have implicit and explicit variant. You need to update those when you change the table. (if the table control is editable, icon on top right, user can create their own variant in production...)
There is an OSS <a href="https://service.sap.com/sap/support/notes/379421">Note 379421 - Update TCVIEW after Table Control change</a> on this topic.
Regards
‎2007 Sep 05 10:32 AM
hi,
In fact when you create a structure or a table , you must set the enhancement mode for it ,
when you use a table that can be enhanced , you will get a warning that any changes in the table structure will affect the others app. So in this case i think that we can not reflect automatically changes to table controls
Hope it helpful
Thanks