cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a webservice

Former Member
0 Kudos

My requirement is to create a webservice in abap,which takes emp no. as input and returns hashmap with emp no. as key and name as value of map.Can anyone guide on this please

Accepted Solutions (0)

Answers (3)

Answers (3)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

This is not a Web Dynpro ABAP related question. You must only post Web Dynpro specific questions in this forum. - Locking this thread for being off forum topic.

jj
Active Contributor
0 Kudos

do check this link

[webservice |http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=132350601]

Madhu2004
Active Contributor
0 Kudos

HI,

you can create a RFC function module. and uing the function module you can create a web service.

[Create web service from function module|http://help.sap.com/saphelp_nw70/helpdata/en/e9/ae1b9a5d2cef4ea4b579f19d902871/content.htm]

Regards,

MAdhu