| Column | Field | Description | SQL Type | Length | Decimals | Relation | Default Value | Constraints | SQL Create Statement |
---|
| 1 | CLIENT | Client | nvarchar | 3 | 0 | | | | Allow NULL? |
| 2 | PLAN_GUID | GUID of an Element in Control Plan | varbinary | 16 | 0 | | | | |
| 3 | PLAN_ID | External ID of Control Plan | nvarchar | 24 | 0 | | | | Allow NULL? |
| 4 | MATNR | Material Number | nvarchar | 18 | 0 | | | | Allow NULL? |
| 5 | WERKS | Plant | nvarchar | 4 | 0 | | | | Allow NULL? |
| 6 | PART_NUMBER | Part Number | nvarchar | 24 | 0 | | | | Allow NULL? |
| 7 | VENDOR_ID | Vendor Number at Customer Location | nvarchar | 10 | 0 | | | | Allow NULL? |
| 8 | PLAN_TYPE | Control Plan Type | nvarchar | 3 | 0 | | | | Allow NULL? |
| 9 | SELECTION_DATE | Date for Master Data Selection for Control Plan | nvarchar | 8 | 0 | | | | Allow NULL? |
| 10 | DOKNR | Document number | nvarchar | 25 | 0 | | | | Allow NULL? |
| 11 | DOKAR | Document Type | nvarchar | 3 | 0 | | | | Allow NULL? |
| 12 | DOKTL | Document Part | nvarchar | 3 | 0 | | | | Allow NULL? |
| 13 | DOKVR | Document Version | nvarchar | 2 | 0 | | | | Allow NULL? |
| 14 | CREATED_BY | Name of User Who Created the Data Record | nvarchar | 12 | 0 | | | | Allow NULL? |
| 15 | CREATED_ON | Date on Which the Data Record Was Created | nvarchar | 8 | 0 | | | | Allow NULL? |
| 16 | CHANGED_BY | Name of User who Most Recently Changed the Data Record | nvarchar | 12 | 0 | | | | Allow NULL? |
| 17 | CHANGED_ON | Date on Which Data Record Was Changed | nvarchar | 8 | 0 | | | | Allow NULL? |
| 18 | RELEASED_BY | Name of Person, Who Has Released Component | nvarchar | 12 | 0 | | | | Allow NULL? |
| 19 | RELEASED_ON | Release Time | decimal | 15 | 0 | | | | |
| 20 | CUST_REL_CON_ON | Customer Release Date for Construction | nvarchar | 8 | 0 | | | | Allow NULL? |
| 21 | CUST_REL_QM_ON | Customer Quality Release Date | nvarchar | 8 | 0 | | | | Allow NULL? |
| 22 | CHECK_RESULT | Result of Control Plan Check | char | 1 | 0 | | | | Allow NULL? |
| 23 | CHECK_TIMESTAMP | Time of Results Calculation | decimal | 15 | 0 | | | | |
| 24 | PROJECT_ID | Project Number | nvarchar | 24 | 0 | | | | Allow NULL? |
| 25 | DELETED | Deletion Indicator | char | 1 | 0 | | | | Allow NULL? |