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: 

call transactio via Web Service

Former Member
0 Kudos

Hi I have implemented a "call transaction" in

a function. Function works correctly. So I have created a web services by this function.

When I run my web service I have an error in my response because no data is present in dynpro 1000. I think I set an RFC destination using sm59 transaction.

How can I set this RFC destination ?

Thank U!!!

Luca

1 ACCEPTED SOLUTION

former_member376453
Contributor
0 Kudos

Check this link, this might be [helpful|https://www.sdn.sap.com/irj/scn/wiki?path=/display/ep/creating%252ban%252brfc%252bdestination] to you.

4 REPLIES 4

former_member376453
Contributor
0 Kudos

Check this link, this might be [helpful|https://www.sdn.sap.com/irj/scn/wiki?path=/display/ep/creating%252ban%252brfc%252bdestination] to you.

former_member156446
Active Contributor
0 Kudos

that should be some thing to do with authorizations of the user id that is used to execute the web service.. nothing with RFC dest. if there was a problem in RFC hit would have not occured...

use the corresponding roles and view/change access to the user id you are using to call the web service.

0 Kudos

I'm testing my ws directly on web service navigator of my web application server so do not need permission.

0 Kudos

I understand my problem: I need to set the indentity of sap user while executing web service to a particolar user system.

An idea about do it ?