vscode_abap_remote_fs icon indicating copy to clipboard operation
vscode_abap_remote_fs copied to clipboard

Error message "Changes to repository or cross-client customizing are not permitted"

Open thomasvillarubias opened this issue 4 years ago • 2 comments

Hi, and thanks for the work. I'm facing a problem that seems weird for me.

In the ABAP remote FS extension I've configured two SAP systems. One is working fine, and the other isn't. Both systems run the same version 7.50.

When I try to create a new program I receive the error "Changes to repository or cross-client customizing are not permitted". I confirm that the system and the client allows modifications: I use it every day for work. More: the $TMP repository shows nothing in VS code, but I have plenty of local test programs. And in ABAP FS: TRANSPORTS, I also don't see TRs for the system that says changes are not permitted, but I rightly see them for the other system.

I can't find what needs to be done, here. Can you help me?

thomasvillarubias avatar Oct 18 '20 14:10 thomasvillarubias

Hi Thomas, I think in one you're connecting to the wrong client. You can specify the client in the configuration.

Also, in $TMP you only see you own objects, it's a limitation of this plugin.

Marcello

marcellourbani avatar Oct 19 '20 15:10 marcellourbani

Hi Marcello,

Yes the client was the first thing I tripled checked. I confirm I set the right one in the extension configuration. Maybe something overwrites this? I wanted to set an external break-point on the error message but there are more than 30 occurrences so I couldn't do it for all.

Concerning the local objects, I have a lot of test reports, and nothing is shown in VS Code.

thomasvillarubias avatar Oct 19 '20 17:10 thomasvillarubias