<?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: Customization in Approval Process in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/customization-in-approval-process/qaa-p/1173750#M489263</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 would not use a repository service for this, as I am not sure if an "approved" event is possible.  You might have to register for all events and write code to check the workflow status property.  Furthermore, I believe that repository services are only effective if your documents are created via KM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how I would do it:&lt;/P&gt;&lt;P&gt;- Documents are indexed via TREX&lt;/P&gt;&lt;P&gt;- Create a scheduled task application to run once a day (after hours to reduce potential performance issues)&lt;/P&gt;&lt;P&gt;- Using TREX, search for documents that have been approved for that day&lt;/P&gt;&lt;P&gt;- get the supplier number from documents&lt;/P&gt;&lt;P&gt;- run bapi for document&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Feb 2006 07:44:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-10T07:44:28Z</dc:date>
    <item>
      <title>Customization in Approval Process</title>
      <link>https://community.sap.com/t5/technology-q-a/customization-in-approval-process/qaq-p/1173745</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 have a requirement in KM Workflow - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have defined steps for an approval of a document in KM. Now when a user finally approves a document and the status of the document becomes released,&lt;/P&gt;&lt;P&gt;1. I want to at runtime read that approved document.&lt;/P&gt;&lt;P&gt;2. Pick up a supplier number from that document.&lt;/P&gt;&lt;P&gt;3. Execute a BAPI in R/3 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please let me know, if this is doable and help me to move forward in the right direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we can achieve this, can you please let me know the approach which I need to take to meet my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2006 15:44:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/customization-in-approval-process/qaq-p/1173745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-09T15:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Customization in Approval Process</title>
      <link>https://community.sap.com/t5/technology-q-a/customization-in-approval-process/qaa-p/1173746#M489259</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;How about this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This supplier number can be entered as a custom property of this file ?&lt;/P&gt;&lt;P&gt;if you answer is yes, you can develop a program (command) and fire it from context menu of this file.&lt;/P&gt;&lt;P&gt;This command you can develop using SAP Developer Studio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patricio.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2006 15:51:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/customization-in-approval-process/qaa-p/1173746#M489259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-09T15:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Customization in Approval Process</title>
      <link>https://community.sap.com/t5/technology-q-a/customization-in-approval-process/qaa-p/1173747#M489260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Partico,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the instant response.&lt;/P&gt;&lt;P&gt;Let me explain in more detail - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a few documents displayed in KM , thses documents are gerenated from R/3 and are related to a supplier number.&lt;/P&gt;&lt;P&gt;Now whenever these documents get generated from R/3 into a PDF format, the "custom program" in KM should be able to read the document , pick up the supplier number and assign read permission for that document to that particular supplier.Evenyually a notification email should be sent to the supplier.&lt;/P&gt;&lt;P&gt;There has to be no manual intervation, the whole process of creating a document form R/3, to assigning permissions to the appropriate supplier, to sending notifications to the supplier should be automatic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;This supplier number can be entered as a custom property of this file ?&lt;/P&gt;&lt;P&gt;I dont think I'll be able to do this, with the kind of requiremet I have, though I dont have much exp in commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know your thoughts on the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2006 15:59:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/customization-in-approval-process/qaa-p/1173747#M489260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-09T15:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Customization in Approval Process</title>
      <link>https://community.sap.com/t5/technology-q-a/customization-in-approval-process/qaa-p/1173748#M489261</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;Ok I understood, so if this documents are created in R/3, you need to use DMS connector in order to see from KM Portal.&lt;/P&gt;&lt;P&gt;In your km repository (you can see it if you install dms), you could subscribe your suppliers to this folder. Each time a new document is created automatically an email will be sended to them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patricio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a few documents displayed in KM , thses documents are gerenated from R/3 and are related to a supplier number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now whenever these documents get generated from R/3 into a PDF format, the "custom program" in KM should be able to read the document , pick up the supplier number and assign read permission for that document to that particular supplier.Evenyually a notification email should be sent to the supplier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There has to be no manual intervation, the whole process of creating a document form R/3, to assigning permissions to the appropriate supplier, to sending notifications to the supplier should be automatic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2006 16:05:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/customization-in-approval-process/qaa-p/1173748#M489261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-09T16:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Customization in Approval Process</title>
      <link>https://community.sap.com/t5/technology-q-a/customization-in-approval-process/qaa-p/1173749#M489262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Partico,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well we are not using DMS. We generate file documents which will be dumped in a file server. KM will pick up from the file server using CM repository.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is - &lt;/P&gt;&lt;P&gt;Can I read into the documents and then dynamacilly assign permissions, based on the the supplier number present in the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2006 16:14:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/customization-in-approval-process/qaa-p/1173749#M489262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-09T16:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Customization in Approval Process</title>
      <link>https://community.sap.com/t5/technology-q-a/customization-in-approval-process/qaa-p/1173750#M489263</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 would not use a repository service for this, as I am not sure if an "approved" event is possible.  You might have to register for all events and write code to check the workflow status property.  Furthermore, I believe that repository services are only effective if your documents are created via KM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how I would do it:&lt;/P&gt;&lt;P&gt;- Documents are indexed via TREX&lt;/P&gt;&lt;P&gt;- Create a scheduled task application to run once a day (after hours to reduce potential performance issues)&lt;/P&gt;&lt;P&gt;- Using TREX, search for documents that have been approved for that day&lt;/P&gt;&lt;P&gt;- get the supplier number from documents&lt;/P&gt;&lt;P&gt;- run bapi for document&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2006 07:44:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/customization-in-approval-process/qaa-p/1173750#M489263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-10T07:44:28Z</dc:date>
    </item>
  </channel>
</rss>

