Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Time event table TEVEN

Former Member
0 Likes
1,026

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'?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
764

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'?

2 REPLIES 2
Read only

Former Member
0 Likes
765

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,

Read only

Former Member
0 Likes
764

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