CDESK_SRV_TEMP - CDESK: Temporary table to store file upload information
CDESK: Temporary table to store file upload information information is stored in SAP table CDESK_SRV_TEMP.
It is part of development package CDESK_SRV_CORE in software component CA-CAD. This development package consists of objects that can be grouped under "CAD Services - Common Core Objects".
It is part of development package CDESK_SRV_CORE in software component CA-CAD. This development package consists of objects that can be grouped under "CAD Services - Common Core Objects".
Fields for table CDESK_SRV_TEMP
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
MANDT | Client | X | MANDT | CLNT | 6 | |
PHIO_ID | Physical document | X | SDOK_PHID | CHAR | 64 | |
TRANS_ID | 16-byte UID in 32 chars (hexadecimal) | SYSUUID_C32 | CHAR | 64 | ||
TRANS_DATE | System Date | SYDATUM | DATS | 16 | ||
TRANS_TIME | System Time | SYUZEIT | TIMS | 12 | ||
UNAME | User Name | SYUNAME | CHAR | 24 | ||
UPLOAD_ACTION | File Upload action | CDESK_SRV_UPLOAD_ACTION | CHAR | 2 | ||
OLD_PHIO_ID | Physical document | SDOK_PHID | CHAR | 64 | ||
DOKAR | Document Type | DOKAR | CHAR | 6 | ||
DOKNR | Document number | DOKNR | CHAR | 50 | ||
DOKVR | Document Version | DOKVR | CHAR | 4 | ||
DOKTL | Document Part | DOKTL_D | CHAR | 6 | ||
LO_TYPE | Type of original | DMS_FILE_TYPE | CHAR | 4 | ||
LO_INDEX | Counter for documents | DMS_DOC_INDEX | INT4 | 4 | ||
LO_OBJID | Logical document | SDOK_LOID | CHAR | 64 | ||
LO_IS_REF | Document Management Flag | CVFLAG | CHAR | 2 | ||
DAPPL | Application | DAPPL | CHAR | 6 | ||
FILENAME | Original of Document | FILEP | CHAR | 510 | ||
FILE_ID | DMS: GUID for allocation PHIO - file name | DMS_FILE_ID | CHAR | 64 | ||
DTTRG | Name of Data Carrier | DTTRG | CHAR | 20 | ||
PROTECTED | Document Management Flag | CVFLAG | CHAR | 2 | ||
FILE_NUM | Sequential number of file | SDOK_FNUMB | NUMC | 20 | ||
PH_CLASS | Physical document class | SDOK_PHCL | CHAR | 20 | ||
DOC_FORMAT | Document format (TEXT, TIFF, RTF, PDF, ...) | SDOK_FORM | CHAR | 8 | ||
DOC_FMTVER | Document format version | SDOK_FMVER | CHAR | 20 | ||
MIMETYPE | HTML content type | W3CONTTYPE | CHAR | 256 | ||
FILE_SIZE | File size (in bytes) | SDOK_FSIZE | NUMC | 24 | ||
FILE_NAME | Relative storage location of physical document | SDOK_FILNM | CHAR | 510 | ||
FILE_TYPE | Type of data transfer | SDOK_TRFMD | CHAR | 2 | ||
MASTER_PHIO | Physical document | SDOK_PHID | CHAR | 64 |