Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Inbound Function module to process ORDERS05 IDOC

Former Member
0 Kudos
3,957

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Kudos
1,284

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

3 REPLIES 3
Read only

Former Member
0 Kudos
1,285

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

Read only

Former Member
0 Kudos
1,284

Hi Balaji,

Check the FM IDOC_INPUT_DESADV.

You can implement your enhancement in that.

Regards,

Nisha Vengal.

Read only

milind_verma5
Explorer
0 Kudos
1,284

Hi,

You can try FM 'VMI_PO_CREATE_FROM_ORDRSP_VMI'. This FM created PO for IDOC Orders05 basic types.

Regards,

Milind