marcellourbani / vscode_abap_remote_fs

Remote filesystem for ABAP systems
MIT License
174 stars 28 forks source link

Transports of Copies #125

Open mintert91 opened 4 years ago

mintert91 commented 4 years ago

Hi,

would be fine if you could add a feature to create Transports of Copies. After creating ToCs you could add the content of other transports to it and release it.

https://blogs.sap.com/2012/11/13/transport-management-with-transports-of-copies/

marcellourbani commented 4 years ago

Not sure there's an API for that, but If Eclipse does it I guess I could. Will have a look

PS: never liked that idea, but it's probably because I mostly use activecontrol...

cJames9 commented 3 months ago

as far as I've seen in my company, this would require a custom API such as this one.

in my company, SAP is configured so that for every transport request must be assigned a CTS project. the standard CTS API used by Eclipse enforces this setting, even for ToC requests (which just cannot have a project assigned). also, when creating a ToC request on SE09, my usual target is <system ID>.<client>, which is not in the available targets (which are only <system ID>).