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: 

Regarding BAPI HRXSS_CAT_WD_RECORD

Former Member
0 Kudos

Hi Experts,

This is regarding BAPI HRXSS_CAT_WD_RECORD.for this BAPI , I am providing inputs like this

IV_PERNR = 90030.

IV_ACTION = COPY_FROM_PREVIOUS_PERIOD.

IV_BEGDA = 09/20/2008 .

IV_ENDDA = 09/26/2008 .

So this BAPI has to copy the previous period(week) data to current week what I provided in the input area.But it is not returing (it is not copying previous week data).means COPY_FROM_PREVIOUS_PERIOD action is not working in BAPI.

Is there any BAPI for meeting this requirement. I want copy the previous weeks time sheet data to week dates provided in input. This functionality is available in Tcode in cat22.

Regards,

Vinod

2 REPLIES 2

raymond_giuseppi
Active Contributor
0 Kudos

You may use the following BAPI (actual BAPI these one) to fulfil your requirement:

- [BAPI_CATIMESHEETRECORD_GETLIST|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=bapi_catimesheetrecord_getlist&adv=false&sortby=cm_rnd_rankvalue]

- [BAPI_CATIMESHEETMGR_INSERT|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=bapi_catimesheetmgr_insert&adv=false&sortby=cm_rnd_rankvalue]

Regards

Former Member
0 Kudos

Hi Vinod,

Were you able to resolve this. Same is the situation with me. I am using this RFC to fetch data from the previous week.

But it does not return any value.

Can you please share the solution incase you had sucess over this?

Thanks,

Akshay..