SAPSystemPriceList Table

This table stores the SAP system price list.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for SAPSystemPriceList table

Database Column

Details

SAPSystemPriceListID

Type: integer. Key. Generated ID

A unique identifier for the SAP system price list.

SAPSystemID

Type: integer. Key

Foreign key to the system that the price list belongs to.

PriceListID

Type: text (max 2 characters). Key

SAP Price List ID

DefaultLicenseType

Type: text (max 2 characters). Nullable

LicenseType associated to this price list

IsActive

Type: boolean

Indicates whether the price list is active or not active.

Surcharge

Type: boolean

Indicates whether the price list affected by surcharge.