<?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: database table for Workflow Container values in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677777#M3081024</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi RIck,&lt;/P&gt;&lt;P&gt;i do not have the workflow id number with me&lt;/P&gt;&lt;P&gt;i have invoice number for which i need to find the workflows&lt;/P&gt;&lt;P&gt;busines object has not been used in the wf design so i cant use WAPI funciton modules to get wf instance number from the invoice document number&lt;/P&gt;&lt;P&gt;pl advice.&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Mar 2012 03:45:55 GMT</pubDate>
    <dc:creator>bhakti2</dc:creator>
    <dc:date>2012-03-01T03:45:55Z</dc:date>
    <item>
      <title>database table for Workflow Container values</title>
      <link>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaq-p/8677773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;I am on SAP ECC 6.0&lt;/P&gt;&lt;P&gt;I am trying to find workflow id number starting from document number&lt;/P&gt;&lt;P&gt;I try to find database table which has containe values of the workflow instances so that I can get workflow/workitem instance numbers for the document&lt;/P&gt;&lt;P&gt;this is custom workflow and it is not based on business object type. so checking container values is the onlyway I can get the workflows&lt;/P&gt;&lt;P&gt;but I am not able to find any table for it&lt;/P&gt;&lt;P&gt;I have checked following&lt;/P&gt;&lt;P&gt;SWW_CONT&lt;/P&gt;&lt;P&gt;SWW_CONTOB&lt;/P&gt;&lt;P&gt;SWWVCONTWI&lt;/P&gt;&lt;P&gt;SWXML_CONT&lt;/P&gt;&lt;P&gt;SWJ_CONT&lt;/P&gt;&lt;P&gt;SWJPCONT&lt;/P&gt;&lt;P&gt;SWJSCONT&lt;/P&gt;&lt;P&gt;SWPCMPCONT&lt;/P&gt;&lt;P&gt;SWU_CONT1&lt;/P&gt;&lt;P&gt;SWUOCONT1&lt;/P&gt;&lt;P&gt;almost all the SW&lt;STRONG&gt;CONT&lt;/STRONG&gt; tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Morever I put St05 trace to see all the tables in database operations while triggering the workflow&lt;/P&gt;&lt;P&gt;but the only tables seen here are &lt;/P&gt;&lt;P&gt;SWWHRINDEX&lt;/P&gt;&lt;P&gt;SWD_CONT   &lt;/P&gt;&lt;P&gt;SWWWIHEAD &lt;/P&gt;&lt;P&gt;SWWCNTP0   &lt;/P&gt;&lt;P&gt;SWWLOGHIST&lt;/P&gt;&lt;P&gt;SWWWIRET   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SWWCNTP0  is Workflow Container: XML Database (P0)&lt;/P&gt;&lt;P&gt;but it is XML structure data. so its of new use to query container fields.&lt;/P&gt;&lt;P&gt;is this reason because of any workflow design or system config ?&lt;/P&gt;&lt;P&gt;how to read container values from database tables in such case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;bhakti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 06:40:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaq-p/8677773</guid>
      <dc:creator>bhakti2</dc:creator>
      <dc:date>2012-02-28T06:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: database table for Workflow Container values</title>
      <link>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677774#M3081021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They are most likely in SWWCNTP0 but they are only readable using function modules, e.g. SAP_WAPI_READ_CONTAINER.&lt;/P&gt;&lt;P&gt;I know, it is annoying. Much easier when they were stored in SWW_CONT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the document number is used in the workitem texts (e.g APPROVE: Doc no. xxxxx) then you may be able to get them from SWWWIHEAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Rick Bakker&lt;/P&gt;&lt;P&gt;hanabi technology&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 07:09:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677774#M3081021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-28T07:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: database table for Workflow Container values</title>
      <link>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677775#M3081022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you for the reponse&lt;/P&gt;&lt;P&gt;solved problemby making entry in z-table at different points in workflow&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 08:37:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677775#M3081022</guid>
      <dc:creator>bhakti2</dc:creator>
      <dc:date>2012-02-28T08:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: database table for Workflow Container values</title>
      <link>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677776#M3081023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Making a Z table is not a good idea when the data is already stored in the workflow log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Rick Bakker&lt;/P&gt;&lt;P&gt;hanabi technology&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 22:08:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677776#M3081023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-29T22:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: database table for Workflow Container values</title>
      <link>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677777#M3081024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi RIck,&lt;/P&gt;&lt;P&gt;i do not have the workflow id number with me&lt;/P&gt;&lt;P&gt;i have invoice number for which i need to find the workflows&lt;/P&gt;&lt;P&gt;busines object has not been used in the wf design so i cant use WAPI funciton modules to get wf instance number from the invoice document number&lt;/P&gt;&lt;P&gt;pl advice.&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 03:45:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677777#M3081024</guid>
      <dc:creator>bhakti2</dc:creator>
      <dc:date>2012-03-01T03:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: database table for Workflow Container values</title>
      <link>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677778#M3081025</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 actually say that using a Z-table is not that bad idea in this case. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "mistakes" have already been in the initial workflow design/build phase by not using business object/ABAP class and/or some other better design (saving the data into Z-table at the first place instead of storing it purely in container, etc). Clear separation between the business logic, workflow and data storage is always a good idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 05:43:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677778#M3081025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-01T05:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: database table for Workflow Container values</title>
      <link>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677779#M3081026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can still change the workflow then I would add a BOR (or class) which does include the document number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, you could retrieve every instance of that workflow (search on WS..... number) and check the container of each one (using SAP_WAPI*) till you find the document number. Of course, that may be a problem if there is a huge number of them. You could check them in reverse chronological order if recent ones are more likely to be sought, it all depends what this is for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're right, making a Z table could be the best thing to do here. But only as a last resort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Rick Bakker&lt;/P&gt;&lt;P&gt;hanabi technology&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 05:45:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677779#M3081026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-01T05:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: database table for Workflow Container values</title>
      <link>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677780#M3081027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Karri and Rick,&lt;/P&gt;&lt;P&gt;- ABAP objects have been used in existing workflow&lt;/P&gt;&lt;P&gt;- also Z tables have been used at various points in the workflow template itself (workflow start, approval , rejection). I am using the same ztables, i havent created now myself.  is it the same thing what Karri is talking (saving the data into Z-table at the first place instead of storing it purely in container, etc)&lt;/P&gt;&lt;P&gt;- business object has not been used in the workflow design&lt;/P&gt;&lt;P&gt;- its not possible to introduce business object in the workflow now&lt;/P&gt;&lt;P&gt;- it is not possible to get all the workflows and check one by one. they cudnt be recent invoices, report can be used by anyone, invoice number is on the selection screen.&lt;/P&gt;&lt;P&gt;as a conclusion , it should be followed as a practice to use business object in the workflow design and make use of the attributes and events of the business object for triggering the workflow and other things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you fr yr help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 05:50:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677780#M3081027</guid>
      <dc:creator>bhakti2</dc:creator>
      <dc:date>2012-03-01T05:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: database table for Workflow Container values</title>
      <link>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677781#M3081028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;- ABAP objects have been used in existing workflow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then can't you find the workflow ID based with some ABAP object? Transaction SWI6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 06:54:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677781#M3081028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-01T06:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: database table for Workflow Container values</title>
      <link>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677782#M3081029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Karri,&lt;/P&gt;&lt;P&gt;no I cant find the workflow instance from SWI6 by giving ABAP class&lt;/P&gt;&lt;P&gt;the reason for this is prob bcoz ABAP class event is not used to trigger the workflow&lt;/P&gt;&lt;P&gt;also abap class is not workflow container&lt;/P&gt;&lt;P&gt;the workflow has been triggered in user exit of std transaction using SAP_WAPI_START_WORKFLOW&lt;/P&gt;&lt;P&gt;abap class has been used to do all the business logic ie the background tasks have methods of this abap class&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 07:32:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677782#M3081029</guid>
      <dc:creator>bhakti2</dc:creator>
      <dc:date>2012-03-01T07:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: database table for Workflow Container values</title>
      <link>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677783#M3081030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, in other words, the class cannot be instantiated. You cannot make an object from it. No constructor? It is just a collection of static methods... If yes, then you are right - SWI6 will not work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 07:36:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677783#M3081030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-01T07:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: database table for Workflow Container values</title>
      <link>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677784#M3081031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes. it is just collection of methods. there is no constructor. its just used to do abap coding which might as well could have been done in business object methods by extending it&lt;/P&gt;&lt;P&gt;reason to trigger workflow like that is - there is pop in FV60 confirming whether workflow shud be triggered and only if user clicks yes, the workflow is started&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 07:41:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677784#M3081031</guid>
      <dc:creator>bhakti2</dc:creator>
      <dc:date>2012-03-01T07:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: database table for Workflow Container values</title>
      <link>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677785#M3081032</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;If you are triggering the workflow from FV60, I assume you are having a workflow related to an invoice (BO FIPP). IF yes, and if you know the document ID (=key) during the popup, please try to deliver the FIPP business object instance to the workflow with SAP_WAPI_START_WORKFLOW. Or if you know the key in the workflow, instantiate the FIPP in the beginning of the workflow. Once you have the instance in the workflow, you will see lots of benefits: you can find the workflows easily (=your initial problem), you can drill down to the workflow log from FB03, etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course if your workflow is not directly related to the invoice document, etc. the above is not important.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 07:59:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677785#M3081032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-01T07:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: database table for Workflow Container values</title>
      <link>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677786#M3081033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Karri,&lt;/P&gt;&lt;P&gt;this is invoice based workflow. i will try to create FIPP container and populate it at the time of trigger&lt;/P&gt;&lt;P&gt;thank you for the suggestion&lt;/P&gt;&lt;P&gt;i realised FB03 also doesnt show up , neither SWI6 etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 08:20:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677786#M3081033</guid>
      <dc:creator>bhakti2</dc:creator>
      <dc:date>2012-03-01T08:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: database table for Workflow Container values</title>
      <link>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677787#M3081034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using SAP_WAPI_START_WORKFLOW (instead of events) - not a good idea.&lt;/P&gt;&lt;P&gt;Not using BOR or classes for important data - not a good idea&lt;/P&gt;&lt;P&gt;Using Z tables for approved statuses etc - not a good idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your workflow developer needs training.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Rick Bakker&lt;/P&gt;&lt;P&gt;hanabi technology&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 22:27:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677787#M3081034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-02T22:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: database table for Workflow Container values</title>
      <link>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677788#M3081035</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 certainly agree with Rick with certain aspects. Try to use SAP_WAPI_CREATE_EVENT instead of the direct workflow start. If you know the key of the FIPP during the starting, just create a new event (ZCREATED ot whatever) for FIPP and use that to start your workflow. You should be able to do the same stuff with the above mentioned function as you do now with the direct workflow starting. Then you also don't need to figure out how to deliver FIPP object instance to the workflow. Also, events for starting a workflow are much better options in any case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have some Z-table to store some of the data &amp;amp; statuses (or whatever), it would have been a good idea to build a BOR or a (real instance based) ABAP class to encapsulate all functionality related to this Z-table. Anyhow, we don't know anything about your scenario, so your basic design might be just OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2012 02:25:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677788#M3081035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-05T02:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: database table for Workflow Container values</title>
      <link>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677789#M3081036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;Using SAP_WAPI_START_WORKFLOW (instead of events) - not a good idea.&lt;/P&gt;&lt;P&gt;Not using BOR or classes for important data - not a good idea&lt;/P&gt;&lt;P&gt;Using Z tables for approved statuses etc - not a good idea.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first two points are clear but for the third point ,  to eliminate the ztables for status, i was trying to think of alternative when Karri suggested following. so does it mean that the status could be updated in the object attributes at various points in workflow ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;build a BOR or a (real instance based) ABAP class to encapsulate all functionality related to this Z-table.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 06:28:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677789#M3081036</guid>
      <dc:creator>bhakti2</dc:creator>
      <dc:date>2012-03-07T06:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: database table for Workflow Container values</title>
      <link>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677790#M3081037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;so does it mean that the status could be updated in the object attributes at various points in workflow ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not really. The object gets its attributes from database =&amp;gt; you need to update the database. You always need the logic/code for updating the database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your solution is probably OK already. You have a Z-table, and that might be the best solution available. The workflow container is not always the best place to store data. IF you have some business relevant status or whatever data (and there is no table to store this in standard), it might be actually the best idea to store it to Z-table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just next time if you have a possibility to develop a  custom workflow from scratch, spend few moments to think whether you could build your own instance based WF ABAP class that encapsulates your business logic (for example, when you update the values in Z-table by using a method of the class, this will have an effect in your ABAP class attributes in workflow, etc. - just like FIPP works)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Karri Kemppi on Mar 7, 2012 9:30 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 07:29:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677790#M3081037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-07T07:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: database table for Workflow Container values</title>
      <link>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677791#M3081038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"first two points are clear but for the third point , to eliminate the ztables for status, i was trying to think of alternative"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I was referring to was this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"also Z tables have been used at various points in the workflow template itself (workflow start, approval , rejection)."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Workflow start, approval and rejection can and should be be read from the workflow tables.&lt;/P&gt;&lt;P&gt;Making separate z tables for this is very wrong and unfortunately all too common,&lt;/P&gt;&lt;P&gt;especially amongst ABAP programmers who haven't got much workflow experience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having z tables for useful non-workflow-related data is worth considering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Rick Bakker&lt;/P&gt;&lt;P&gt;hanabi technology&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 07:59:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677791#M3081038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-07T07:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: database table for Workflow Container values</title>
      <link>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677792#M3081039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt; Workflow start, approval and rejection can and should be be read from the workflow tables&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which means that we should make out from SWWWIHEAD abt rejection approval status which is quite tedious&lt;/P&gt;&lt;P&gt;and workflow std tables for container elements are also no longer found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: B on Mar 7, 2012 1:53 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 08:22:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-table-for-workflow-container-values/qaa-p/8677792#M3081039</guid>
      <dc:creator>bhakti2</dc:creator>
      <dc:date>2012-03-07T08:22:59Z</dc:date>
    </item>
  </channel>
</rss>

