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

Table Control

Former Member
0 Likes
423

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>

3 REPLIES 3
Read only

Former Member
0 Likes
382

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

Read only

RaymondGiuseppi
Active Contributor
0 Likes
382

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

Read only

Former Member
0 Likes
382

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