JDBC Driver for SAP Ariba Source

Build 23.0.8839

TeamGroups

Retrieve team group information specified in a sourcing project.

View-Specific Information

Select

The driver uses the SAP Ariba API to process WHERE clause conditions built with the following columns and operators. The driver processes other filters client-side within the driver.

  • TeamId supports the '=' comparison operator.
  • ProjectId supports the '=' comparison operator.
For example, the following queries are processed server side:
SELECT * FROM TeamGroups WHERE TeamId = 'PG17371157'

SELECT * FROM TeamGroups WHERE ProjectId = 'WS12345'

Columns

Name Type References Description
TeamId [KEY] String

Teams.Id

Specifies the unique identifier of the project group.
TeamName String Specifies the name of the project group.
TeamType String Specifies the type of the project group. Possible values- ProjectGroup, GlobalGroup.
Id [KEY] String Specifies the unique identifier for the project group.
Name String Specifies the name of the project group.
Type String Specifies the type of the project group. Possible values- ProjectGroup, GlobalGroup.
ProjectId [KEY] String

Projects.InternalId

Specify the unique identifier of the sourcing project for which you want to fetch task details. Example, Try it out with: WS17371155.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839