<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic LSO : searching some function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/lso-searching-some-function-module/m-p/6278098#M1387763</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to find some FM or BAPI or class for this needs :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- for a business event, the FM return all participants&lt;/P&gt;&lt;P&gt;- for a personnel number the FM return all training need attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Oct 2009 10:41:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-26T10:41:04Z</dc:date>
    <item>
      <title>LSO : searching some function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lso-searching-some-function-module/m-p/6278098#M1387763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to find some FM or BAPI or class for this needs :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- for a business event, the FM return all participants&lt;/P&gt;&lt;P&gt;- for a personnel number the FM return all training need attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 10:41:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lso-searching-some-function-module/m-p/6278098#M1387763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T10:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: LSO : searching some function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lso-searching-some-function-module/m-p/6278099#M1387764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RH_GET_PARTICIPANTS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Harini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 10:56:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lso-searching-some-function-module/m-p/6278099#M1387764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T10:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: LSO : searching some function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lso-searching-some-function-module/m-p/6278100#M1387765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just listed few function modules/bapi below which are related to TEM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.RH_READ_OBJECT - Read infotype 1002 data.&lt;/P&gt;&lt;P&gt;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!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.BAPI_BUS_EVENTTYPE_INFO - Retrieve business event type(BET) data (Global description of course). Such as&lt;/P&gt;&lt;P&gt;description, suitablility, tutors, other relationship details etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.BAPI_BUS_EVENT_INFO - Retrieve business event(BE) data (Actual occurance of course). Such as description,&lt;/P&gt;&lt;P&gt;suitablility, tutors, other relationship details etc. Data entered at this level should be&lt;/P&gt;&lt;P&gt;used instead of that found at BET level  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. RH_READ_EVENT_SCHEDULE - Retrieve schedule information of course instance such as date(s) and time(s). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;harini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 11:01:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lso-searching-some-function-module/m-p/6278100#M1387765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T11:01:54Z</dc:date>
    </item>
  </channel>
</rss>

