IUUC_AUT_JOBSTAT - Status of automatically started jobs
Status of automatically started jobs information is stored in SAP table IUUC_AUT_JOBSTAT.
It is part of development package CNV_MDS_CORE in software component CA-LT. This development package consists of objects that can be grouped under "MDS Core reuse objects".
It is part of development package CNV_MDS_CORE in software component CA-LT. This development package consists of objects that can be grouped under "MDS Core reuse objects".
Fields for table IUUC_AUT_JOBSTAT
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
|---|---|---|---|---|---|---|
| GUID | GUID of Object | X | DMC_GUID | CHAR | 44 | |
| REPORT_NAME | ABAP Program Name | PROGNAME | CHAR | 80 | ||
| EXEC_CLIENT | Client | MANDT | CLNT | 6 | ||
| JOB_NAME | Background Job Name | BTCJOB | CHAR | 64 | ||
| JOB_COUNT | Job ID | BTCJOBCNT | CHAR | 16 | ||
| JOB_STATUS | State of Background Job | BTCSTATUS | CHAR | 2 | ||
| START_TIME | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC | 8 | ||
| END_TIME | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC | 8 | ||
| ADDITIONAL_INFO | CHAR | 120 | ||||
| STATE_LOG | Status of the activity | DMC_ACT_STATUS | CHAR | 6 | ||
| LOGNUMBER | Application Log: Log Number | BALOGNR | CHAR | 40 |