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

Change program associated with standard tcode

Former Member
0 Likes
1,830

Hi Everybody !

I would like to change the program associated with a standard Tcode to remplace it with a custom one.

For exemple: I have a tcode "std_tcode" that points to "std_program", what I want to do is to make "std_tcode" points to "my_program".

I am trying to assess the consequences of doing so.

When I try to manage a standard tcode, I have the current message "Message TR852 - Make repairs in foreign namespaces only if they are urgent " and I don't know what this mean.

Thank you for your help.

3 REPLIES 3
Read only

former_member1716
Active Contributor
0 Likes
1,143

Hi malik,

The message means that the object being edited is in the name space reserved for objects belonging to SAP or any other software producer.The system function will continue to work even after this message.

But it is always recommended to perform this repairs only after analysing the entire cinsequence of it also it will be better if you consult the owner of the name space

Thanks,

Satish.


Read only

madhu_vadlamani
Active Contributor
0 Likes
1,143

Hi Malik,

When you are trying to change any standard sap object you will get a message. Instead of modifying a standard one copy the standard into a z and assign the custom tcode to it.

Regards,

Madhu.

Read only

Former Member
0 Likes
1,143

First thing is you are not allowed to make changes to Standard objects or t-codes. with exceptions you can do it by requesting the modification key with SAP which can be done by your Basis team.

Secondly easiest /best solution is to create a custom transaction and ask the users to use it .