cancel
Showing results for 
Search instead for 
Did you mean: 

Rule resolution - 00000148 (Person responsible for requisn. release)

Former Member
0 Kudos

Hello,

I have maintain release codes in view - V_T16FC and assigned '1' in workflow column.

I have also maintan view V_T16FW in which i have assigned agent(object type is user).

But while simulating rule - 00000148 it is showing - "No agent found". Is anything missing other then this? Please help.

Thanks,

Sid

Accepted Solutions (0)

Answers (1)

Answers (1)

surjith_kumar
Active Contributor
0 Kudos

Hi,

You have to pass the

1) Release code (Two digit, Alpha Numeric)

2) Purchase Requisition (PR No.)

Regards,

Surjith

Former Member
0 Kudos

Thanks for replying...

I am passing both. Code is also maintain in T161E. and I have created PR such a way that it should be release by that code.

Thanks

Sid.

Former Member
0 Kudos

How can i debug it? I have placed debug point in FM - ME_REL_GET_RESPONSIBLE.

But it is not stoping me there while i am stimulating.

Please help

sid.

surjith_kumar
Active Contributor
0 Kudos

Hi,

In Simulation it wont work, debug the FM ME_REL_GET_RESPONSIBLE with your values.

Regards,

Surjith

Former Member
0 Kudos

Hi Siddharth,

I had the exact same problem when I was implementing workflow. I had the tables set, and even had an ABAPer check the FM and try to debug it. What fixed it for me was that in the configuration for the PR release, in the Workflow section where you maintain agents, I did not have a plant defined. When I added and maintained a plant in that table, the simulation started working and determining the agent. This is odd, because in the FM, there is code to determine even if the plant field is blank.

Try maintaining a plant and running the simulation again.

J