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: 

BAPI for training and event management

Former Member
0 Kudos

Hi all,

I need a bapi that returns the list of the attendees of a training course.

I've seen that a FM exists: RH_GET_PARTICIPANTS and i know how it works.

I would like a standard BAPI to be called by an external system.

If it doesn't exit I will create a remote FM that calls the RH_GET_PARTICIPANTS.

thanks

enzo

1 ACCEPTED SOLUTION

suresh_datti
Active Contributor
0 Kudos

Hi Enzo,

I don't think there is a BAPI.. but you can create one using the Method 'Display Attendance' for the 'Attendance' Business Object (PDRELA_025) in Tcode BAPI. But I think creating an RFC that in turn calls RH_GET_PARTICIPANTS is the easy way out.

Regards,

Suresh Datti

1 REPLY 1

suresh_datti
Active Contributor
0 Kudos

Hi Enzo,

I don't think there is a BAPI.. but you can create one using the Method 'Display Attendance' for the 'Attendance' Business Object (PDRELA_025) in Tcode BAPI. But I think creating an RFC that in turn calls RH_GET_PARTICIPANTS is the easy way out.

Regards,

Suresh Datti