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: 

Issue in webservice

Former Member
0 Kudos

Hi all,

I have a RFC module which use webservice. My issue is when I run the Function module the output is displaying correctly. But whgen I run the webservice with the same input I'm getting output with all the records instead of specific records as in ECC.

I'm not sure why this issue is happening.

Appreciate your help

3 REPLIES 3

Former Member
0 Kudos

Keerthi- did you try doing an External break-point - that would be the quickest if your FM is complex

arindam_m
Active Contributor
0 Kudos

Hi,

I think the values that you pass are taken in as invalid say a DATE or TYPE that is not converted in the Web service that affects the way value is fetched. Try doing an external break-point should help you understand what the input parameters look like after the control goes to the RFC via Webservice.

Cheers,

Arindam

former_member206439
Contributor
0 Kudos

Check the WebService with External Break point.

The Webservice input values may be not mapping to FM input values and reading all the entries from the table with void open selection.