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

Problem with DataBase table PA0002

Former Member
0 Likes
442

I've enhanced infotype 0002 via PM01 with 2 fields of numc type.

The thing is that right now i need to delete one of these fields.

but when i modify CI_P0002 structure deleting this field i've got several warnings

of activation of PA0002 and PB0002.

what should i do??

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
394

Take a look at all the warnings and see what they mean. Sometimes deleting or adding fields to a structure may have ripple effects in all the places where the structure is used and the system may not be able to activate all of them. You may have to go to some of them individually and activate them. Some programs may be effected because this new field may have been used in them resulting in syntax errors in those programs. So you have to be very careful when you do deletes.

Also, since it is just a warning, you can still go ahead and activate it using SE14 for the tables effected.

1 REPLY 1
Read only

Former Member
0 Likes
395

Take a look at all the warnings and see what they mean. Sometimes deleting or adding fields to a structure may have ripple effects in all the places where the structure is used and the system may not be able to activate all of them. You may have to go to some of them individually and activate them. Some programs may be effected because this new field may have been used in them resulting in syntax errors in those programs. So you have to be very careful when you do deletes.

Also, since it is just a warning, you can still go ahead and activate it using SE14 for the tables effected.