Application Development 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: 

PURCHASE ORDER CREATION USING ALE ( BAPI )...

Former Member
0 Kudos

HI,

I DESPERATELY NEED SOME ADVISE IN CREATING A PURCHASE ORDER USING ALE....I AM VERY NEW TO ALE SO CAN ANYONE EXPLAIN IN STEPS WHAT TO BE DONE IN DETAIL....PLS HELP ME OUT IN THIS REGARD....I WILL GET SOME DATA AS INBOUND IDOCS AND I NEED TO CREATE A PURCHASE ORDER USING ALE USING BAPI( BAPI_PO_CREATE1 ).......HOPING A QUICK REPLY ASAP.....

3 REPLIES 3

Former Member
0 Kudos

You can try to create a new partner profile (WE20) with new inbound parameter. In the inbound parameters you can use message PORDCR with a new process code (WE42) that use function module IDOC_INPUT_PORDCR to create orders.

Gianluca

0 Kudos

Hi Gianluca,

I need to do the same as per the original post and your answers gets me halfway there. My remaining question is how to get the PO to output the PORDCR messgage on the outbound side (also a SAP system)? Or do you have to output the PO as an ORDERS message and map that to the PORDCR message in something like XI or other middleware?

Thanks for the help.

Johan

Former Member
0 Kudos

Thanks Simeone Gianluca.....Thanks for trying to help me out....But i think u didnt get me correctly....I want to create the purchase order by ALE using BAPI NOT USING MESSAGE TYPE.....and could u please eloborate the whole process in steps what need to be done to create PO....I mean i want it in detail....