SDS_FILES - List of Files per Download
List of Files per Download information is stored in SAP table SDS_FILES.
It is part of development package S_DOWNLOAD_SERVICE_APPL in software component BC-UPG-OCS. This development package consists of objects that can be grouped under "Application Layer".
It is part of development package S_DOWNLOAD_SERVICE_APPL in software component BC-UPG-OCS. This development package consists of objects that can be grouped under "Application Layer".
Fields for table SDS_FILES
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
|---|---|---|---|---|---|---|
| CLIENT | Client | X | MANDT | CLNT | 6 | * |
| STC_SESSION_ID | Task List Run | X | STC_SESSION_ID | CHAR | 100 | |
| NAME | File Name | X | SDS_FILE_NAME | CHAR | 80 | |
| URL | URL to the Download File | SDS_URL | STRG | 8 | ||
| STATUS | Status of File Download | SDS_STATUS | CHAR | 20 | ||
| SIZE_PLANNED | Size in Byte | SDS_SIZE_IN_BYTE | DEC | 9 | ||
| SIZE_ACTUAL | Size in Byte | SDS_SIZE_IN_BYTE | DEC | 9 | ||
| LAST_MODIFIED | Time of last modification | SDS_LAST_MODIFIED | DEC | 8 | ||
| REASON | Reason | SDS_REASON | CHAR | 440 |