i am using Bapi BAPI_CATIMESHEETMGR_INSERT to create records, is there a way to read data of all submitted leaves/ approved leaves/rejected leaves?
if i want to achieve above how can i do it, with out custom abap.. any RFCs/BAPIS for the same?
BAPI_CATIMESHEETRECORD_GETLIST gives back only the released data records.
But i am looking for a Bapi using which i can read rejected records that go for approval to manager and gets rejected and same with approved ones.
also is there a way to read Saved records but not released? kinda like looking at drafts?
also is there a Bapi using which i can do CATS Transfer (similar to tcode CATA)?
wanna do transfer to Hr.
Pls advice.
Edited by: Hruser on Jun 26, 2008 4:40 PM
As far as i know there is no standard bapi available as you indicate but you could always modify one ;).
For Transfer you need to use rptextpt or cat6 there are standard
reports available
Why not poke around in transaction BAPI and look. Also, you could "tear apart" the CATS tcodes and find some FMs too.
Hi Harshita,
I am looking for BAPI/RFC to achieve the below requirement.
(1) How to reject the timesheet record.
(2) How to get only approved timesheet records.
(3) How to approve all the rejected timesheets records.
Please get back to me if you have already worked on this and know some info about this.
Thanks and Regards,
ganesh.
Add a comment