‎2008 Aug 06 12:04 PM
hi,
there is way to import bapi (rfc) that i can use in java.
Regards
‎2008 Aug 06 12:58 PM
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
‎2008 Aug 06 12:58 PM
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
‎2008 Aug 07 12:19 PM
hi ,
yes you can import the BAPI , to NWDS u can Design your Report application as per your requirement .
Regards ,
venkat