如何處理SAP CRM Web Service錯誤 - Virtual Interface Method XXXX not supported

i042416發表於2020-08-19

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


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24475491/viewspace-2712837/,如需轉載,請註明出處,否則將追究法律責任。

相關文章