Skip to main content

client.adt.cts

Change & Transport System. Covers transport requests + tasks, search, value helps, user actions (release, set status, …), search configurations, and transport checks.

Sub-namespaces

client.adt.cts.transportrequests

MethodHTTPPathSummary
.list(params?)GET/sap/bc/adt/cts/transportrequestsList transports
.get(trkorr)GET/sap/bc/adt/cts/transportrequests/{trkorr}Get one
.post()POST/sap/bc/adt/cts/transportrequestsCreate
.postAction(trkorr)POST/sap/bc/adt/cts/transportrequests/{trkorr}User action
.put(trkorr)PUT/sap/bc/adt/cts/transportrequests/{trkorr}Update
.delete(trkorr)DELETE/sap/bc/adt/cts/transportrequests/{trkorr}Delete
.reference(...)GET.../referenceResolve transport reference
.valuehelp.attribute/target/object/ctsprojectGET.../valuehelp/...Value help lookups
.searchconfiguration.configurations.*GET/PUT.../searchconfiguration/configurationsSearch config CRUD
.searchconfiguration.metadata()GET.../searchconfiguration/metadataMetadata
.useraction.*POST/sap/bc/adt/cts/transportrequests/{trkorr}Release / change owner / etc.

client.adt.cts.transports

MethodHTTPPathSummary
.list(params?)GET/sap/bc/adt/cts/transportsSearch transports

client.adt.cts.transportchecks

MethodHTTPPathSummary
.list()GET/sap/bc/adt/cts/transportchecksTransport checks

Schema

Source: adt-contracts/src/adt/cts/ Response: transportmanagment* schemas from adt-schemas.

Example

const list = await client.adt.cts.transportrequests.list({ user: 'USER' });
const single = await client.adt.cts.transportrequests.get('DEVK900001');

See also