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

Adding custom fields to DB table

Former Member
0 Likes
1,192

Hi,

I added custom fields in std DB table using CI_* , activated table using SE14. Now I want to remove the added custom fields , I deleted the CI_* using SE11. It still appears in DB table, I mean I dont expect to disappear from DB table, when I double click it still takes to structure screen. I deleted include from SE80 also selecting Package, activated and adjusted DB table from SE14 after deletion, but it still appears and when I check the attributes it shows the same package , how to reset the CI_* , bottom line ,I want to make DB table normal as before, because of that I am getting dumps when I execute std DB table related T codes.

It should be done in easy way but not able to get breakthrough.

Please let me know your suggestions.

Thanks

6 REPLIES 6
Read only

former_member196280
Active Contributor
0 Likes
910

Create a new structure with all required custom fields that are to be added to standard table.

Now from menu, goto--> append structure.

It will add all the fields available in the structure to your table.

Similarly, you can delete the newly added structure.

Rgds,

SaiRam

Read only

0 Likes
910

Thanks Sai for your reply, but I dont want to add custom fields anymore to DB table , I want to remove them from CI in which I added. Please let me know your suggestions.

Thanks

Read only

Former Member
0 Likes
910

Any suggestions please.

Thanks

Read only

0 Likes
910

Got it, Thanks

Read only

0 Likes
910

Hi Sai,

Try to assign the CI_* structure to $temp,i.e as local object and then activate it first.

After that, try deleting the local object and adjust the table using SE14.

If still it does not work, ask your BASIS consultant to do an "Alter table".

May be that works!

Thanks & Regards,

Anshumita.

Read only

0 Likes
910

Hi PC,

I have got the similar issue. COuld you please tell how to reset that structure CI_*.

Best Regards,

Pradeep