SAP DI Jobs: Setting Job Properties Through Scripts

Attributes defined for an object affect how the object is processed. Script statements allow you to dynamically change those object attributes and assign new values when the task is generated. The new values are only valid for the current generation and are not permanently stored in the object.

You can define the values of any of the settings of all SAP DI Start Graph Jobs using scripts. You do this by using :PUT_ATT commands on the Pre-Process object definition page.

For more information, see the Automic Automation product documentation:

SAP DI Start Graph Job Parameters

The attributes available for SAP DI Start Graph Jobs are the following:

  • connection

    The Connection object that has the details to connect with the SAP DI.

    Value: text

  • JSON

    Payload required for starting the graph.

    Value: JSON

  • getTraceLogs

    Select how often trace logs should be created.

    Values: On error only (default), Always

See also: