<?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: WORKFLOW_LOCAL_CCC Configuration in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/workflow-local-ccc-configuration/qaa-p/6251897#M2293079</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We had to implement a custom workflow that will advance the approver as the posting user.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Nov 2009 00:04:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-18T00:04:38Z</dc:date>
    <item>
      <title>WORKFLOW_LOCAL_CCC Configuration</title>
      <link>https://community.sap.com/t5/technology-q-a/workflow-local-ccc-configuration/qaq-p/6251892</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;We have a somewhat strange requirement here. There are existing workflow processes for AP that use the WF-BATCH user id to perform background steps. However, in our new journal entry approval workflow (document parking, FIPP), after the approver releases the work item (does an amount release on the FI document), the document is posted in the background. The requirement here is that the approver's name or the creator's name should be used to post the document instead of WF-BATCH. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have found that if the RFC destination is configured with the "current user" checkbox turned on, the document will be posted with the approver's name instead of WF-BATCH. However, the RFC destination WORKFLOW_LOCAL_CCC (CCC=client) appears to be common across the workflow system. Is there any way to configure the system to use one RFC destination with "current user" turned OFF for the rest of the workflows, but use a different RFC destination with the "current user" turned ON for our journal entry workflow? Any input would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2009 22:06:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/workflow-local-ccc-configuration/qaq-p/6251892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-19T22:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: WORKFLOW_LOCAL_CCC Configuration</title>
      <link>https://community.sap.com/t5/technology-q-a/workflow-local-ccc-configuration/qaa-p/6251893#M2293075</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 wouldn't mess with RFC destinations if I were you. I would simply regards this as a new functional issue and search for the best approach to solve this.&lt;/P&gt;&lt;P&gt;I've encountered the same sort of requirement many times, but had to resort to various solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The simplest would be if there is an option for providing the changed by user in the functionality to park the document.&lt;/P&gt;&lt;P&gt;Another way is to check if the document can be altered after it was parked and provide the correct user.&lt;/P&gt;&lt;P&gt;If the previous step was a dialog step, you can change the next step to foreground and enable advance with dialog for these steps, this way the process will get carried out in the background, but it will use the previous user.&lt;/P&gt;&lt;P&gt;And lastly, but which is not recommended is to create a custom report to park the document and in your method you're going to schedule that report in background with the correct user as the one who executes is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe there are more options, but since I haven't worked with FIPP before I can only give global advice, not specific.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Rob Dielemans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2009 14:34:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/workflow-local-ccc-configuration/qaa-p/6251893#M2293075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-20T14:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: WORKFLOW_LOCAL_CCC Configuration</title>
      <link>https://community.sap.com/t5/technology-q-a/workflow-local-ccc-configuration/qaa-p/6251894#M2293076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there anyway to configure different RFC destinations for different workflow streams, by object type or some other criteria? I don't want to affect the whole client.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2009 15:47:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/workflow-local-ccc-configuration/qaa-p/6251894#M2293076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-20T15:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: WORKFLOW_LOCAL_CCC Configuration</title>
      <link>https://community.sap.com/t5/technology-q-a/workflow-local-ccc-configuration/qaa-p/6251895#M2293077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be hard to do that and configure your workflow to use specific RFC destination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest you to write abap code in your task when workflow is creating a document.&lt;/P&gt;&lt;P&gt;If you use bapi to create the documents, some bapi allow you to put username as an importing parameter or field in importing structure.&lt;/P&gt;&lt;P&gt;If you are using BDC or other methods, try setting sy-uname = workflow initiator or any user name and run bdc. then change the user back to WF-BATCH once the transaction is done. In some transaction, it works. In some transaction it won't. So Good luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chaiphon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2009 19:10:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/workflow-local-ccc-configuration/qaa-p/6251895#M2293077</guid>
      <dc:creator>chaiphon</dc:creator>
      <dc:date>2009-10-20T19:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: WORKFLOW_LOCAL_CCC Configuration</title>
      <link>https://community.sap.com/t5/technology-q-a/workflow-local-ccc-configuration/qaa-p/6251896#M2293078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think For a Particular task you can set, try using &lt;STRONG&gt;SWDC&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this may work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Narin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 10:10:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/workflow-local-ccc-configuration/qaa-p/6251896#M2293078</guid>
      <dc:creator>narin_nandivada3</dc:creator>
      <dc:date>2009-10-21T10:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: WORKFLOW_LOCAL_CCC Configuration</title>
      <link>https://community.sap.com/t5/technology-q-a/workflow-local-ccc-configuration/qaa-p/6251897#M2293079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We had to implement a custom workflow that will advance the approver as the posting user.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 00:04:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/workflow-local-ccc-configuration/qaa-p/6251897#M2293079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-18T00:04:38Z</dc:date>
    </item>
  </channel>
</rss>

