Application Development 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: 

How to adjust database table using ABAP code

Former Member
0 Kudos

Hi Experts,

There is any function module can use to adjust the db table?

Because I found that after I modified the database table by using  FM 'DDIF_TABL_PUT' and 'DDIF_TABL_ACTIVATE',

the table feel like no changes when I check the table in SE11.

But after I switched to edit mode, then only table changed to the expected properties.

Hope anyone can some hints,

Thanks in advance.

1 ACCEPTED SOLUTION

s_nnoorie
Active Participant
0 Kudos

Hi, Did you try Database utility (SE14).

4 REPLIES 4

s_nnoorie
Active Participant
0 Kudos

Hi, Did you try Database utility (SE14).

Former Member
0 Kudos

Hi, Thanks for your reply.

But I am look for code to adjust the db table, not T-code.

s_nnoorie
Active Participant
0 Kudos

TRY THIS function module "DD_DB_OPERATION".


Function Group : SDDD - Database Utility



regards

Naseeruddin

Former Member
0 Kudos

Thanks, your answer is helpful.

But I found a answer after debug SE14,

Share the answer if anyone need:

DD_DATABASE_UTILITY