<?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>Question Re: Process Observer Discussion in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581945#M3419366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christoph,&lt;/P&gt;&lt;P&gt;For someone coming from an SAP Workflow environment, I am very familiar with the power of events - and raising BOR events is easy.&amp;nbsp;&amp;nbsp; So this looks like it will be a great project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question: In the Workflow World, we know that certain changes do not get reflected immediately, and so we sometimes have to 'refresh the org buffers' (swu_obuf).&amp;nbsp; This comes in very handy in Dev, where you are often clicking on this, saving, clicking on that, saving, etc.&amp;nbsp; Just resync the buffers and all your changes are enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are changes made to, say, a Process Definition immediately taken into consideration - or only acted upon the next time you run Process Monitor?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Sue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Jul 2013 18:28:18 GMT</pubDate>
    <dc:creator>keohanster</dc:creator>
    <dc:date>2013-07-31T18:28:18Z</dc:date>
    <item>
      <title>Process Observer Discussion</title>
      <link>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaq-p/9581944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This thread is dedicated to questions and discussions around the Process Observer component that is part of Business Suite.&lt;/P&gt;&lt;P&gt;Process Observer is used in different scenarios, including and prominently with Operational Process Intelligence.&lt;/P&gt;&lt;P&gt;For details on what Process observer is see &lt;A _jive_internal="true" href="https://answers.sap.com/docs/DOC-24983"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 13:57:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaq-p/9581944</guid>
      <dc:creator>JChristophNolte</dc:creator>
      <dc:date>2013-07-19T13:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Process Observer Discussion</title>
      <link>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581945#M3419366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christoph,&lt;/P&gt;&lt;P&gt;For someone coming from an SAP Workflow environment, I am very familiar with the power of events - and raising BOR events is easy.&amp;nbsp;&amp;nbsp; So this looks like it will be a great project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question: In the Workflow World, we know that certain changes do not get reflected immediately, and so we sometimes have to 'refresh the org buffers' (swu_obuf).&amp;nbsp; This comes in very handy in Dev, where you are often clicking on this, saving, clicking on that, saving, etc.&amp;nbsp; Just resync the buffers and all your changes are enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are changes made to, say, a Process Definition immediately taken into consideration - or only acted upon the next time you run Process Monitor?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Sue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 18:28:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581945#M3419366</guid>
      <dc:creator>keohanster</dc:creator>
      <dc:date>2013-07-31T18:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Process Observer Discussion</title>
      <link>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581946#M3419367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sue,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;thanks for your question. A SAP Business Workflow background surely provides a good starting point for working with Process Observer - we're using some Workflow technology, terminology and thinking. And while this is quite helpful, "deep Workflow knowledge" is certainly no pre-requisite for working on Process Observer.&lt;/P&gt;&lt;P&gt;To answer your question: Process Monitor is purely a tool for visualization and while some data is cached almost all changes of process definitions should be reflected immediately (with the exception of some texts). For good measure you can re-start the process monitor (POC_MONITOR); there are no additional buffers to be reset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is some buffering going on with the process definitions, though. When saving the process definition the active BOR events of all process definitions are determined and put into a separate database table that holds the list of "active" events, i.e. events that are relevant for Process Observer; table &lt;EM&gt;BOR Events Relevant for Process Monitoring &lt;/EM&gt;(&lt;STRONG&gt;POC_V_BOR_EVT&lt;/STRONG&gt;) can be viewed in IMG activity &lt;EM&gt;Check Process Monitoring Events for Bus. Object Repository&lt;/EM&gt;. If you change your facade layer content, an update of this table may be necessary - so go into the process definition, change something, save and change back to trigger an update of this buffer. This triggers report &lt;STRONG&gt;POCR_UPDATE_BOR_EVENT&lt;/STRONG&gt;, which actually carries out the update - and you could just run this report.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Finally, you should look into version handling when changing process definitions - significant changes to process definitions may cause unexpected results in your process logs. But I guess this should be discussed separately... I may need to think about a new blog post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Christoph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 13:12:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581946#M3419367</guid>
      <dc:creator>JChristophNolte</dc:creator>
      <dc:date>2013-08-01T13:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Process Observer Discussion</title>
      <link>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581947#M3419368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following questions about Process Observer :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I modelled a new proces , but when checking the process definition i get multiple errors :&lt;/P&gt;&lt;P&gt;No BOR event of class assigned to any tak&lt;/P&gt;&lt;P&gt;I m sure that i assign for every activity a task with bor :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/381947" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The second question : i m looking for step by step tutorial for pushing the Process Observer log to SAP ESP or/and HANA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 17:21:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581947#M3419368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-06T17:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Process Observer Discussion</title>
      <link>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581948#M3419369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Moo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for you interest in Process Observer. I hope I can help you a bit here.&lt;/P&gt;&lt;P&gt;With regards to your first question, you are right, you probably have assigned a task to every activity - if not there would be a different message, which you have probably seen before. "No BOR event of class assigned to any task" indicates a different situation, that is likely to be a problem (but doesn't have to be). The problem here is in view cluster POC_BOR, where you assign a BOR event to the task. The tasks are modeling artefacts that have to be mapped to something "real". This mapping should be against a BOR event (or something else). If no task assigned to an activity (in your case task 114-21) is assigned a BOR event, the activity will never be logged. Except if the task is raised against the direct API or the generic BOR event or something else that you would be aware of (you have to do that). So the message indicates that something must been set up for this to work; if so, you can disregard the message (it won't go away, may it would be a good idea to give the user the option to mark this as "not really a problem"). - I don't know which system you are doing this in, but in an ERP system 114-21 should be mapped against a BOR event, i.e. you should find something like&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/382394" width="450" /&gt;&lt;/P&gt;&lt;P&gt;in view cluster POC_BOR -&amp;gt; Map BOR Event to Task (provided you have the right SP, but this was delivered pretty early on). If not, let me know... it really should be there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your second question is certainly more difficult to answer. Let me try, though. Process Observer data is stored in simple tables, so replicating to HANA follows standard procedures, e.g. through SAP LT replication server (formerly often called "SLT") and general information can be found at &lt;A _jive_internal="true" href="https://answers.sap.com/community/replication-server"&gt;http://scn.sap.com/community/replication-server&lt;/A&gt;. For the list of relevant tables, see note 1852213. For ESP, it is probably easy to find a generic link, I have no specific experience with that; but I do not understand what you would want to do here, I would need to understand the use case better. The same is true for the information given with regards to SAP LT: The tables you need depend on your use case, the set given above is what you would "commonly" want (even if you don't use them in a HANA Live context). You will also want to repliate application tables (e.g. VBAP, if you want to play with sales order related processes). If you are using Process Observer with SAP HANA Live, you may want to look at the views provided in the Virtual Data Model. But the set of tables given in the note should provide a good starting point if you just want to play with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have further questions and/or want to discuss your specific use case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Christoph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 11:28:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581948#M3419369</guid>
      <dc:creator>JChristophNolte</dc:creator>
      <dc:date>2014-02-07T11:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Process Observer Discussion</title>
      <link>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581949#M3419370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #333333; font-size: 12px;"&gt; Christoph,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the info , very interesting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont have a use case right now i just try to play with process observer in combination with SAP hana/Opint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I searched for the note 1852213&amp;nbsp; i get the error &lt;/P&gt;&lt;P&gt;: Document not released. could you help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Feb 2014 09:35:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581949#M3419370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-09T09:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Process Observer Discussion</title>
      <link>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581950#M3419371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Moo,&lt;/P&gt;&lt;P&gt;right, note 1852213 is not released, I'm sorry about that. &lt;/P&gt;&lt;P&gt;Anyway, the required tables have been added as &lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;attachment "Tables_SAP_HBA_ECCFND701.txt" of note &lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;1849168 (as pointed out on the overview page). The list of tables mentioned there is:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;POC_C_KPI_COUNT &lt;/P&gt;&lt;P&gt;POC_C_KPI_CTG&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;POC_C_KPI_CTGD_T&lt;/P&gt;&lt;P&gt;POC_C_KPI_DURA&amp;nbsp; &lt;/P&gt;&lt;P&gt;POC_C_PRC_KPI&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;POC_C_PRC_KPI_T &lt;/P&gt;&lt;P&gt;POC_C_PRC_STAT_T&lt;/P&gt;&lt;P&gt;POC_C_PROCESS&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;POC_C_PROCESS_T &lt;/P&gt;&lt;P&gt;POC_C_PS_BND&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;POC_C_PS_T&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;POC_D_BA_LOG&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;POC_D_BA_SRCSYS &lt;/P&gt;&lt;P&gt;POC_D_KPI_ACT&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;POC_D_KPI_LOG&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;POC_D_PRC_BIND&amp;nbsp; &lt;/P&gt;&lt;P&gt;POC_D_PRC_IN&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;POC_D_PRC_STP_IN&lt;/P&gt;&lt;P&gt;POC_D_PRE_BA&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;POC_D_TRACK_THR &lt;/P&gt;&lt;P&gt;POC_I_BA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;POC_I_BA_T&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;POC_I_BA_TYPE_T &lt;/P&gt;&lt;P&gt;POC_I_BO_TYPE_T &lt;/P&gt;&lt;P&gt;POC_I_BUS_AREA_T&lt;/P&gt;&lt;P&gt;POC_I_CBE_T &lt;/P&gt;&lt;P&gt;The note is more likely to hold the correct and full list of tables since that may (or may not) change over time. For now the list is fine, if you look at this much later, you may want to check the note.&lt;/P&gt;&lt;P&gt;I'm interested to hear back from you what you did with Process Observer and HANA.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Christoph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 09:44:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581950#M3419371</guid>
      <dc:creator>JChristophNolte</dc:creator>
      <dc:date>2014-02-12T09:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Process Observer Discussion</title>
      <link>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581951#M3419372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Christoph,&lt;/P&gt;&lt;P&gt;I have enabled POB on our ECC instance and the simulation events work great. Only took me about 2 hours to run through the end-to-end installation so that was not a problem. Now that I have data in the POB tables showing up in the monitor I have a few questions for clarification:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Where does the correlation between 1 object and another related object take place?&lt;OL&gt;&lt;LI&gt;E.g. Sales order = 10001 - BOR object = BUS2032 and BOR Event = CREATED&lt;/LI&gt;&lt;LI&gt;Delivery = 80001 and relates to 10001 - BOR object = LIKP and BOR Event = CREATED&lt;/LI&gt;&lt;LI&gt;When POB receives LIKP for 80001 it does not receive any data telling you that it is related to BUS2032 10001&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;What standard functionality / content is delivered in order to tap in to the POB data to display analytics. All the demos / documents show nice graphics but the standard software delivered with ECC is the raw data with no nice functionality around it. What, in addition to POB, do I need to install in order to leverage the data stored in POB for the purposes of analytical processing?&lt;/LI&gt;&lt;LI&gt;Does POB store the BOR Event Parameter values anywhere for processing?&lt;OL&gt;&lt;LI&gt;E.g. In BUS2032 - I could create a new custom BOR event called DELIVERY_BLOCK_ON and I could pass the value A1 in parameter BLOCK. If the value A1 stored anywhere?&lt;/LI&gt;&lt;LI&gt;Ultimately we would also have a DELIVERY_BLOCK_OFF event with A1 as a parameter once again which should allow me to close off the duration between BLOCK_ON and BLOCK_OFF for that specific delivery block.&lt;/LI&gt;&lt;LI&gt;Is this type of functionality possible?&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 01:27:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581951#M3419372</guid>
      <dc:creator>kevin_wilson2</dc:creator>
      <dc:date>2014-05-28T01:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Process Observer Discussion</title>
      <link>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581952#M3419373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also Christoph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed in the one presentation that in POC_MONITOR you can click on a button to view the "Instance Diagram" for the process. My view does not have that button and I'm viewing the POC Simulation model 3 definition. Is this something that needs to be enabled with a user parameter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 05:10:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581952#M3419373</guid>
      <dc:creator>kevin_wilson2</dc:creator>
      <dc:date>2014-05-28T05:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Process Observer Discussion</title>
      <link>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581953#M3419374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;a lot of questions. But I see that you are asking the right questions... I will give some quick answers hoping to point you in the right direction.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="text-decoration: line-through;"&gt;That's our magic!&lt;/SPAN&gt; Well, we're relying on some functionality called Document Relationship Browser (DRB), which is originally implemented to help in the area of archiving. Some business objects, particularly in SD, "know" their neighbors. We have delivered a little tool, report POC_DRB_BOR_RELSHIP that will show you which neighbors Process Observer (POB) will recognize. DRB is limited, but it is very convenient (as you have seen). Note that DRB is not the fastest way to find these relationships... so if you find you have a performance issue, you may wish to reconsider implementing the appropriate BAdI.&lt;BR /&gt;Mind the format of your IDs when using our tool, there is no (alpha-)conversion in place. And some of the IDs coming out of DRB may be post-fixed with some additional "crap". POB will generally take care of that, though.&lt;/LI&gt;&lt;LI&gt;Right: POB does not deliver analytics in the ERP stack. For an extended discussion of analytical use cases and how to do it see&lt;A __default_attr="49350" __jive_macro_name="document" class="jive_macro_document jive_macro" data-orig-content="Overview of Enhancement Options for Process Observer for Built-In Processes" href="https://community.sap.com/"&gt;&lt;/A&gt;. The short version: You can't do analytics with only POB, you either need to build your own thing or use BW (using our delivered BW content, including extraction) or - as a prefered option - you want to use &lt;A __default_attr="35420" __jive_macro_name="document" class="jive_macro_document jive_macro" data-orig-content="SAP Operational Process Intelligence powered by SAP HANA" href="https://community.sap.com/"&gt;&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;No. The data is lost. Gone. For the obvious reason to save some space on your probably already hard-working database. You can, in theory, extend the POB tables and use some BAdI to store the data - this is an option that we we have considered (the additional parameters can be moved through all of process observer at runtime) and you should be able to get this to work, a full explanation of pretty much everything you can do on a detailed technical level can be found in our &lt;A _jive_internal="true" href="https://answers.sap.com/docs/DOC-31186"&gt;technical workshop&lt;/A&gt;.&lt;BR /&gt;But from your additional questions I can see that you probably want to do something else: If you want to see the (e.g. delivery) block in your process log, you should have two activities like set delivery block and remove delivery block. Your process definition should reflect your business requirement. Do not add this information "somewhere" since it will be difficult to access and use in further analytics. To get separate events, there are different approaches. You can do it in one of the BAdIs, of course, but for the sales order you have change documents. You can get change documents to create separate BOR events (see our technical workshop, hint: transaction SWEC) or you can use our more-or-less brand-new (a year old, so if you have a recent SP...) functionality to directly generate POB-events based on change documents (IMG: Process Observer -&amp;gt; General Settings -&amp;gt; Facade Layer Content -&amp;gt; Set Up Change Document); this latter function absolutely deserves a blog entry featuring it a bit more since we see this quite often.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of the above links can also be found from on our &lt;A _jive_internal="true" href="https://answers.sap.com/docs/DOC-24983"&gt;home page&lt;/A&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps a bit. You may want to come back asking for more detail, my answers can only be a starting point. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Christoph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 08:29:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581953#M3419374</guid>
      <dc:creator>JChristophNolte</dc:creator>
      <dc:date>2014-05-28T08:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Process Observer Discussion</title>
      <link>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581954#M3419375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards to the Instance Diagram: no, it is not a user parameter. It is a more recent support package, I'm afraid. If you don't see the button, it is not there. And I'm afraid we have no note for that, since it involves a lot of UI stuff (above and beyond the button) that would make it quite complex to apply this.&lt;/P&gt;&lt;P&gt;The button is there for process instances and for process definitions, so in POC_MONITOR and POC_VIEWER. We also have a side panel that can be used in Business Client with any object - so if you have a sales order that is in some process log, the log is shown next to the sales order (e.g. VA02, VA03). There are also side panels showing KPIs for the related process.&lt;/P&gt;&lt;P&gt;And while I cannot promise anything, we are thinking very hard about improving this visualization since we have had some feedback on this. There are currently limitations on visualizing federated processes and generally what data you are shown that I would like to overcome. When we release something, I will blog about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Christoph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 08:38:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581954#M3419375</guid>
      <dc:creator>JChristophNolte</dc:creator>
      <dc:date>2014-05-28T08:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Process Observer Discussion</title>
      <link>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581955#M3419376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Christoph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The report POC_DRB_BOR_RELSHIP is a little confusing. If I put in BUS2032 as the BO type I would expect to see relationships with Quatations and Deliveries as an example. Instead it comes out with Sales Order! Am I missing something here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 16:44:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581955#M3419376</guid>
      <dc:creator>kevin_wilson2</dc:creator>
      <dc:date>2014-05-28T16:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Process Observer Discussion</title>
      <link>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581956#M3419377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please enter BUS2032 as BO type and a BO ID that exists in your system incl. leading 0s, like 0000001000. In our test system the result then comes up with IDs for related BUS2031, LIKP and IDOC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bernd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 06:01:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581956#M3419377</guid>
      <dc:creator>bernd_schmitt</dc:creator>
      <dc:date>2014-05-30T06:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Process Observer Discussion</title>
      <link>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581957#M3419378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bernd, that did the trick. I see that it is pretty much like document flow. Where can I find documentation around just which object are related to each other.&lt;/P&gt;&lt;P&gt;I noticed that none were at the item level - e.g. VBAP as an object itself, is related to LIPS the delivery line. Does this imply that process observer cannot monitor an order to cash scenario at the item level? E.g.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;SO 123 item 10 relates to Delivery 234 item 10&lt;/LI&gt;&lt;LI&gt;SO 123 item 20 relates to Delivery 235 item 10 (Separate delivery for different line)&lt;/LI&gt;&lt;LI&gt;SO 123 item 20 relates to Delivery 236 item 10 (2 deliveries for same line - schedule line)&lt;/LI&gt;&lt;LI&gt;Each of the lines and each of the deliveries could have individually different statuses&lt;/LI&gt;&lt;LI&gt;Can POB monitor such complex scenarios? If so what would be the technique to adopt to achieve this visibility?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 20:55:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581957#M3419378</guid>
      <dc:creator>kevin_wilson2</dc:creator>
      <dc:date>2014-06-02T20:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Process Observer Discussion</title>
      <link>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581958#M3419379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seems we're taking turns on you... I'll try this time.&lt;/P&gt;&lt;P&gt;Process Observer can support these scenarios. In short, the challenge with these scenarios is instrumentation, i.e. you won't have the right events on item basis. And the aforementioned document relationship browser (DRB) won't work on item level (since you'll archive on object level rather than item level). To handle these scenarios, you first need to decide whether you want to monitor on item level or on header level; generally this will be governed by how the system is used - do you work on item or on header level? If you find that you are working on item level, you will model and monitor the item level events - but you have to rely on either change documents or put your own events in the code. Process Observer will then store not only object IDs, but also item IDs if you provide the information (also for the successor). You will find that the relevant tables and interfaces have an "item" field to support that (essentially the ID is not object ID, but object ID + item no.). A third level is (out of the box) not supported (e.g. schedule lines), though.&lt;/P&gt;&lt;P&gt;A more extended explanation and example can be found in the blog entry &lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;A _jive_internal="true" data-containerid="8979" data-containertype="37" data-objectid="88384" data-objecttype="38" href="https://answers.sap.com/community/bpm/blog/2013/07/08/instrumentation-for-procure-to-pay-process-on-item-level-in-process-observer"&gt;Instrumentation for Procure-to-pay process on item level in Process Observer&lt;/A&gt;&lt;/SPAN&gt;, which is about procurement, but it works in a very similar manner for the order-to-cash process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Christoph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 13:42:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581958#M3419379</guid>
      <dc:creator>JChristophNolte</dc:creator>
      <dc:date>2014-06-03T13:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Process Observer Discussion</title>
      <link>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581959#M3419380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Hi Christoph,&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;I have a problem with Process Observer. It does not recognize the relationship between a sales order and a related delivery although the relationship between these objects is present in the report POC_DRB_BOR_RELSHIP. I can see the delivery in POC_TASK_ORPHAN. There are no problems mentioned in POC_MODEL_CHECK. Have you got an idea where could be the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;SAP ECC 6.0 EHP5 &lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;SAP_BS_FND 7.02&amp;nbsp; SP09&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Thanks,&lt;BR /&gt;Jens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 15:53:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581959#M3419380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-06T15:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Process Observer Discussion</title>
      <link>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581960#M3419381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this should really, really work: It's pretty much the most used demo case... so this does work. If we are talking about the SD sales order in ERP (VA01 etc.) and the related oubound delivery (BOR object LIKP, transaction VL01N)...&lt;/P&gt;&lt;P&gt;Since you can see the task in the orphan report, the event was raised and mapped to the correct task. And it links okay to the sales order if POC_DRB_BOR_RELSHIP shows it.&lt;/P&gt;&lt;P&gt;Potential problems I can think of:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You are somehow creating sales order and delivery at the same point in time, so when the data is processed it's not really on the database... (so you are not manually using VA01 &amp;amp; VL01N to create the data) - generally that should work anyway, but that could cause issues... maybe.&lt;/LI&gt;&lt;LI&gt;Check the outbound delivery activity and its associated task - are you sure you're seeing the task you have in the definition as an orphan? Or are you using a "similar" task?&lt;/LI&gt;&lt;LI&gt;Do you have some BAdI active? You can overrule the default predecessor determination using DRB... maybe you have done so (but obviously not very well - maybe you have done something for other objects and that's kicking in now with the delivery doing strange stuff).&lt;/LI&gt;&lt;LI&gt;Something else I can't think of... and I'd need more information.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;It's probably a good idea to raise an OSS, we're happy to help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Christoph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 13:16:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581960#M3419381</guid>
      <dc:creator>JChristophNolte</dc:creator>
      <dc:date>2014-08-07T13:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Process Observer Discussion</title>
      <link>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581961#M3419382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christoph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even if a create the delivery hours or days later, it doesn`t work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I am sure; if I change the process definition and mark the delivery as a start activity, Process Observer creates a new process instance after using transaction VL01N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no idea about BAdl; never used it before. No one except me uses Process Observer on the System I am working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to use „Map Previous BOR Objects from BOR Payload“ to overrule DRB in this case? &lt;/P&gt;&lt;P&gt;If is it possible, may you tell me how to fill this view? There are no sample entries in my system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/516751" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Jens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 18:30:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581961#M3419382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-08T18:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Process Observer Discussion</title>
      <link>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581962#M3419383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jens,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;something is wrong is going on. This really should work. - The idea to mark the outbound delivery as a start object is quite good, but it really supports my statement that it should really work.&lt;/P&gt;&lt;P&gt;The view to map previous BOR object from the BOR payload (it's POC_V_MAPPREVBOR.) won't help here, I think. You can find more on that in the Process Observer In-Depth Workshop on page 57. In this case - besides the fact that DRB should really work - the event LIKP-CREATED (thrown when the outbound delivery is created in transaction VL01N) has nothing (helpful) in its BOR container. When you look at the parameters of event "OutboundDelivery.created" in the Business Object Builder (SWO1) for object LIKP, you see: nothing. This event has nothing in the its payload, so there is nothing to map (well, maybe there is something in the container - the information here is not always complete - but it is not helpful in this case).&lt;/P&gt;&lt;P&gt;Going back to what really should work: DRB. You have stated that POC_DRB_BOR_RELSHIP does show the sales order. Please really check that!&lt;/P&gt;&lt;P&gt;One more thing that you should check is table POC_D_PRE_BA. In POC_MONITOR check the process ID (you need to add that to the list of visible columns in the ALV on the search page of POC_MONITOR) of the process that has the outbound delivery created when you made the creation of the outbound delivery a start activity. In SE16 for table POC_D_PRE_BA check if for that process_id you there is an entry. The entry of the predecessor should be there, even if the predecessor does not exist on the database (this is used for local federation). - Alternatively you can use the task ID of the outbound delivery task using POC_DISPLAY_BA. I am not sure what to expect, but it would be helpful to know if there is an entry.&lt;/P&gt;&lt;P&gt;Other than that... I'm pretty lost. My next step would be to put a break-point in CL_POC_BOR_EVENT=&amp;gt;GET_PREVIOUS_BOS_DRB where CALL FUNCTION 'DRB_NEIGHBOURS_GET' is called and see if lt_previous_bor_objects is filled as expected. I suspect that this method is never called because of something strange (BAdI-implementation) is going on.&lt;/P&gt;&lt;P&gt;If this is all fine, I would check in BOR_EVENT_HANDLER at the end, right when CALL METHOD lo_poc_ba_observer-&amp;gt;raise_event is executed and inspect lt_ba-PRE_BO_DATA if that is filled as expected.&lt;/P&gt;&lt;P&gt;If this is all well, then things get a bit more complicated.&lt;/P&gt;&lt;P&gt;To execute the break-points, you will need to un-schedule the report in SM37 (POCR_MAIN_QUEUE) and execute rswfevtpoqueue in dialog. This should be done only in a test enviroment, since it may lead to issues with direct events that should be processed in proper order - events may thus be ignored or added to the log in the wrong order.&lt;/P&gt;&lt;P&gt;I think we're at a point where you should raise an OSS - or at least talk more directly since finding this issue may become a tedious and lengthy issue if we have talk solve the problem by you checking the data etc.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best regards,&lt;/P&gt;&lt;P&gt;Christoph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 09:02:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581962#M3419383</guid>
      <dc:creator>JChristophNolte</dc:creator>
      <dc:date>2014-08-11T09:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Process Observer Discussion</title>
      <link>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581963#M3419384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there a known issue with the version of the process definition?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the proof of concept phase in the project the process observer was already configured for one small straight forward process. Now I created the complete setup and implemented the final process definition in a new version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 'Current Version' of the Process Definition Header is set to '2'. The Active flag is set for version '2'. For version '1' the flag is removed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I now execute the process nothing is recorded. Starting transaction 'POC_MONITOR' for the relvant process definition I receive the message "No data found for the entered criteria".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction POC_TASK finally shows that a process was started but for the task which belongs to version '1' and not for the current version '2'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any further settings to be considered?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 13:12:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/process-observer-discussion/qaa-p/9581963#M3419384</guid>
      <dc:creator>markus_greutter</dc:creator>
      <dc:date>2014-08-13T13:12:24Z</dc:date>
    </item>
  </channel>
</rss>

