<?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 Workflow Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-table/m-p/1222918#M137007</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;Does anyone know which table or tables store the inbox items(documents)? Also, what are some of the most common workflow tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your feedback.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Apr 2006 21:45:44 GMT</pubDate>
    <dc:creator>former_member445996</dc:creator>
    <dc:date>2006-04-17T21:45:44Z</dc:date>
    <item>
      <title>Workflow Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-table/m-p/1222918#M137007</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;Does anyone know which table or tables store the inbox items(documents)? Also, what are some of the most common workflow tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your feedback.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Apr 2006 21:45:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-table/m-p/1222918#M137007</guid>
      <dc:creator>former_member445996</dc:creator>
      <dc:date>2006-04-17T21:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-table/m-p/1222919#M137008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As the system is running, index records are frequently created for the workflow runtime tables and then deleted again. This has a negative effect on performance during accesses via these indexes. &lt;/P&gt;&lt;P&gt;Note that you MUST shut down the R/3 System before starting the program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on the data volume of the processes, indexes of the database runtime tables should be reorganized regularly (for example on a monthly basis). If you use ORACLE or INFORMIX, you can use the SAP tool SAPDBA to do this. &lt;/P&gt;&lt;P&gt;A reorganization should always be started after an archiving run.&lt;/P&gt;&lt;P&gt;The following tables / indexes should be edited in this case:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SWW_CONT     - Index 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SWW_CONTOB   - Index 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;               Index A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SWWWIDH      - Index 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;               Index A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SWWORGTASK   - Index 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;               Index A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SWWWIAGENT   - Index 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;               Index A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;               Index TYP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SWWWIHEAD    - Index 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;               Index A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;               Index B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;               Index C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;               Index E (as of Release 45A, if distribution is used)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SWWWIDEADL   - Index 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SWWWIRET     - Index 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;               Index A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SWEINSTCOU   - Index B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;               Index C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;               Index D&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SWWLOGHIST   - Index 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;               Index 1 (as of Release 4.6A)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SWZAI        - Index 0 (if work queues are used)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SWZAIENTRY   - Index 0 (if work queues are used)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SWZAIRET     - Index 0 (if work queues are used)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SWPNODELOG   - Index 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SWPSTEPLOG   - Index 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SWP_ADM_US   - Index 0 (as of Release 4.5A)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SWP_HEADER   - Index 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SWWBINDEF    - Index 0 (as of Release 4.0A)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SWWRUNMETH   - Index 0 (as of Release 4.0A)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SWWSWPRET    - Index 0 (as of Release 4.0A)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SWP_NODEWI   - Index 0 (as of Release 4.6A)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;               Index NOD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables&lt;/P&gt;&lt;P&gt;SWWWIHEAD Different selections of data of the table SWWWIHEAD take a long time. &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;tRFC and qRFC tables&amp;lt;/b&amp;gt;Tables ARFCSSTATE and ARFCSDATA &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>Mon, 17 Apr 2006 21:51:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-table/m-p/1222919#M137008</guid>
      <dc:creator>vinod_gunaware2</dc:creator>
      <dc:date>2006-04-17T21:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-table/m-p/1222920#M137009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt;which table or tables store the inbox items(documents)? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try any of the SO* tables? SOFM in particular..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 01:08:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-table/m-p/1222920#M137009</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-04-18T01:08:00Z</dc:date>
    </item>
  </channel>
</rss>

