cancel
Showing results for 
Search instead for 
Did you mean: 

Send Purchase Requisitions from APO to non SAP external system

kzak
Explorer
0 Kudos

My requirement is to send Purchase Requisitions from APO to non SAP external system via PI .(process integration)

What is the best way to accomplish this task?

Is there any BADI that I can use?

View Entire Topic
I310607
Advisor
Advisor
0 Kudos

Hi Krzysztof,

top read out some Purchase related data you can use one of the below expressions in SM37 and F4 help and see if its included in the results somehow.

BAPI_P*_GET*

BAPI_P*_READ*

In case reading out LiveCache objects, maybe you can use /SAPAPO/OM_ORDER_GET_DATA or a similar function module.

Can you be a bit more specific?

Br,

Gergely

kzak
Explorer
0 Kudos

We would like to prepare a solution which sends Purchase Req. and other transactional data like with CIF interface - immediately not periodically.

For example:

The user creates PR in the planning book in APO and we would like to send PRs immediately to non SAP System using PO (SAP Process Orchestration) after save button click.

We tried to simulate non SAP system as SAP System to use standard CIF queues and transform them to another type of message but it doesn't work.

Do you have any idera how to accomplish this requirement?