Issue description

The web service PROD_WS. Details could be found in this blog.
When consuming the web service via an ABAP program, the following error message is raised:

如何处理SAP CRM Web Service错误 - Virtual Interface Method XXXX not supported

This error could also be found via tcode SRT_UTIL:

如何处理SAP CRM Web Service错误 - Virtual Interface Method XXXX not supported

How to analyze root cause

Set a breakpoint on method below:

如何处理SAP CRM Web Service错误 - Virtual Interface Method XXXX not supported

write down the content of variable NAME:

如何处理SAP CRM Web Service错误 - Virtual Interface Method XXXX not supported

However, in table vepfunction there is no respective record for the method:

如何处理SAP CRM Web Service错误 - Virtual Interface Method XXXX not supported

However, in table VEPFUNCTION there is indeed a record for function /CRMOST/PROD_WS_READ with mapped name /crmost/prodWsRead.

如何处理SAP CRM Web Service错误 - Virtual Interface Method XXXX not supported

after changing the value of name to /crmost/prodWsRead in debugger,

如何处理SAP CRM Web Service错误 - Virtual Interface Method XXXX not supported

Then we can get the expected result:

如何处理SAP CRM Web Service错误 - Virtual Interface Method XXXX not supported

After note 1972155 is implemented, this issue could be fixed.

要获取更多Jerry的原创文章,请关注公众号"汪子熙":
如何处理SAP CRM Web Service错误 - Virtual Interface Method XXXX not supported

相关文章:

  • 2021-10-03
  • 2021-11-17
  • 2021-04-11
  • 2022-12-23
  • 2021-09-28
  • 2021-06-26
猜你喜欢
  • 2021-10-01
  • 2021-06-27
  • 2021-07-18
  • 2021-10-15
  • 2022-12-23
  • 2021-12-14
相关资源
相似解决方案