Fonction SAP BAPI_SLS_BOOK_GET_PARTICIPANT - Selection module for participants of an event

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
ALPHA_SORT SLS_BPART-SORT C 1 ' ' X Sortieren der Rückgabetabelle (Teiln.Text)
BEGDA SLS_BPART-BEGDA D 8 '19000101' X Beginndatum
CHECK_1031 SLS_BPART-CHECK_1031 C 1 ' ' X gegen Raumbelegung prüfen
ENDDA SLS_BPART-ENDDA D 8 '99991231' X Endedatum
FLAGP SLS_BPART-FLAGP C 1 ' ' X Preis + Kostenstelle lesen
LSISTAT SLS_BPART-ISTAT C 1 ' ' X Status
MAXMU SLS_BPART-MAXMU C 1 'X' X Mußbuchen lesen (Priorität)
MINWL SLS_BPART-MINWL C 1 'X' X Wartelistebuchungen lesen (Priorität)
NPRIO SLS_BPART-NPRIO C 1 'X' X Normalbuchungen lesen (Priorität)
ORGA_OTYPE SLS_BPART-ORGA_OTYPE C 2 X Version number components
ORGA_REALO SLS_BPART-ORGA_REALO C 45 X Char45
ORTID SLS_BPART-ORTID N 8 X Eight-digit numeric value
PARTEVENT SLS_BPART-PARTEVENT C 1 ' ' X Mit Teilveranstaltungen
SORT SLS_BPART-SORT C 1 'X' X Sortieren der Rückgabetabelle (Prio)

Paramètre Reférence Long. Facultatif Description
EVENT_TAB HROBJECT 12 Veranstaltungstabelle (import)
PARTIC_TAB SLS_HRPART 905 Teilnehmertabelle (export)

Exception Description
NO_EVENT_FOUND
NO_PARTICIPANT
WRONG_CONDITION unzulässige Kombination von Prioritäten

Functionality
This FM returns the Participant Certification booking data.
Participants booking data according to the Event ID and Location ID andEvent Start and End Date are downloaded from the HR System.( ForExample: Details as to which Event, Location, Test Type, Cost Center etca participant is assigned are downloaded from the HR System ).

Description
This FM connects to the HR TEM system and returns all theparticipants data who have attended the event accepting the EVENT_TAB(consiting of the Plan Version, Object Type and Object ID) as InputParameters.
It returns the following data:
,,Event Id, Event Type, Object Id, Object Type, Test Type, EventDescription, Event Start Date, Event End Date, Event Location,Participant Name, Participant Id, Participant Type, ParticipantAbbreviation, Participant FullName, Participant FirstName, ParticipantLastName, Organization, Organization Type, Organization Number,Organization Assignment, Cost Center Description, Cost Center Name,Value ,URL, language, enhancement, release, country etc.
Note: This is a RFC FM and also HR related Function Module.