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

Purchase Orders Using Webservice

Former Member
0 Likes
1,351

Hi Experts,

Am trying to create a PO using a Webservice (converted a custom BAPI into Webservice).

PO is creating when i tested that BAPI in SE37. But its not creating when using as webservice. I have tested the WSDL file in WS navigator.

Please help me out.

Thanks,

Arun.

Hi Experts,

Am trying to create a PO using a Webservice (converted a custom BAPI into Webservice).

PO is creating when i tested that BAPI in SE37. But its not creating when using as webservice. I have tested the WSDL file in WS navigator.

Please help me out.

Thanks,

Arun.

3 REPLIES 3
Read only

Former Member
0 Likes
875

There is one a possible way to debug, in SAP R/3 transaction SE84 -> Enterprise Services -> search with Z*

You will get customize web service; display and test that service..

it will generate a HTML and XML template, from XML you can pass desired data to debug in function module...

Of course, please do not forget to put external break-point...

Thanks

Read only

0 Likes
875

Hi Krishnendu,

Thanks for your Reply.

Solved!!!!!! Issue is with the datatype. I tested in WS Navigator .

Thanks,

Arun.

Read only

0 Likes
875

Closed.