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 From ORACLE

Former Member
0 Likes
478

Hi all,

I am trying to learn BAPI.

I have created one simple BAPI for material Info, in which i am giving material Number (MATNR) as input and collecting Info like MATNR,WERKS,MBLNR,MENGE,MEINS of that material.

BAPI is working fine in SAP and i am getting correct output.

But now i want to access this from ORACLE Form 6 i.

Thanks in advance.....

1 ACCEPTED SOLUTION
Read only

GrahamRobbo
SAP Mentor
SAP Mentor
0 Likes
388

Hi Dhwani,

what you need to do is what Oracle call "Calling External Procedures". They support a variety of differing technical ways of doing this including via a .DLL, a Java Library and Web Services.

Unfortunately I am not aware of which of these capabilities are available in Forms 6.

I found <a href="http://download-uk.oracle.com/docs/cd/B14117_01/appdev.101/b10795/adfns_ex.htm">this</a> for Oracle 10g using C or Java.

And <a href="http://www.oracle.com/technology/products/forms/htdocs/10gr2/howto/webservicefromforms/ws_10_1_3_from_forms.html">this one</a> shows how to call a web service although it does so via a java proxy.

Cheers

Graham

1 REPLY 1
Read only

GrahamRobbo
SAP Mentor
SAP Mentor
0 Likes
389

Hi Dhwani,

what you need to do is what Oracle call "Calling External Procedures". They support a variety of differing technical ways of doing this including via a .DLL, a Java Library and Web Services.

Unfortunately I am not aware of which of these capabilities are available in Forms 6.

I found <a href="http://download-uk.oracle.com/docs/cd/B14117_01/appdev.101/b10795/adfns_ex.htm">this</a> for Oracle 10g using C or Java.

And <a href="http://www.oracle.com/technology/products/forms/htdocs/10gr2/howto/webservicefromforms/ws_10_1_3_from_forms.html">this one</a> shows how to call a web service although it does so via a java proxy.

Cheers

Graham