Application Development 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: 

As I can call to a API from ABAP (46C) ?

Former Member
0 Kudos

Hello.

As I can call to a API from ABAP (46C)?

Any idea?

THANKS.

9 REPLIES 9

Former Member
0 Kudos

Hi,

Can you give more details please? Yes you can call external programs from ABAP using the RFC technology, if that is what you are looking for.

Srinivas

0 Kudos

The objective is to send messages SMS using protocol SMPP.

You know any connector ?

Thanks

0 Kudos

Do you have any other SAP systems (like a stand-alone WebAS, BW, etc) that are release 620 or higher. We have a 46C R/3 but a standalone WebAS 620. If so I have a weblog on SDN that describes how we did this using a web service like interface. Plus 620 has some built in SMS functionality.

/people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap

0 Kudos

Hello Thomas,

the specifications have changed. The new objetive that to send messages SMS to a plataform EMI via protocol SMPP TCP/IP. The connection is made via SOCKET. Some idea of like calling to socket from abap?

Thanks

0 Kudos

You are probably going to have call an external program(which in turn is responsible for the actual Socket communication) via RFC. Perhaps one of the connectors (JCo or .Net Connector) would do the trick.

0 Kudos

Thanks Thomas.

0 Kudos

Hi,

Please suggest me that how do i call web services from ABAP. Suppose when purchase Requisition created, i want to pass PR number to web service. So how can pass this PR value to .net Program.

Please help me in this.

Thanks Ravi kuamr

Former Member
0 Kudos

Hello,

iam working wiht .net team. they are using sap .net Connector to connect SAP. In SAP side when Purchase Requisition created, I have to call web services from ABAP. SO i have to pass the Purchase Requisition number to web service(.net Program). Please help me how to call web services from ABAP and how to pass value to that web service. Any one help me.

Thanks

Ravi Kumar

0 Kudos

The answer to that question really depends upon the SAP WebAS (or Basis as it used to be known) release you are on.

Did you have a look at the weblog mentioned earlier in this thread:

/people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap

It shows some examples on 620 and 640. Let us know what you have to work with, and we will see if we can help.