2009 Nov 17 4:42 AM
Hi,
My requirement is to create pre-booked Purchase order.
I have to extend the ORDERS05 IDoc for this requirement. It is an inbound IDoc.
I found the function module IDOC_INPUT_ORDERS. But I have a doubt will it work for Purchase orders because i found most of the data inside the function module are relevant for Sales order creation.
Can you please suggest me a suitable function module to process this Inbound Idoc and create purchase order.
Regards,
Balaji. R
2009 Nov 17 5:48 AM
Hi,
The message type and basic idoc type for the processing of purchase orders:
PORDCH PORDCH01 -- For change
PORDCR1 PORDCR101 -- For Create
Regards,
Ginu Litta Raj
2009 Nov 17 5:48 AM
Hi,
The message type and basic idoc type for the processing of purchase orders:
PORDCH PORDCH01 -- For change
PORDCR1 PORDCR101 -- For Create
Regards,
Ginu Litta Raj
2009 Nov 17 11:36 AM
Hi Balaji,
Check the FM IDOC_INPUT_DESADV.
You can implement your enhancement in that.
Regards,
Nisha Vengal.
2009 Dec 17 7:34 AM
Hi,
You can try FM 'VMI_PO_CREATE_FROM_ORDRSP_VMI'. This FM created PO for IDOC Orders05 basic types.
Regards,
Milind