Application Development 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: 

Timesheet Administrator update

Former Member
0 Kudos

Hi Guru's

i want to update CURRENT timesheet administrator(SACHZ) instead of older administrator in perticular date period(begda,endda) in pa30, i have written report to get employee data , when i amexcuting report retreiving all employee details (PERNR) ,when i select perticular employee that employee want to update timesheet administrator, what can i do can i use bapi or any function modules are there, if any one knows please reply me process.which is best way to update it .

Thanks

.

4 REPLIES 4

Former Member
0 Kudos

Hi Naidu,

Try FM

HR_TMW_DB_UPDATE_INFOTYPE

for update/modify

provide values in changing parameter UPDATE-MODIFY_TAB

Hope it helps.

Lokesh

0 Kudos

Hi

not updating message here, need to update fieild(sachz) in pa0001.

suresh_datti
Active Contributor
0 Kudos

Have you tried using the function call HR_INFOTYPE_OPERATION?

~Suresh

0 Kudos

Hi

i need to use bapi to update pa0001 in PA30.any one knows BAPi .