前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >SAP Fiori应用里一些OData错误排查的最佳实践

SAP Fiori应用里一些OData错误排查的最佳实践

作者头像
Jerry Wang
发布2019-05-30 18:15:29
6180
发布2019-05-30 18:15:29
举报

Approach1

登录SAP网关系统(Gateway system), use tcode /IWFND/ERROR_LOG, try to find the corresponding error entry by comparing column “Date”, “Time” and “User” with the one you wrote down in step1. If you have successfully found one, please make a screenshot and highlight it and then send the incident back to me. I will continue the analysis based on the error log you found.

在这里插入图片描述
在这里插入图片描述
  1. if nothing error log found in gateway system , then please log on CRM backend system using tcode /IWBEP/ERROR_LOG. Do the similar steps as step 2.

Approach2

Alternatively, you can use tcode /IWFND/TRACES in gateway system.

Create a new entry for the user which you perform the test in Iphone, set error log level to F - Full and enable Payload Trace.

在这里插入图片描述
在这里插入图片描述

Then perform the opportunity creation in Iphone. Once done, check the Payload Trace tab. Check if there are any entry with status error ( red light ).

在这里插入图片描述
在这里插入图片描述

Double click on a given entry and you can get the detail of request and response.

If nothing found in gateway system, you can use tcode /IWBEP/TRACES in CRM backend system, this time you switch on log with Error log Level = full and enable Performance Trace:

在这里插入图片描述
在这里插入图片描述

And then you perform the opportunity creation in IPhone again, and once done go back to this tcode to try to find if there are any entry with error status.

在这里插入图片描述
在这里插入图片描述
本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2018年11月24日,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • Approach1
  • Approach2
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档