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

Regarding ALE

csyadlapalli
Explorer
0 Likes
402

Dear all,

I am very new to ALE. I know all the concepts. But i got one doubt. I am having one requirement, we are using ECC 6.0 system. client having a Java application, there they will create POs. We need to capture that data in SAP. Which way is best one?? Whether Java supports BAPIs, if we go for ALE, do we need any middle ware??

Please provide the details ASAP.

Thanks in Advance,

Chandra.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
379

Hi,

ALE is usually used between two SAP systems. In your case, would suggest you to call a BAPI from the Java system.

Regards,

Ravi

Note : Please mark all the helpful answers

2 REPLIES 2
Read only

Former Member
0 Likes
380

Hi,

ALE is usually used between two SAP systems. In your case, would suggest you to call a BAPI from the Java system.

Regards,

Ravi

Note : Please mark all the helpful answers

Read only

guillaume-hrc
Active Contributor
0 Likes
379

Hi Chandra,

To make Java communicate with SAP, you have the SAP Java Connector (JCo). With it, you can either call RFC enabled function modules (that includes BAPI) but also send some IDocs (ALE).

Usually, for synchronous requirements, peolple go for RFC/BAPI, whereas for asynchronous needs, IDoc can be preferred.

Best regards,

Guillaume