cancel
Showing results for 
Search instead for 
Did you mean: 

Want Items from Purchaser's work list

Former Member
0 Kudos

Hi SRM Guru's

I want to know the workaround for the items in the purchaser's worklist whereas I dont have that role but being administrator somehow i really want to see the items.

Here i w'd like to inform you that am working on SRM5.0 ECS.

Pls reply me soooon.

Brgds

Gops

Hi Gajewski,

Thanks for the reply.

Message was edited by:

Gopesh pandey

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

Try that:

select *

from spers_obj

into table lt_spersobj

where pers_type = 'U'

and pers_key = 'BBPSOCO01/GROUP_AREA'

and fieldname = 'I_GUID'

and object_id = sy-uname.

Table SPERS_OBJ have relation to workarea items.

in table lt_spersobj-fieldvalue You have item guids.

This guids You may use in crmd_orderadm_i table.

Regards,

Marcin Gajewski

Answers (1)

Answers (1)

yann_bouillut
Active Contributor
0 Kudos

Hi Gops,

In the transaction "process PO", you just have to click on the search tab and filter the PO in the serach criteria to display Worklist PO's.

Kind regards,

Yann