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

Read Data from Infotype 2011

Former Member
0 Likes
2,259

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!!


1 ACCEPTED SOLUTION
Read only

Venkat_Sesha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,159

  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!!


2 REPLIES 2
Read only

Venkat_Sesha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,160

  result_tab TYPE tim_tmw_teven_tab Check this hope this helps

Read only

kaushalya
Active Participant
0 Likes
1,159

Result should be a structure of type TIM_TMW_TEVEN_TAB.