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,327

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,344

Hi, Did you try Database utility (SE14).

4 REPLIES 4
Read only

Noorie
Active Participant
0 Likes
1,345

Hi, Did you try Database utility (SE14).

Read only

Former Member
0 Likes
1,344

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,344

TRY THIS function module "DD_DB_OPERATION".


Function Group : SDDD - Database Utility



regards

Naseeruddin

Read only

Former Member
0 Likes
1,344

Thanks, your answer is helpful.

But I found a answer after debug SE14,

Share the answer if anyone need:

DD_DATABASE_UTILITY