cancel
Showing results for 
Search instead for 
Did you mean: 

Resctriction while displaying work items in sourcing cockpit..

Former Member
0 Kudos

Dear all SRM gurus,

We are using SRM 5.0 extended classic scenario.

We are having a requirement to restrict the work items in sourcing cockpit based on the purchaser user id, i mean particular SC's should be visible to particular users only..

Is there any BAdI or any other procedures to restrict the display.

Thanks in advance,

Chandra Sekhar.

Accepted Solutions (0)

Answers (2)

Answers (2)

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

<b>BBP_WF_LIST_SOCO for the Sourcing application</b>

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 code in foll threads:

BR,

Disha.

<b>Pls reward points for useful answers.</b>

Former Member
0 Kudos

Hi

Using SE18 transaction, Please first carefully read Standard documentation of this BADI - BBP_WFL_LIST.

Then incase it suits your requirement, Please go ahead and implement BBP_WFL_LIST BADI, which will help in this case.

Regards

- Atul