2006 Aug 11 6:36 AM
Am working on HR module.
i want to know what that what is the field 'STOKZ' in table teven?
actually am fetching records from table so is there is there need to track 'STOKZ'?
2006 Aug 11 7:13 AM
Hi,
If you read Field Description for 'STOKZ':
Indicator: "Confirmation Cancelled"
This is the FLAG for current record (line).
If STOKZ = 'X', it's mean, that record is deleted.
So, if you want get data from TEVEN, make sure you add code : "WHERE STOKZ NE 'X' ".
Regards,
Am working on HR module.
i want to know what that what is the field 'STOKZ' in table teven?
actually am fetching records from table so is there is there need to track 'STOKZ'?
2006 Aug 11 7:13 AM
Hi,
If you read Field Description for 'STOKZ':
Indicator: "Confirmation Cancelled"
This is the FLAG for current record (line).
If STOKZ = 'X', it's mean, that record is deleted.
So, if you want get data from TEVEN, make sure you add code : "WHERE STOKZ NE 'X' ".
Regards,
2006 Aug 11 7:21 AM
hi
good
STOKZ-Indicator: "Confirmation cancelled"
STOKZ char(1) CO_STOKZ Identifier for "document was reversed"
i think it works like indicator wheather document is confirmed or cancelled.
thanks
mrutyun
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |