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

Creating a Purchase Order using ORDERS05 Idoc

Former Member
0 Likes
1,641

Hi Experts,

I need to create a purchase order using ORDERS05 Idoc, with the data I am using a sales order is gettig created but I need to create a PO insted of SO.

Please let me know what is difference between a PO and SO while using ORDERS05. Also please let me know what are all the fields that needs to chaged in the Idoc.

Thanks,

Suma

Hi Experts,

I need to create a purchase order using ORDERS05 Idoc, with the data I am using a sales order is gettig created but I need to create a PO insted of SO.

Please let me know what is difference between a PO and SO while using ORDERS05. Also please let me know what are all the fields that needs to chaged in the Idoc.

Thanks,

Suma

7 REPLIES 7
Read only

Former Member
0 Likes
1,166

Hi All,

Please let me know as soon as possible its ver urgent.

At least let me know hoe to create a PO using ORDERS05 Idoc.

Thanks,

Suma.

Read only

0 Likes
1,166

Hi ,

Please try with process code ORDR and Function module IDOC_INPUT_ORDRSP.

Kind Regards,

Ravi Sankar.Z

Read only

0 Likes
1,166

Hi Ravi,

Process code ORDE is for sales order create, I didnt find any code for purchase order and how to make use of the functional module IDOC_INPUT_ORDRSP?

Thanks,

Suma

Read only

0 Likes
1,166

Hi,

go to WE19 and select your Idoc and then Select 'Inbound Functiona module ' .

Here you enter the ORDERSP FM .

If it is giving any error, then change the partner profile(WE20) and add the process code for inbound parameters.

now you try to test this FM using WE19.

Kind Regards,

Ravi Sankar.Z

Read only

0 Likes
1,166

Hi,

I'm looking at a similar problem, can we use ORDERS05 IDOC basic type to create a Purchase Order?

What is the inbound processing FM? I tried IDOC_INPUT_ORDRSP, but it seem to only allow changes to a PO, and not creation of a PO.

For IDOC_INPUT_ORDERS FM this one seem to only create Sales Orders?

Which inbound FM should i be using?

Regards.

Read only

0 Likes
1,166

Hi,

I have the same problem of you !

Do you find any answer to create a purchase order using ORDERS05 ?

Thanks in advance

Read only

Former Member
0 Likes
1,166

hi suma,

In ALE, In Transaction scenario, the relevent data is passed to the respective transaction, in order to load the required application document. Only in case of master data, same transaction that was performed on the sending systemagain performed on the receiving system.

Regards,