cancel
Showing results for 
Search instead for 
Did you mean: 

Incorporate PO Release Strategy in custom workflow

Former Member
0 Kudos

Hi Experts,

I have a requirement to incorporate the PO Release Strategy into a custom process followed by the client. The client has a unique Approval Form which needs to be approved as per the PO Release Strategy before creating the PO. How do I go ahead with this requirement. I need to know it's possibilities using Custom Workflows / BAPI's / etc.

I tried finding data to link the amount --> release codes --> designations --> sap userid's, to replicate the scenario, but in vain.

Kindly help with hints asap.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I guess you would also need to create Z tables with the same fields used for release strategy as it is a customized process and modify the PO BAPI's.

imthiaz_ahmed
Active Contributor
0 Kudos

The required things are:

1. Create a BO

2. The key fields should match the key fields of your custom application header table fields.

3. Build a WF for the approval process

4. Trigger the WF from your custom application using the FM SAP_WAPI*.

Regards, IA