2012 Nov 26 10:12 AM
Hello Community,
I need to read the Infotype 2011 with DB-Table 'TEVEN'.
I know, that i've to use the FM HR_TMW_DB_READ_TEVENT
CALL FUNCTION 'HR_TMW_DB_READ_TEVENT'
EXPORTING
PERNR =
FROMDATE =
TODATE =
* IMPORTING
* RESULT =
.
What kind of Table or Structure has to be the result?
I tested lt_teven type table of teven, but that doesn't work for me. does anybody has an idea? thanks a lot!!
2012 Nov 26 10:30 AM
result_tab TYPE tim_tmw_teven_tab Check this hope this helps
Hello Community,
I need to read the Infotype 2011 with DB-Table 'TEVEN'.
I know, that i've to use the FM HR_TMW_DB_READ_TEVENT
CALL FUNCTION 'HR_TMW_DB_READ_TEVENT'
EXPORTING
PERNR =
FROMDATE =
TODATE =
* IMPORTING
* RESULT =
.
What kind of Table or Structure has to be the result?
I tested lt_teven type table of teven, but that doesn't work for me. does anybody has an idea? thanks a lot!!
2012 Nov 26 10:30 AM
result_tab TYPE tim_tmw_teven_tab Check this hope this helps
2012 Nov 26 10:49 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |