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

How to adjust database table using ABAP code

Former Member
0 Likes
2,188

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
Read only

Noorie
Active Participant
0 Likes
1,205

Hi, Did you try Database utility (SE14).

4 REPLIES 4
Read only

Noorie
Active Participant
0 Likes
1,206

Hi, Did you try Database utility (SE14).

Read only

Former Member
0 Likes
1,205

Hi, Thanks for your reply.

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

Read only

Noorie
Active Participant
0 Likes
1,205

TRY THIS function module "DD_DB_OPERATION".


Function Group : SDDD - Database Utility



regards

Naseeruddin

Read only

Former Member
0 Likes
1,205

Thanks, your answer is helpful.

But I found a answer after debug SE14,

Share the answer if anyone need:

DD_DATABASE_UTILITY