‎2009 Mar 24 11:35 AM
Display an error message like is
[click here|http://hiphotos.baidu.com/zltpc007/pic/item/52cfd1d43e323e20a08bb769.jpeg]
How can I figure this problem out? Thank you!
‎2009 Mar 24 12:15 PM
maintain table T000 for your client with tx SM30, set "cross-client object changes" accordingly.
Thomas
‎2009 Mar 24 11:38 AM
Hello,
You can ask the BASIS people to look into this. Generally in Testing / Quality systems developers SONOT have authority to change.
Hope this helps.
BR,
Suhas
‎2009 Mar 24 11:38 AM
The client you are trying to change is locked for changes. Check with your Basis team.
‎2009 Mar 24 11:38 AM
Hi:
Call basis guy, you do not have its rights or you are in testing client.
Regards
Shashi
‎2009 Mar 24 11:42 AM
Guess You wanna make changes to existing program..but you making it in wrong system, ask your functional team in which system they want the change.
‎2009 Mar 24 11:42 AM
But actually I am the Basis guy (junior) -_-|| and the system is IDES which installed in my computer
‎2009 Mar 24 11:45 AM
Hi ,
Might be developer access is restricted for that server .
regards
Gowri
‎2009 Mar 24 11:49 AM
‎2009 Mar 24 12:15 PM
hey on which objectu r working?
its sapscript or what?
u r trying to change object which is not belong to ur client.
just check proper client.
or u r suppose tochange the developement done by another?
possibility of wrong client is more.
checkout with basis guy.
‎2009 Mar 24 11:56 AM
Check whether the object is locked in any transport request to do this use the spec icon of error message box then go to T-code SE03 give that request name and under request/Task put the cursor on the unlock object and execute.
After doing this you will be able to edit the object.
‎2009 Mar 24 11:58 AM
are you using 'Z' or 'Y' at begining of the program you creating? if not start your program with Z or Y.
‎2009 Mar 24 12:00 PM
Hi,
You are working on the client system,
In your program you may be using cross client objects
or something may be internally pointing to cross client objects
thats why you are not able to create your this object.
You have to consult your basis person person to have the
required authorizations.
Hope it helps
Regards
Mansi
‎2009 Mar 24 12:15 PM
maintain table T000 for your client with tx SM30, set "cross-client object changes" accordingly.
Thomas
‎2009 Mar 24 7:38 PM
Hi Joshua Lee,
I saw the message u r getting. Even i have come across such message.
See, at times there are 2 ids, of which 1 is a development id where the abaper can do developments or changes and another one is a sandbox (cross-client) where abaper can only view / debug / test the same programs which u urself develop.
u dont have authorizations to make changes in sandbox.
In such scenario, the abaper writes the code in development client and being cross client, the code automatically gets updated to the sandbox id. (In case of sap scripts, where it is client dependent, u need to use transaction SCC1, to manually send changes from development client to sandbox).
The message u are getting is because, u r in sandbox & u r trying to change something in sandbox, which as i told before has no authorization for making changes. you can just use it for displaying.
Solution : 1) either ask the basis person to give u the authorization for change in that client (not actually recommended)
2) find out which is the client used for development, which has cross client with the one u r trying currently. make changes in that development client and u'll see the changes automatically reflecting in sandbox (the client u r trying to change). thus u wont need to make changes in this client.
Note : Generally sandbox client means, it has all possible test data and programs, just for the sake of testing. and since its for testing, no one is allowed to mess up with the code by changing it. so the change authorization is not given.
If anymore doubts do revert.
Regards,
Radhika
‎2009 Mar 25 1:15 AM
Thanks all of you, I use tcode scc4 to modify the configuration and itu2018s working.