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

BAPI

Former Member
0 Likes
729

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.

6 REPLIES 6
Read only

Former Member
0 Likes
695

BAPI to get purchase order data would be -

BAPI_PO_GETDETAIL.

Assosiated ALE message type: PORDGD.

Read only

Former Member
0 Likes
695

Hello ,

BAPI_PO_GETDETAIL shoudl help for Po and for Pur req..

use BAPI_REQUIREMENT_GET_LIST.

Rgds,

Mano sri

Read only

0 Likes
695

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

Read only

0 Likes
695

Hello,

Ensure to have a RFC destination Created using sm51.

regds,

Mano sri

Read only

Former Member
0 Likes
695

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>

Read only

0 Likes
695

thanx a lot tanveer..

if i want purchase requition data from JAVA based system to SAP ..what should i do in sap..