‎2006 May 15 7:07 AM
i want purchase order data from SAP.my system is java based system.which BAPI i should invoke..is there ALE configuration recquired for this in SAP..similarly how to get purchase requition data from java based system using bapi in SAP.
‎2006 May 15 7:22 AM
BAPI to get purchase order data would be -
BAPI_PO_GETDETAIL.
Assosiated ALE message type: PORDGD.
‎2006 May 15 7:23 AM
Hello ,
BAPI_PO_GETDETAIL shoudl help for Po and for Pur req..
use BAPI_REQUIREMENT_GET_LIST.
Rgds,
Mano sri
‎2006 May 15 8:11 AM
thanx for all useful answers..small doubt..where i should assign these function module..for this whether i should configure ALE as we do for IDoc..
regards
prajith
‎2006 May 15 8:14 AM
Hello,
Ensure to have a RFC destination Created using sm51.
regds,
Mano sri
‎2006 May 15 8:07 AM
Hi,
You can use
BAPI_PO_CREATE Create Purchase Order
BAPI_PO_GETDETAIL Display Purchase Order Details
BAPI_PO_GETITEMS List Purchase Order Items
You can call these BAPI's from ur Java program using JCO adapter.
U dont need any ALE settings in this case.
Regards,
Tanveer.
<b>Please mark helpful answers</b>
‎2006 May 15 8:13 AM
thanx a lot tanveer..
if i want purchase requition data from JAVA based system to SAP ..what should i do in sap..