SAPContentEngine Table
This table stores an engine from downloadable content.
| Database Column | Details | 
|---|---|
| SAPContentEngineID | Type: integer. Key. Generated ID A unique identifier for the SAP content engine table. | 
| EngineContentUID | Type: text (max 128 characters). Key A global unique identifier for the engine. | 
| EngineName | Type: text (max 128 characters) Name of engine. | 
| EngineDescription | Type: text. Nullable Description of engine. | 
| Comments | Type: text. Nullable Comments from factory. | 
| ApplicationID | Type: integer. Nullable SAP internal application ID | 
| ConsumptionUnit | Type: text. Nullable Unit description to describe the consumption amount. | 
| CreationDate | Type: datetime The data and time the engine was created. | 
| UpdatedDate | Type: datetime The date and time the engine was last updated. |