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 fields to a custom table

Former Member
0 Likes
8,130

how do we add new fields to a custom table . Is it just like changing a program or what else do we need to take care of ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,764

hi Deepthi,

Go to SE11 in Change mode and press 'New Entries' Button and add those entries .... then goto UTILITIES->DATABASE UTILITIES ... in that click on the button 'Activate and adjust database'.

Regards,

Santosh

3 REPLIES 3
Read only

Former Member
0 Likes
3,765

hi Deepthi,

Go to SE11 in Change mode and press 'New Entries' Button and add those entries .... then goto UTILITIES->DATABASE UTILITIES ... in that click on the button 'Activate and adjust database'.

Regards,

Santosh

Read only

Former Member
0 Likes
3,764

Go to SE11, enter the table name and add the fields to the table. Since its custom table you have to ensure that all the programs impacted by this new change can handle the new field. Also check where all the records are inserted/updated and depending on business process insert/update your new field.

hith

Sunil Achyut

Read only

0 Likes
3,764

Thanks for your replies.