cancel
Showing results for 
Search instead for 
Did you mean: 

How to retrieve data from Temse object in SAP HR?

Former Member
0 Kudos

How do you retrieve data from Temse object created in HR? I have a requirement to pass the Form 24q data from SAP HR to a customized system.

I need to know as to how to retrieve the data?

Regards,

Shankar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Shankar,

Technically TEMSE files are read by calling the following 3 function modules in sequence,

1) RSTS_OPEN_RLC or RP_TS_OPEN: open the temse object

2) RSTS_READ : read the object

3) RSTS_CLOSE: close the object

Regards,

Rajesh

Former Member
0 Kudos

Thanks Rajesh..This information is of lot of help to me...