cancel
Showing results for 
Search instead for 
Did you mean: 

PO Release Agents

Former Member
0 Kudos

Hi all,

I know that MM consultant do SPRO config for PO Release Workflow.

Now, For Derelease(Cancel)Workflow I have to maintain Revrse Order Derelease strategy for that i have to find the agents dynamically(from Table) please help.

Can any one suggest me a table where can i find agents that already released or going to release!

Regards,

Purvesh Patel.

Accepted Solutions (1)

Accepted Solutions (1)

former_member193382
Active Contributor
0 Kudos

Hi,

Are you using any rule in your workflow to determine agents dynamically. If yes, then these approver names must be stored in a table. You can use the same table to get approver names.

The second option is find out the workitem ID. Using the workitem ID get the actual agent name from table SWWWIHEAD.

Let me know if you have any queries.

Regards,

Raj

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi all,

t16fc and t16fs are the table which stores the definition of particular rel. code.

i know about swwihead tables.

Regards,

Purvesh

Former Member
0 Kudos

Rather than using table SWWWIHEAD, you should try to use SAP_WAPI_* function module to obtain the agents.

Thanks

Arghadip