cancel
Showing results for 
Search instead for 
Did you mean: 

Using webservice model to call BAPI from WD

Former Member
0 Kudos

Hi

i have abapi i supposed to access that bapi using webservice modelin wdJava,can you please help me how to implement this..

To achieve this do i need to do any this in Bapi level(i mean in R/3)

if neccessary can you explain step by step approach to achieve this.

Thanks

Rahul

Edited by: rahul raao on Apr 7, 2009 1:20 PM

Edited by: rahul raao on Apr 7, 2009 1:22 PM

Edited by: rahul raao on Apr 7, 2009 1:23 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rahul,

Before accesing to WebService Model in WDJava,we need to do some strps in R/3.

Go to SE37 give the FM Name(which you want to expose it as web service).

Click on Display.

Go to Menu >Utilities>More Utilities>Create WebServices>From the FM(popup will open).

Click on continue>Give Virtual Interface(some name) and Short Description>Continue>Continue>Give name for Webservice and select the profile as Basic Authorization>Continue>Complete.

Go to WSADMIN Tcode and check the WebService which was created by you.

Go to WSADMIN tcode>Expand the Node SOAP Applicaiton for BAPI'S(Here you can see your created webservice)>Expand the Webservice>Select the node and click on CTRL+F1(popup will open )>select Document Style-->Enter.Browser will open(nothing but WSNavigator).

Hope it may help to you.

Thanks,

Tulasi Palnati

Edited by: Tulasi Palnati on Apr 7, 2009 2:34 PM

Answers (2)

Answers (2)

Former Member
0 Kudos

hi

go through this forum thread

https://www.sdn.sap.com/irj/scn/forums

Former Member
0 Kudos

Your BAPI should be exposed as a webservice. For backend setting, I think there is a check box for exposing as webservice.. in the BAPI properties which you need to check (like there is a check box for Remote enable a function module).. I am not very sure. You may search it on help.sap or SDN itself.

Check this thread: