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

I can't create program any more.

Former Member
0 Likes
1,355

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!

1 ACCEPTED SOLUTION
Read only

ThomasZloch
Active Contributor
0 Likes
1,329

maintain table T000 for your client with tx SM30, set "cross-client object changes" accordingly.

Thomas

14 REPLIES 14
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,329

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

Read only

Former Member
0 Likes
1,329

The client you are trying to change is locked for changes. Check with your Basis team.

Read only

Former Member
0 Likes
1,329

Hi:

Call basis guy, you do not have its rights or you are in testing client.

Regards

Shashi

Read only

Former Member
0 Likes
1,329

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.

Read only

Former Member
0 Likes
1,329

But actually I am the Basis guy (junior) -_-|| and the system is IDES which installed in my computer

Read only

Former Member
0 Likes
1,329

Hi ,

Might be developer access is restricted for that server .

regards

Gowri

Read only

Former Member
0 Likes
1,329

So, how to solve this issue, who can give some advises?

Read only

0 Likes
1,329

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.

Read only

Former Member
0 Likes
1,329

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.

Read only

Former Member
0 Likes
1,329

are you using 'Z' or 'Y' at begining of the program you creating? if not start your program with Z or Y.

Read only

Former Member
0 Likes
1,329

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

Read only

ThomasZloch
Active Contributor
0 Likes
1,330

maintain table T000 for your client with tx SM30, set "cross-client object changes" accordingly.

Thomas

Read only

Former Member
0 Likes
1,329

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

Read only

Former Member
0 Likes
1,329

Thanks all of you, I use tcode scc4 to modify the configuration and itu2018s working.