CData Python Connector for SAP BusinessObjects BI

Build 25.0.9454

ReportElements

Query report elements for a SAP Business Objects BI instance.

Select

The connector uses the SAP BusinessObjects BI API to process search criteria that refer to the DocumentId column. The connector processes other filters client-side within the driver. For example, the following queries are processed server side:

    SELECT * FROM ReportElements
    SELECT * FROM ReportElements WHERE DocumentId=1
    SELECT * FROM ReportElements WHERE DocumentId=1 AND ReportId=3

Columns

Name Type Description
DocumentId [KEY] Integer The document ID.
ReportId [KEY] Integer The report ID.
Id [KEY] Integer The element ID.
Reference String The element reference.
Name String The element name.
Type String The element type.
Position String The element position.
Size String The element size.
Padding String The element padding.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9454