DocumentInstances
Query document instances for a SAP Business Objects BI instance.
Select
The following queries are processed server-side:
SELECT * FROM DocumentInstances
SELECT * FROM DocumentInstances WHERE Id=1
Columns
| Name | Type | Description |
| DocumentId [KEY] | Integer | The document ID. |
| ID [KEY] | Integer | The document instance ID. |
| CUID | String | The document instance CUID. |
| Owner | String | The owner of the document instance. |
| ScheduleStatus | String | The schedule status. |
| OpenDocLink | String | The open doc link. |
| UIStatus | String | The UI status link. |
| PID | Integer | The document instance PID. |
| Type | String | The document instance type. |
| Duration | String | The document instance duration. |
| Path | String | The document instance path. |
| InstanceName | String | The document instance name. |
| ParentDocName | String | The parent doc name. |
| ServerUsed | String | The server use by the document instance. |
| StartTime | Datetime | The start time. |
| EndTime | Datetime | The end time. |
| Expiry | Datetime | The expiry time. |
| Created | Datetime | The creation date time. |