cancel
Showing results for 
Search instead for 
Did you mean: 

Calling a Webservice From ABAP

Former Member
0 Kudos

Hi All,

Can We make a Webservice call From ABAP ???

Regards

Vamsi

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Vamsi,

If you are going to call a XI Web Service, you can use ABAP proxy directly(SAP Web AS 6.40) .

Regards,

Hui

Former Member
0 Kudos

Hi,

I Want to cal a Report Program Existed in the ABAP Via Webservice in XI.

Please let me Know the Solution

Regards

Vamsi

Former Member
0 Kudos

create a client ABAP proxy and call this abap proxy in your report

Regards,

Hui

Former Member
0 Kudos

Hi,

How to Call a ABAP Client Proxy In ABAP report ???

Regards

Vamsi

Former Member
0 Kudos

Vamsi,

1. The Following links were used by me when I was working with Web services XI:

Hope these links are useful to you.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/336365d3-0401-0010-9884-a651295a...

http://help.sap.com/saphelp_nw04/helpdata/en/31/daa0404dd52b54e10000000a1550b0/frameset.htm

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ebb4c490-0201-0010-86be-88dd6fd4...

/people/siva.maranani/blog/2005/03/01/testing-xi-exposed-web-services

2. You can create webservices directly in the ABAP stack of CRM. To do so, refer to the following...

http://help.sap.com/saphelp_nw04/helpdata/en/9b/dad1ae3908ee44a5caf57e10918be9/frameset.htm

[original link is broken]

Former Member
0 Kudos

call abap proxy from report

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

Former Member
0 Kudos

Hi Vamsi,

Check out the following thread..

Check Eddys reply in this thread.. Weblogs are there..

Regards,

SUmit

Former Member
0 Kudos

/people/thomas.jung3/blog/2005/05/13/calling-webservices-from-abap-via-https

/people/thomas.jung3/blog/2005/05/09/abap-webservices-logon-language-processing

thanx

Aamir