‎2007 Aug 17 12:31 PM
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.....
‎2007 Aug 18 4:00 AM
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
‎2007 Aug 18 4:00 AM
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