Skip to Content
0
Former Member
Jun 25, 2009 at 01:30 PM

Third Party Sales - Automatic Purchase Order Creation- via SO event

1216 Views

Dear SAP Gurus,

We have a requirement to have automatic PO Creation for Third Party Sales Process.

To achieve it what I have done is

a) I have created an event linking using transaction SWETYPV:

Object = BUS2032, Event = ALECREATED and ALECHANGED ,

Funtion module = PUR_ORDER_CREATE_VIA_SD_EVENT.

Also I have modified the Sales Organization data to pass Purchasing Organization, Purchase Order type and Purchasing group . Its working fine . Its creating purchase order automatically.

My question here is , I'm I doing the wright method for automatic PO creation as soon as a sales order is created.

I beleive this will call for PO creation for all Sales order not only restricted to third party sales . Will it affect performance of the system or will it ignore since there is no purchase requisition.

Please advise on the pros and cons of this process