<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1505" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Microsoft Sans Serif">
<DIV>Hello WUG folks,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I am on 4.7 and need the simplest way to find values in a large number of container in the following situation.</DIV>
<DIV>&nbsp;</DIV>
<DIV>We create a workflow everytime a certain type of invoice&nbsp;is created, therefore there are hundreds of workflows&nbsp;created every week.&nbsp; When the invoice (BKPF segment) is created, it is created with a payment block.&nbsp; The workflow then removes the payment block when it is processed.&nbsp; However, it is possible that a&nbsp;workflow is never worked leaving both the invoice and the workflow hanging out there.&nbsp; (The "why" is not important for this question.)</DIV>
<DIV>&nbsp;</DIV>
<DIV>We also have a batch process that goes out and writes off the invoices after a certain age.&nbsp; This basically leaves the workflow as an orphan because the invoice has&nbsp; it's payment block removed when it is written off.&nbsp; I would like some method of removing the corresponding workflow when a document is written off.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Is there a simple method for me to find the corresponding workflow for a specific&nbsp;BKPF segment?&nbsp; The BKPF key (company number, document number and fiscal year) are kept in the container of the workflow header and in each workitem.&nbsp; At the time that the writeoff occurs, I would like to be able to access a table that contains the container values to determine all the&nbsp;workitem id's with this company/docno/fiscyr.&nbsp; Then using the workitem id, I could then delete the workflow.&nbsp; Does this sound feasible or is there a better way?&nbsp; </DIV>
<DIV>&nbsp;</DIV>
<DIV>I am unable to determine what the table name is that contains the container values.&nbsp; Is there some type of index on this container table that would eliminate reading by a tablespace scan?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks for the help.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Joanne Johnson</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV></BODY></HTML>