DMC_RUN_INFO - DMC: Record Counter and Status for a Run
DMC: Record Counter and Status for a Run information is stored in SAP table DMC_RUN_INFO.
It is part of development package CNV_DMCR in software component CA-LT. This development package consists of objects that can be grouped under "Data Mapping and Conversion: Runtime".
It is part of development package CNV_DMCR in software component CA-LT. This development package consists of objects that can be grouped under "Data Mapping and Conversion: Runtime".
Fields for table DMC_RUN_INFO
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
GUID | GUID of Object | X | DMC_GUID | CHAR | 44 | |
PORTION | Number of Data Package | X | INT4 | 4 | ||
STRUCTURE | Tree Structure Identifier | X | DMC_STIDT | CHAR | 40 | |
RECS_CALCULATED | Calculated Total of Data Records (Access Plan Calculator) | INT4 | 4 | |||
BYTES_CALCULATED | Calculated Total of Bytes (Access Plan Calculator) | INT4 | 4 | |||
RECS_READ | Read Number of Data Records (OLI) | INT4 | 4 | |||
IN_PROCESS | Boolean Variable (X = True, - = False, Space = Unknown) | BOOLEAN | CHAR | 2 | ||
FINISHED | Boolean Variable (X = True, - = False, Space = Unknown) | BOOLEAN | CHAR | 2 | ||
FAILED | Boolean Variable (X = True, - = False, Space = Unknown) | BOOLEAN | CHAR | 2 | ||
TIMESTAMP_START | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | TIMESTAMPL | DEC | 11 | ||
TIMESTAMP_END | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | TIMESTAMPL | DEC | 11 | ||
RUNTIME_READ | Runtime of Read Module | INT4 | 4 | |||
RUNTIME_TCNV_IN | Runtime of Technical Conversion OLI->IL | INT4 | 4 | |||
RUNTIME_SCNV | Runtime of Conversion Module | INT4 | 4 | |||
RUNTIME_TCNV_OUT | Runtime of Technical Conversion IL -> OLO | INT4 | 4 | |||
RUNTIME_WRITE | Runtime of Write Module | INT4 | 4 | |||
RUNTIME_SEM_READ | Runtime of Semaphore Handling - Reading | INT4 | 4 | |||
RUNTIME_SEM_CONV | Runtime of Semaphore Handling - Conversion | INT4 | 4 | |||
RUNTIME_SEM_WRIT | Runtime of Semaphore Handling - Writing | INT4 | 4 | |||
UC_PROBTAB_RECS | Unicode Conversion: Number of Records in Problem Table | INT4 | 4 |