| Column | Field | Description | SQL Type | Length | Decimals | Relation | Default Value | Constraints | SQL Create Statement |
---|
| 1 | MANDT | Client | nvarchar | 3 | 0 | | | | Allow NULL? |
| 2 | REVTASK | Reversal Task | nvarchar | 12 | 0 | | | | Allow NULL? |
| 3 | REVTASK_DESC | Name of Reversal Task | nvarchar | 60 | 0 | | | | Allow NULL? |
| 4 | REVTASK_REF | External Reference of Reversal Task | nvarchar | 32 | 0 | | | | Allow NULL? |
| 5 | CRNAME | User Who Created the Reversal Task | nvarchar | 12 | 0 | | | | Allow NULL? |
| 6 | CRDATE | Date Reversal Task Was Created | nvarchar | 8 | 0 | | | | Allow NULL? |
| 7 | CRTIME | Time at Which Reversal Task Was Created | nvarchar | 6 | 0 | | | | Allow NULL? |
| 8 | CHNAME | User Who Changed the Reversal Task | nvarchar | 12 | 0 | | | | Allow NULL? |
| 9 | CHDATE | Date Reversal Task Changed | nvarchar | 8 | 0 | | | | Allow NULL? |
| 10 | CHTIME | Time at Which the Reversal Task Was Changed | nvarchar | 6 | 0 | | | | Allow NULL? |
| 11 | REVSTATUS | Status of the Reversal Task | char | 1 | 0 | | | | Allow NULL? |
| 12 | XREVLOCKED | Reversal Task Locked | char | 1 | 0 | | | | Allow NULL? |
| 13 | LOEDT | Date on which the entry can be deleted again | nvarchar | 8 | 0 | | | | Allow NULL? |
| 14 | XCREATE_REV_BIT | Create Reversal Request for Billable Items | char | 1 | 0 | | | | Allow NULL? |
| 15 | XCREATE_REV_BILL | Create Reversal Task for Billing Documents | char | 1 | 0 | | | | Allow NULL? |
| 16 | XCREATE_REV_INV | Create Reversal Task for Invoicing Documents | char | 1 | 0 | | | | Allow NULL? |
| 17 | XCREATE_REV_RERATE | Create Rerating Request | char | 1 | 0 | | | | Allow NULL? |