cancel
Showing results for 
Search instead for 
Did you mean: 

Clearing confirmation workitems

Former Member
0 Kudos

Hi,

I have a user in his confirmation workitems window he sees two purchase order which are already confirmed fully, still it appears on the window. Clicking on the action icon gives a message saying "no item for confirmation" which is acceptable . User doesn't want two purchase order to be seen in his window. Please let me know how to clear those items.

Regards,

Munna

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

You can easily do this by implementing the badi "BBP_WF_LIST" for the object type SOCO.

Here is the documetation of the BADI -

BBP_WF_LIST

____________________________________________________

Short Text

Display Worklists and Search Results Lists

With the Business Add-In BBP_WF_LIST , you can tailor the

display of worklists and search results lists for purchase order documents (and Sourcing applications) in SRM Server according to your own criteria.

Standard settings

The following methods are available:

BBP_WF_LIST for purchasing documents

BBP_WF_LIST_SOCO for the Sourcing application

In the standard version, the following differences exist between the display of worklists and search results lists:

Normal employees see only their own requirements and documents

The purchaser's worklist in Sourcing and in the application for processing purchase orders is dependent on assignment to an organizational unit.

The goods recipient and invoicing party can find all purchase orders, confirmations, and invoices.

As standard, the system sorts the purchasing documents in ascending order by the last date of processing.

To distinguish between the worklists and search results lists of the SRM Server applications, the BAdI is implemented dependent on the following filters:

BUS2201

Filter value for the worklist in purchase order processing in SAP Enterprise Buyer

BUS2203

Filter value for the worklist in confirmation processing in SAP Enterprise Buyer

BUS2205

Filter value for the search results list in invoice processing in SAP Enterprise Buyer

BUS2121

Filter value for the worklist in shopping cart status check in SAP Enterprise Buyer

BUS2200

Filter value for the search results list in bid invitation processing in SAP Bidding Engine

BUS2202

Filter value for the search results list in bid processing in SAP Bidding Engine

BUS2000113

Filter value for the search results list in contract processing in SAP Enterprise Buyer

Activities

Implement and activate the BAdI if you wish to adapt worklists and search results lists.

Note that the filter value Object type (field OBJECT_TYPE) determines for which application the BAdI implementation is active.

Example

Using the BadI BBP_WF_LIST you can sort the worklist by document number, for example, or remove documents belonging to a particular user from the worklist.

The implementation of the BadI using Business object type BUS2205 allows you to change the list of invoices and the purchase orders associated with these invoices independently of one another. For example, you could sort the purchase orders by purchase order number and the invoices by the name of the user who created them.

You can exclude bid invitations from a certain product category, for example, from the purchaser's search results list in SAP Bidding Engine.

You can exclude contracts from a certain purchasing organization or purchasing group, for example, from the purchaser's search results list in SAP Enterprise Buyer.

Further notes

If the BadI is used for confirmations and purchase orders, it always accesses the list of the actual document and its purchase orders.

The purchaser's worklist contains only requirements that, according to Customizing, are to be processed in the Sourcing application. See the IMG activity Define Sourcing for Product Categories.

Sample BADI code in foll threads ->

Regards

- Atul

Former Member
0 Kudos

Hi Atul,

Thanks for the reply. I think I have not expressed my requirement correctly. To be more precise user has confirmed some two purchase order and material document is also posted in the backend. When the user again logon to the system and go's to "receive own goods" area he is able to see the same purchase order in the list which he has completely confirmed earlier. When clicking on the purchase order it gives information saying that "no item qty is available for confirmation" which is correct. my question is that how to clean up purchase order. In standard, PO disappears from the list after confirmation of all the qty. In my case I have one PO which is not disappearing from my list . Please advise.

regards,

Munavar Basha

Answers (0)