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

with which t-code can we modify table T005T?

Former Member
0 Likes
11,895

Hi all:

Would you please tell me which t-code we can use to modify table T005T?

Thank you very much!!!

Best regards

1 ACCEPTED SOLUTION
Read only

vinod_vemuru2
Active Contributor
5,185

Hi,

This is text table for T005. Country codes are defined bu customization in t code SPRO.

go to SPRO, Click on search button. In key word enter

Define country U will get a popup. Now click on the define country codes. It goes to some node. Click on execute button.

Now if u add/delete/modify some thing here same will be reflected in T005 and T005T tables.

U can also try with Sm30.

Go to Sm30. Give V_T005*, press F4. Here it gives many maintenance views where u can maintain various fields of T005T table. For each field there will be one view. u can select one of them and explore.

Thanks,

Vinod.

Edited by: Vinod Reddy Vemuru on Sep 10, 2008 2:48 PM

4 REPLIES 4
Read only

matt
Active Contributor
0 Likes
5,185

SM30.

matt

Read only

Former Member
0 Likes
5,185

Hi!

Use SM30, give the table name, and click on the Customizing button.

Regards

Tamá

Read only

vinod_vemuru2
Active Contributor
5,186

Hi,

This is text table for T005. Country codes are defined bu customization in t code SPRO.

go to SPRO, Click on search button. In key word enter

Define country U will get a popup. Now click on the define country codes. It goes to some node. Click on execute button.

Now if u add/delete/modify some thing here same will be reflected in T005 and T005T tables.

U can also try with Sm30.

Go to Sm30. Give V_T005*, press F4. Here it gives many maintenance views where u can maintain various fields of T005T table. For each field there will be one view. u can select one of them and explore.

Thanks,

Vinod.

Edited by: Vinod Reddy Vemuru on Sep 10, 2008 2:48 PM

Read only

Former Member
0 Likes
5,185

Hi,

To update any DBtable which was custom defind we use Tcode sm30.