<?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 Re: Explain CALL FUNCTION 'BP_EVENT_RAISE' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/explain-call-function-bp-event-raise/m-p/1260196#M147379</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;First you will have to process the transaction, in your case CO11n and then check in SWEL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shashank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Apr 2006 07:28:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-07T07:28:59Z</dc:date>
    <item>
      <title>Explain CALL FUNCTION 'BP_EVENT_RAISE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explain-call-function-bp-event-raise/m-p/1260191#M147374</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;In transaction CO11n User Exit Name - CONFPP05 the following code is added;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BP_EVENT_RAISE'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    eventid                = 'ZMATBARPRNCO11'&lt;/P&gt;&lt;P&gt;  EXCEPTIONS&lt;/P&gt;&lt;P&gt;    bad_eventid            = 1&lt;/P&gt;&lt;P&gt;    eventid_does_not_exist = 2&lt;/P&gt;&lt;P&gt;    eventid_missing        = 3&lt;/P&gt;&lt;P&gt;    raise_failed           = 4&lt;/P&gt;&lt;P&gt;    OTHERS                 = 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone explain me the FM 'BP_EVENT_RAISE' and the Event ID 'ZMATBARPRNCO11'. How could I find 'ZMATBARPRNCO11' event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kishan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 06:36:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explain-call-function-bp-event-raise/m-p/1260191#M147374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T06:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Explain CALL FUNCTION 'BP_EVENT_RAISE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explain-call-function-bp-event-raise/m-p/1260192#M147375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check &amp;lt;b&amp;gt;BOR&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Or u can check using function module&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;GET_JOB_RUNTIME_INFO&amp;lt;/b&amp;gt; Job, Step, Event etc. &lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 06:44:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explain-call-function-bp-event-raise/m-p/1260192#M147375</guid>
      <dc:creator>vinod_gunaware2</dc:creator>
      <dc:date>2006-04-07T06:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Explain CALL FUNCTION 'BP_EVENT_RAISE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explain-call-function-bp-event-raise/m-p/1260193#M147376</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;FM 'BP_EVENT_RAISE' is used to trigger Background Event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trigger an event in the background processing system.  This function module is for use in programs written in ABAP/4.  Triggering an event tells the background processing system to start any background jobs that were scheduled to wait for the event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can trigger an event with or without an event argument, a string that more precisely identifies an event.  Jobs can be scheduled to wait for an event for the combination of event and a particular event argument.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EVENTID is just an identifier to locate the event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find this event in transaction SWEL/SWE2 transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shashank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 06:50:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explain-call-function-bp-event-raise/m-p/1260193#M147376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T06:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Explain CALL FUNCTION 'BP_EVENT_RAISE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explain-call-function-bp-event-raise/m-p/1260194#M147377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shashank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I couldn't find event "ZMATBARPRNCO11" in Transaction SWEL/SWE2. Where could it be?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kishan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 07:22:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explain-call-function-bp-event-raise/m-p/1260194#M147377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T07:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Explain CALL FUNCTION 'BP_EVENT_RAISE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explain-call-function-bp-event-raise/m-p/1260195#M147378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishan!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe the event isn't defined in the system (no automatic transports), check with transaction SM62.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 07:28:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explain-call-function-bp-event-raise/m-p/1260195#M147378</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2006-04-07T07:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Explain CALL FUNCTION 'BP_EVENT_RAISE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explain-call-function-bp-event-raise/m-p/1260196#M147379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;First you will have to process the transaction, in your case CO11n and then check in SWEL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shashank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 07:28:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explain-call-function-bp-event-raise/m-p/1260196#M147379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T07:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Explain CALL FUNCTION 'BP_EVENT_RAISE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explain-call-function-bp-event-raise/m-p/1260197#M147380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian Wohlfahrt, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SM62 I could see the Event "ZMATBARPRNCO11". Now I need to track what this Event Calls, Is it a ABAP Program or Job. How could I know this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kishn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 07:46:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explain-call-function-bp-event-raise/m-p/1260197#M147380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T07:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Explain CALL FUNCTION 'BP_EVENT_RAISE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explain-call-function-bp-event-raise/m-p/1260198#M147381</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;In SM62 I could see the Event "ZMATBARPRNCO11". Now I need to track what this Event Calls, Is it a ABAP Program or Job. How could I know this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kishan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 08:44:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explain-call-function-bp-event-raise/m-p/1260198#M147381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T08:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Explain CALL FUNCTION 'BP_EVENT_RAISE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explain-call-function-bp-event-raise/m-p/1260199#M147382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishan!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This event triggers a job - in this job you have a ABAP program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check, if there is a job planned - that's the place where the link is defined.&lt;/P&gt;&lt;P&gt;Go to SM37, job name and user &lt;STRONG&gt;, flag also sched. = X, in frame job start condition, select your event (Z&lt;/STRONG&gt; events are at the end). If you can't find anything, put also a * into abap program name and maybe try a wider date range.&lt;/P&gt;&lt;P&gt;Still possible, that in an other test client a job was planned, just search every reachable client...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 09:41:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explain-call-function-bp-event-raise/m-p/1260199#M147382</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2006-04-07T09:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Explain CALL FUNCTION 'BP_EVENT_RAISE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explain-call-function-bp-event-raise/m-p/1260200#M147383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishan,&lt;/P&gt;&lt;P&gt;   I am going to use the same exit but my code ia still not working correct. I have to make modification in co11n such that in the case of 'Co-products' system will propose auto gr. For that i am using exit 'CONFPP05'. But i am unbale to get any useful idea, how to use this. My code still not working.&lt;/P&gt;&lt;P&gt;        Please suggest me through your valuable information. If possible just provide me your code &lt;/P&gt;&lt;P&gt;snnipet at my id : pravin.mishra@sify.com.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with thanks,&lt;/P&gt;&lt;P&gt;Pravin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 06:05:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explain-call-function-bp-event-raise/m-p/1260200#M147383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-11T06:05:38Z</dc:date>
    </item>
  </channel>
</rss>

