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

Transaction FTXP

Former Member
0 Likes
1,144

Hello ,

In the test system with the not modifiable status, I want to edit the tax codes in the transaction FTXP. I am looking for an exit where I could make the test system as customizable and modifiable . Please write to me if any one of you knows about this.

Regards,

Aruna

2 REPLIES 2
Read only

Former Member
0 Likes
654

hello,

if i understood well you want to change test clients state from non modifiable into modifiable. you can do that with out any user exits. Go to tcode scc4 (it call SM30 tcode and passes t000 table as aparameter), double click on required systems clients number, click on pencil (enable edit mode) and change "Cross-client Object changes" value into "Changes to repository and cross-client Customizing allowed" if you want to allow developing and customizing in that system or No changes to repository (allow only customizing) save the changes and that's all.

if you want to do that in your custom code then use table T000 field CCCATEGORY. update the value of this field and clients state ll be changed

best regards,

dez_

Read only

eduardo_hinojosa
Active Contributor
0 Likes
654

Hi

You can use current settings in your test system. See SAP Note 356483 - Customizing: Current settings in the test system, I think that it will help you

Regards

Eduardo