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

LSO : searching some function module

Former Member
0 Likes
824

Hi all,

i need to find some FM or BAPI or class for this needs :

- for a business event, the FM return all participants

- for a personnel number the FM return all training need attached

Thanks for your help.

Cheers.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
528

Hi,

Try using this,

RH_GET_PARTICIPANTS

Thanks,

Harini

2 REPLIES 2
Read only

Former Member
0 Likes
529

Hi,

Try using this,

RH_GET_PARTICIPANTS

Thanks,

Harini

Read only

0 Likes
528

Hi,

I have just listed few function modules/bapi below which are related to TEM.

1.RH_READ_OBJECT - Read infotype 1002 data.

2. BAPI_BUS_EVENT_LIST - Retrieve detials of actual scheduled occurance of course. including detials such as location, location name, date, min capacity, optimum capacity, max capacity, available places, No. attendees booked, Num waiting etc. Also see table HRP1024 for some details such as max capacity, min capacity etc!

3.BAPI_BUS_EVENTTYPE_INFO - Retrieve business event type(BET) data (Global description of course). Such as

description, suitablility, tutors, other relationship details etc

4.BAPI_BUS_EVENT_INFO - Retrieve business event(BE) data (Actual occurance of course). Such as description,

suitablility, tutors, other relationship details etc. Data entered at this level should be

used instead of that found at BET level

5. RH_READ_EVENT_SCHEDULE - Retrieve schedule information of course instance such as date(s) and time(s).

Hope this helps.

Thanks,

harini