Application Development and Automation 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: 
Read only

Error after executing WS from FM

Former Member
0 Likes
793

Hello all!!

I'm having some problems executing a FM after exposing it as a webservice. I have a Function Group where i have some useful FM's and never had a problem exposing them until yesterday. When I go to WS Navigator and try to execute it, the following error msg appears:

HTTP/1.1 500 Internal Server Error
content-type: text/xml; charset=utf-8
content-length: 453

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><soap:Fault><faultcode> soap:Servidor </faultcode><faultstring xml:lang="en"> RABAX ocurrido en el lado del servidor </faultstring><detail><sap:Rabax xmlns:sap="20130710093122SYNTAX_ERRORhttp://www.sap.com/webas/710/soap/runtime/abap/fault/generic"><SYDATUM>201...>

As I said, this never happened before. Even whe i try to execute the FM ZWAPI_WF_END (the one where i cerated the WS) it in SE37, this error appears:

Sorry about attaching the error as an image, but i had some problems with my laptop and the time is precious right now.

Regards IA

3 REPLIES 3
Read only

Former Member
0 Likes
672

Hi,

  Looks like there is a syntax error in the function module or in the function group..

  Please fix that.

Thanks

Naren

Read only

0 Likes
672

Indeed, there is some error regarding the field WORKITEM. The thing is that since i am not an ABAP developer and these programs were developed for someone that is no longer working with us, i wanted to know a clue of why is this happening since the source code has not been modified in years.

Regards

Read only

0 Likes
672

Hi,

  Not sure how I can help in this regard....go to the function module...and press Ctrl + F7..it will show the syntax errors. and You can ask the abap team to check on syntax errors..

  Sorry..My answer may not be great...:-).

Thanks

Naren