![]() |
T4S4
18.2 C7549 A21431
Teamcenter Gateway for SAP S/4HANA API Reference
|
Functions | |
checkBatchJobDependencies BatchJobId BreakTime args | |
Checks the batch job id for dependencies from other batch jobs. More... | |
getDependencyStatus ExecuteFunction ProxyHandle JobId DependencyBreak args | |
This function check the state of the depend on batch jobs and does the error handling. More... | |
setBatchJobDependencies BatchJobId args | |
Sets the dependencies for a batch job. More... | |
T4X::BATCHJOB::DEPENDENCIES::checkBatchJobDependencies | BatchJobId BreakTime args | ||
Checks the batch job id for dependencies from other batch jobs.
BatchJobId | unique ID for the batch job |
BreakTime | time in milliseconds for the break between 1st and 2nd check |
References tpwrite().
Referenced by getDependencyStatus().
T4X::BATCHJOB::DEPENDENCIES::getDependencyStatus | ExecuteFunction ProxyHandle JobId DependencyBreak args | ||
This function check the state of the depend on batch jobs and does the error handling.
ExecuteFunction | - name of the export function created with the proxy call CreateExportCodeProxy/CreateExportServicesCodeProxy/CreateExportMetaCodeProxy |
ProxyHandle | |
JobId | - unique batch job id |
DependencyBreak | - time in milliseconds between the 1st and 2nd dependency check |
References checkBatchJobDependencies(), and tpwrite().
T4X::BATCHJOB::DEPENDENCIES::setBatchJobDependencies | BatchJobId args | ||
Sets the dependencies for a batch job.
BatchJobId | unique ID for the batch job |
args | - DependingOnBatchJobId1 ... DependingOnBatchJobIdx |
References API::Core::Batch::setDependency(), API::Core::Batch::setJobAttribute(), and tpwrite().
Referenced by T4X::BATCHJOB::EXPORT::createBatchjob(), and T4X::BATCHJOB::IMPORT::createBatchjob().