如何處理SAP CRM Web Service錯誤 - Virtual Interface Method XXXX not supported
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:
This error could also be found via tcode SRT_UTIL:
How to analyze root cause
Set a breakpoint on method below:
write down the content of variable NAME:
However, in table vepfunction there is no respective record for the method:
However, in table VEPFUNCTION there is indeed a record for function /CRMOST/PROD_WS_READ with mapped name /crmost/prodWsRead.
after changing the value of name to /crmost/prodWsRead in debugger,
Then we can get the expected result:
After note 1972155 is implemented, this issue could be fixed.
要獲取更多Jerry的原創文章,請關注公眾號"汪子熙":
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24475491/viewspace-2712837/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 如何處理消費SAP ABAP Web Service時遇到的Unauthorized錯誤WebZed
- 如何處理SAP HANA Web-Based Development Workbench的403 Forbidden錯誤WebdevORB
- SAP CRM如何建立支援Web Service的WORD模板Web
- SAP CRM如何建立支援Web Service的PDF模板Web
- 如何在SAP CRM裡建立和消費Web serviceWeb
- 使用@Service註解出現No bean named 'xxxx' available]錯誤BeanAI
- 處理SAP HANA Web-Based Development Workbench的403 Forbidden錯誤WebdevORB
- flutter和Android混編下出現“No implementation found for method xxxx on channel”錯誤FlutterAndroid
- 錯誤處理:如何通過 error、deferred、panic 等處理錯誤?Error
- CRM中介軟體裡parent not ok的錯誤訊息如何處理
- 錯誤處理
- 如何處理SAP雲平臺錯誤訊息 there is no compute unit quota for subaccount
- 如何處理錯誤訊息PleaseinstalltheLinuxkernelheaderfilesLinuxHeader
- Python錯誤處理Python
- PHP 錯誤處理PHP
- php錯誤處理PHP
- Go 錯誤處理Go
- linux下gdb如何處理coredump錯誤Linux
- 消費SAP C4C Web Service時遇到的Authorization role missing錯誤Web
- Vue init webpack xxxx project 報錯處理(connect ETIMEDOUT 192.30.253.112)VueWebProject
- SAP CRM中介軟體Generic stop set的錯誤如何解決
- 如何處理ABAP DDIC_TYPE_INCONSISTENCY錯誤
- SAP Table function 執行報錯 feature not supported 該如何分析Function
- openGauss 處理錯誤表
- go的錯誤處理Go
- axios 的錯誤處理iOS
- 如何在 Go 中優雅的處理和返回錯誤(1)——函式內部的錯誤處理Go函式
- PostgreSQL cache lookup failed for type XXXX 錯誤SQLAI
- SAP CRM點了附件的超連結後報錯的處理方式
- Python錯誤處理和異常處理(二)Python
- 國產瀚高資料庫簡單實踐 及 authentication method 13 not supported 錯誤解決方法資料庫
- Web呼叫網路攝像頭及各類錯誤處理Web
- Oracle異常錯誤處理Oracle
- 淺談前端錯誤處理前端
- ORACLE 異常錯誤處理Oracle
- PHP 核心特性 - 錯誤處理PHP
- 15-錯誤處理(Error)Error
- Go語言之錯誤處理Go