cancel
Showing results for 
Search instead for 
Did you mean: 

How to automaticly create purchase order in sap system?

Former Member
0 Kudos

How to automaticly create purchase order in sap system using sap logon?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Write the report, call the bapi function module in the loop and execute report. It will create the multiple PO with same data.

or

Use any previously generated IDoc for PO and start outbound for multiple number of times.

Thanks,

Prateek

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Craete PO using any existing PO using copy function.

Thanks,

Prateek

STALANKI
Active Contributor
0 Kudos

trigger bapi_po_create

Shabarish_Nair
Active Contributor
0 Kudos

As Sravya said that is the easiest way

Else maybe you can use the test tool WE19 and play around with some already created ones and trigger them for test purposes !!!

Former Member
0 Kudos

I want to create many PO automaticly and continuously without any intervening to test my JCA adapter's longevity. how to implement it?