Documents
Query all documents for a SAP Business Objects BI instance.
Select
The following queries are processed server-side:
SELECT * FROM Documents
SELECT Id, Type FROM Documents ORDER BY Type
SELECT Id, Type FROM Documents ORDER BY ID DESC
SELECT Id, Type FROM Documents ORDER BY Description DESC
SELECT Id, Updated FROM Documents WHERE Updated>'2025-02-04T12:25:00.000-05:00'
SELECT Id, Updated FROM Documents WHERE Updated>='2025-02-04T12:25:00.000-05:00'
Delete
DELETE FROM Documents WHERE Id=5903
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Integer | False |
The document ID. |
| CUID | String | False |
The document CUID. |
| Name | String | False |
The document name. |
| Description | String | False |
The document description. |
| Type | String | False |
The document type. |
| OwnerID | String | False |
The document owner ID. |
| ParentID | String | False |
The document parent ID. |
| Updated | Datetime | False |
The datetime when the document was last updated. |