Skip to main content

client.adt.activation

Methods

MethodHTTPPathSummary
.activate.post(params?)POST/sap/bc/adt/activation{?method,preauditRequested}Activate objects

Request body: adtcore:objectReferences.

Schema

Source: adt-contracts/src/adt/activation/index.ts Body/response schema: adtcore.

Example

await client.adt.activation.activate.post(
{ preauditRequested: true },
{
objectReferences: {
objectReference: [{ uri: '/sap/bc/adt/oo/classes/zcl_demo' }],
},
},
);

See also

  • adkAdkObject.save() triggers activation automatically
  • CLI adt activate