cancel
Showing results for 
Search instead for 
Did you mean: 

SMS through SAP PI

apu_das2
Active Contributor
0 Kudos

Hi,

I got a new requirement from the client and don't understand how to develop interface for this.

Requirement : One third party system will send some request to PI through a web service accordingly data will be fetched from SAP ISU and at the same time one sms with some details need to send to the mobile no that will come from third party end at the time of getting request.

Please help me to develop this through single interface.

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

praveen_sutra
Active Contributor
0 Kudos

Hi Apu,

Please go through below blogs

this might help:

thanks and regards,

Praveen T

former_member182412
Active Contributor
0 Kudos

Hi Apu,

Is your interface asynchronous? If yes then do SOAP to Proxy and inside the proxy using abap code you can SMS. Please refer below blog. If it is synchronous then after sent the sms you can send the response to third party using synchronous proxy.

Regards,

Praveen.