cancel
Showing results for 
Search instead for 
Did you mean: 

Web Service is not Working

Former Member
0 Kudos

HI Experts,

I have created a FM for creation/updating of Business Partner. My FM is working fine and not giving error.

I published this FM as a Web Service, and it got generated successfully.

Now when i am running this web service, my FM is not working properly and start throwing errors.

do i need to follow some specific guidelines in coding?

any idea what could be the reason?

-

Dave

Accepted Solutions (0)

Answers (1)

Answers (1)

hemant_chahal
Contributor
0 Kudos

Hi Dave,

What are the errors you get while testing the webservice?

Thanks,

Hemant

Former Member
0 Kudos

HI Hemant,

Error which i am getting are related to ABAP code.

like i am updating BP's marketing attributes, Relationships Sales Area Data.

i have used Std. BAPI's for updating these.

in my FM these are working fine no error is given, but when i test my Web Service these BAPI start giving errors.

for example: Relation Ship is giving like invalid relation ship category

In-valid Sales Area

Any idea what could be the reason.

-

Dave

Former Member
0 Kudos

Error was due to conersion errors.

from String to internal program type.

-

Dave