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

use bapi in java

Former Member
0 Likes
539

hi,

there is way to import bapi (rfc) that i can use in java.

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
501

Hi,

BAPIs define an enterprise-orientated, open standard for direct communication between ERP applications within SAP R/3 and various external applications.

this is the way to import Bapi

calling bapi from java try this link

http://help.sap.com/saphelp_46c/helpdata/en/76/4a42f4f16d11d1ad15080009b0fb56/content.htm

object oriented bapi access

http://help.sap.com/saphelp_46c/helpdata/en/08/bef2d4db5311d1ad10080009b0fb56/content.htm

Try these links also :

http://www.erpgenie.com/abap/bapi/example.htm

WebDynpro java. :

first create a model ,next select import adaptive RFC model,next give the model name and model package and select default logical system name for model instances in dropdown box and change the name as you easily find and similarly RFC Metadata ,next give the Bapi name in Function group and search it showa full Bapi name and select That and click next button up to finish,after goto used models under component controller right click on that it shows add button select that one after than it shows the model name what we created in models,select that one and click finish.

webDynpro abap:

under UI elements create service call,next it will shows component and some other also,click on component controller next give the name of component,next go for function group give the Bapi name in function group and search,it will display full name of Bapi,select that bapi click on next up to finish.bapi is created in ABAP.

regards

Thirumaran k

2 REPLIES 2
Read only

Former Member
0 Likes
502

Hi,

BAPIs define an enterprise-orientated, open standard for direct communication between ERP applications within SAP R/3 and various external applications.

this is the way to import Bapi

calling bapi from java try this link

http://help.sap.com/saphelp_46c/helpdata/en/76/4a42f4f16d11d1ad15080009b0fb56/content.htm

object oriented bapi access

http://help.sap.com/saphelp_46c/helpdata/en/08/bef2d4db5311d1ad10080009b0fb56/content.htm

Try these links also :

http://www.erpgenie.com/abap/bapi/example.htm

WebDynpro java. :

first create a model ,next select import adaptive RFC model,next give the model name and model package and select default logical system name for model instances in dropdown box and change the name as you easily find and similarly RFC Metadata ,next give the Bapi name in Function group and search it showa full Bapi name and select That and click next button up to finish,after goto used models under component controller right click on that it shows add button select that one after than it shows the model name what we created in models,select that one and click finish.

webDynpro abap:

under UI elements create service call,next it will shows component and some other also,click on component controller next give the name of component,next go for function group give the Bapi name in function group and search,it will display full name of Bapi,select that bapi click on next up to finish.bapi is created in ABAP.

regards

Thirumaran k

Read only

Former Member
0 Likes
501

hi ,

yes you can import the BAPI , to NWDS u can Design your Report application as per your requirement .

Regards ,

venkat