cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Workflow for Purchase Requisition Items: How does the system determine object responsible if I use precondition "account assignment type <Asset>"?

Former Member
0 Kudos
2,887

Dear Experts,

I am trying to create a flexible workflow for purchase requisition items with the account assignment category "Asset". I want this workflow triggers the aproval of purchase requisition based in the role "object responsible". However, the system does not starts the workflow. 

I share with you the example waiting for your advises: 

First of all, I create and activate the following workflow at item level:

Then, I create a purchase requisition with an item with the account assignment type "A".

The status of the purchase requisition workflow step is not "Ready". 

As I do not find any field to maintain user responsible for fixed asset, I supossed that the object responsible would be the user responsible of the cost center asociated to the asset of purchase requisition. This cost center do have an user assigned. So this is not the "account object responsible".

Any idea how could I determine the object responsible for workflows based in account assignmet type "Asset"?

Thank you in advance,

Ana

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Ana

For usage in Procurement flexible workflow, you can set a responsible person for a cost center or WBS element in the master data but not an asset. You would need to use he BADI agent determination MM_WORKFLOW_AGENTS_V2

for that purpose I believe

Kind regards

Brian

Former Member
0 Kudos

Thanks Brian,

In the case of WBS, do you know at which App can I mainain the person responsible for the project?

Former Member
AnupNair
Active Participant
0 Kudos

ana.ramonbaviera Hi Ana - Did you find which app could be used to maintain person responsible for the project?

Answers (1)

Answers (1)

leon_cornelio1
Explorer
0 Kudos

As per  SAP note https://me.sap.com/notes/3470258/E

For each account assignment category, a different accounting object is used to determine the approver: 

  • 'K' (Cost center): Cost Center object is used (if company code is assigned, it is also considered). Responsible user is taken from table CSKS.
  • 'F' (Order): Internal Order object is used. Responsible user is taken from table AUFK.
  • 'P' (Project): WBS Element object is used. Responsible user is taken from table PRPS.
  • 'A' (Asset): Profit Center object is used. Responsible user is taken from table CEPC.
  • For all other account assignment categories, the manager of the user is determined.