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

HR TEM - Function Module to Replace Attendee in the Background

Former Member
0 Likes
439

Hi Experts,

We are on SAP 4.7.

We have a requirement to automate the Replace Attendee process(T code PV03) in TEM.

I need to ask, if there is any standard function module or BAPI like we have for Booking (BAPI_BOOK_ATTENDANCE) and for pre booking (BAPI_PREBOOK_ATTENDANCE) ?

i've checked the function Module RH_PARTICIPATION_REPLACE but it requires screen input and works in foreground.

If any one has any idea abou the function module or any other way to achieve this, the suggestion is highly appreciated.

Appreciate your help!

Thanks!

Regards,

Gurdip

1 REPLY 1
Read only

Former Member
0 Likes
396

Copied the Function Module RH_PARTICIPATION_REPLACE and created Z function module and suppressed the scrrens .

Its working fine.

Thanks