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

VBAK - Table activation error

PremkumarV
Explorer
0 Likes
2,722

Hello Experts, I have extended the custom append structure from VBAK table by adding one more field to it. Later I want to remove it from that due to some reason. 

After removal of that field, system not allowing me to activate the table, since it is giving error.

Error: The 'Z' field is still being used in view.

Kindly provide me your inputs?

6 REPLIES 6
Read only

prakashjasti
Contributor
0 Likes
2,710

Hi 

You can find the usage of field with where used list.

Try removing the usage of field from table maintenance or usage in programs if any and activate it.

Thanks,

Prakash J.

 

Prakash J
Read only

0 Likes
2,696

Hi,

But that view is an standard view which will be generated from activation of VBAK. I wants to remove after that. Then only it's not allowing.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
2,696

Did you look at the activation log from SE11 or perform a where used search on the field?

Read only

0 Likes
2,694

Hi,

Yes, I have checked that. It is used in Standard view, which is auto generated. that I cannot remove manually.

Read only

0 Likes
2,681

Is SE14 table to activate the table, else are you allowed to de/re-activate the view ? 

Read only

0 Likes
2,582

I can't Activate so, after removing that field, I was just saving. After that If I check for runtime object and database object in se14 , It's not showing any inconsistency.

So how it will remove that field?