SlideShare a Scribd company logo
3/13/2017 SAP Fiori LL11 – Consultants should know about OData troubleshooting | SAP Blogs
https://blogs.sap.com/2013/11/13/sap­fiori­ll11­consultants­should­know­about­odata­troubleshooting/ 1/13
Community  /  Blogs
Get Started

Solutions  Support Training Community  Developer  Partner 
About 
Masayuki Sekihara 
more by this author
Follow
SAP Fiori LL11 – Consultants
should know about OData
troubleshooting
November 13, 2013  |  4,566 Views  |
SAP Fiori
 fiori
share
  
0 share
  
0 tweet
 
share
  
13
SAP Fiori Lessons Learned 11
Consultants should know about OData troubleshooting
 
Background:
3/13/2017 SAP Fiori LL11 – Consultants should know about OData troubleshooting | SAP Blogs
https://blogs.sap.com/2013/11/13/sap­fiori­ll11­consultants­should­know­about­odata­troubleshooting/ 2/13
SAP Fiori apps are out of the solution but you face several issues
because main functions are in backend ERP and each customer has
different backend setup/configuration. OData is the communication
channel to the backend servers via get/post/put method.
 
Lessons Learned:
Understanding OData and backend function are must requirements for
consultants.
Application consultants should learn about OData technical and
runtime behavior
Technical consultants should learn about ERP application
functions
Both application consultants and technical consultants should
work together
 
Consultants should know following steps.
 
Step 1. Identity the OData service call
1.1 Run the app
1.2 Inspect element
Right click ­> Inspect element (Chrome), F12 (IE), then go to Network
tab
3/13/2017 SAP Fiori LL11 – Consultants should know about OData troubleshooting | SAP Blogs
https://blogs.sap.com/2013/11/13/sap­fiori­ll11­consultants­should­know­about­odata­troubleshooting/ 3/13
Ignore the warning or error message in the Console tab at this point in
time. Focus on OData troubleshooting.
 
1.3 Refresh the app or browser
1.4 Find the last called OData URI
Scroll down to the bottom of inspect element and find the OData
/sap/opu/odata/sap/.. from bottom.
3/13/2017 SAP Fiori LL11 – Consultants should know about OData troubleshooting | SAP Blogs
https://blogs.sap.com/2013/11/13/sap­fiori­ll11­consultants­should­know­about­odata­troubleshooting/ 4/13
http://<host>.<domain>:
<port>/sap/opu/odata/sap/GBAPP_POAPPROVAL;mo/WorkflowTaskColl
ection(SAP__Origin=’ONE_800′,WorkitemID=’000001104681′)/HeaderD
etails?$expand=ItemDetails,Notes,Attachments,ItemDetails/Limits
 
Step 2. Test OData in the Gateway client
2.1 Copy & Paste the OData URI
Transaction: /IWFND/GW_CLIENT. You should logon with the application
user same as Fiori app logon.
2.1 Check the OData response
If http response is not 200, you may have some connection setting
issue.
If tttp response is 200 but OData service does not return application
data, you should go Step.5 debug section.
 
3/13/2017 SAP Fiori LL11 – Consultants should know about OData troubleshooting | SAP Blogs
https://blogs.sap.com/2013/11/13/sap­fiori­ll11­consultants­should­know­about­odata­troubleshooting/ 5/13
Step 3. Check error log
3.1 Transaction /IWFND/ERROR_LOG
Select the “Error Context”
Call Stack helps you to set external break points.
3.2 Transaction /IWFND/APPS_LOG
3/13/2017 SAP Fiori LL11 – Consultants should know about OData troubleshooting | SAP Blogs
https://blogs.sap.com/2013/11/13/sap­fiori­ll11­consultants­should­know­about­odata­troubleshooting/ 6/13
Reference: Troubleshooting a SAP Netweaver Gateway Service
 
Step 4. Find the Runtime Data Provider class
4.1 Transaction /IWFND/MAINT_SERVICE
4.2 Transaction SE24
Open the Data Provider Class. Go to Property tab.
3/13/2017 SAP Fiori LL11 – Consultants should know about OData troubleshooting | SAP Blogs
https://blogs.sap.com/2013/11/13/sap­fiori­ll11­consultants­should­know­about­odata­troubleshooting/ 7/13
4.3 Transaction SE80
Open the package.
Class ­> Runtime Data Provider Class ­> Method ­> Redefinitions
The example OData URI has &expand oprion, so you should look at the
method GET_EXPANDED_ENTITY.
3/13/2017 SAP Fiori LL11 – Consultants should know about OData troubleshooting | SAP Blogs
https://blogs.sap.com/2013/11/13/sap­fiori­ll11­consultants­should­know­about­odata­troubleshooting/ 8/13
Step 5. Set External break points and debug
5.1 Check the user
Go to Utilities ­> Settings
Make sure the user is application user.
5.2 Set external break points
5.3 Debug
Test the OData URI from Gateway Client. You can now debug the code.
Most of case, issue is related with ERP customizing or master data.
Each customer has different customizing setting and master data.
 

More Related Content

PDF
Simple exercise on o data and sap ui5 application for the basic crud operatio...
PDF
Open sap fiori1_week_01_unit_01_courseintro
PDF
160d74ec 597c-0010-82c7-eda71af511fa
PDF
Z sap boe-2016-techws-04_vs_fiori-app-with-eclipseluna-accessing-zsap-system
PDF
Sap fiori tutorial
PDF
Open sap fiori1_week_02_unit_01_deplov
PPTX
Sapui5 & Fiori
PDF
SAP Screen Personas overview December 2012
Simple exercise on o data and sap ui5 application for the basic crud operatio...
Open sap fiori1_week_01_unit_01_courseintro
160d74ec 597c-0010-82c7-eda71af511fa
Z sap boe-2016-techws-04_vs_fiori-app-with-eclipseluna-accessing-zsap-system
Sap fiori tutorial
Open sap fiori1_week_02_unit_01_deplov
Sapui5 & Fiori
SAP Screen Personas overview December 2012

What's hot (20)

PDF
Sap fiori-ux-architecture-for-s4h
PDF
End to-end sap fiori extensibility use case
PPTX
SAP Fiori ppt
PPTX
Introduction Into SAP Fiori
PDF
Fast Track your SAP Fiori Journey with HANA Cloud Platform
PDF
Sap screen personas performance optimization guide v0.96
PDF
SAP Screen Personas 3.0 Oct 2014
PDF
Sap screen personas and sap fiori help me choose
PPTX
Fiori Presentation
DOC
How to guide-fiori-mm_en_xx
PPTX
How to Create "Hello, World!" in Fiori
PDF
sap fiori architecture
PDF
SAP Screen Personas June 2016
PDF
Fisker Automotive 2015 UX1880 ASUG SAPPHIRE
PDF
Fiori for s4 hana troubleshooting tips and tricks
PDF
SAPUI5 for everything
PDF
SAP TechEd 2016 when_to_use_fiori_or_sap_screen_personas
PDF
SAP Screen Personas Technology Service Conference March 2013
PDF
Webinar- SAP Fiori Deep Dive 1.0- Prosoft Technology Group
PDF
Next Generation Content Management in SAP NetWeaver Portal
Sap fiori-ux-architecture-for-s4h
End to-end sap fiori extensibility use case
SAP Fiori ppt
Introduction Into SAP Fiori
Fast Track your SAP Fiori Journey with HANA Cloud Platform
Sap screen personas performance optimization guide v0.96
SAP Screen Personas 3.0 Oct 2014
Sap screen personas and sap fiori help me choose
Fiori Presentation
How to guide-fiori-mm_en_xx
How to Create "Hello, World!" in Fiori
sap fiori architecture
SAP Screen Personas June 2016
Fisker Automotive 2015 UX1880 ASUG SAPPHIRE
Fiori for s4 hana troubleshooting tips and tricks
SAPUI5 for everything
SAP TechEd 2016 when_to_use_fiori_or_sap_screen_personas
SAP Screen Personas Technology Service Conference March 2013
Webinar- SAP Fiori Deep Dive 1.0- Prosoft Technology Group
Next Generation Content Management in SAP NetWeaver Portal
Ad

Viewers also liked (20)

PDF
Hyperion Planning Overview
PDF
CMMI an Overview
PDF
Sap fico Study material
PDF
MAHESH SAP FI NOTES
PDF
Finit Hyperion Planning & PBCS Simplified User Interface
PDF
Microservices based Application Integration for SaaS, Hybrid Clouds and IoT
PPTX
SAP Fiori Development from Scratch
PDF
SAP HANA Cloud Security
PDF
Gateway Deployment Options
PDF
DAY1- DAY2Netweaver gateway
PDF
DAY1- DAY2Netweaver gateway
PDF
Integration: The $100 Billion Opportunity No One Wants to Talk About
PPTX
Build an Application Integration Strategy
DOC
Các giải pháp marketing nhằm nâng cao doanh thu tại công ty tnhh thương mại v...
PPTX
OData - The Universal REST API
PDF
DAY1- DAY2Netweaver gateway
DOC
Planning learn step by step
PPTX
The Future of Application integration
PDF
SAP MM Configuration Step by Step guide by Tata Mcgraw hill
PDF
SAP S/4 HANA - SAP sFIN (Simple Finance) - Financial Reporting and Advanced A...
Hyperion Planning Overview
CMMI an Overview
Sap fico Study material
MAHESH SAP FI NOTES
Finit Hyperion Planning & PBCS Simplified User Interface
Microservices based Application Integration for SaaS, Hybrid Clouds and IoT
SAP Fiori Development from Scratch
SAP HANA Cloud Security
Gateway Deployment Options
DAY1- DAY2Netweaver gateway
DAY1- DAY2Netweaver gateway
Integration: The $100 Billion Opportunity No One Wants to Talk About
Build an Application Integration Strategy
Các giải pháp marketing nhằm nâng cao doanh thu tại công ty tnhh thương mại v...
OData - The Universal REST API
DAY1- DAY2Netweaver gateway
Planning learn step by step
The Future of Application integration
SAP MM Configuration Step by Step guide by Tata Mcgraw hill
SAP S/4 HANA - SAP sFIN (Simple Finance) - Financial Reporting and Advanced A...
Ad

Similar to Sap fiori ll11 – consultants should know about o data troubleshooting sap blogs (6)

PDF
troubleshooting Fiori.pdf
PDF
SAPUI5 with OData and SAP Fiori - Course Content.pdf
PDF
UiPath and SAP Fiori Automation A Practical Approach - Part 4.pdf
PDF
sap_fiori_tutorial.pdf
PDF
sap_fiori_tutorial.pdf
PPTX
How to Implement Fiori Central Hub 1610
troubleshooting Fiori.pdf
SAPUI5 with OData and SAP Fiori - Course Content.pdf
UiPath and SAP Fiori Automation A Practical Approach - Part 4.pdf
sap_fiori_tutorial.pdf
sap_fiori_tutorial.pdf
How to Implement Fiori Central Hub 1610

More from Nagendra Babu (8)

PDF
Sap netweaver gateway_2.0_sap_net_weaver
PDF
Sap net weaver gateway and o data - sap netweaver gateway - sap library
PDF
Saml sap netweaver_fiori
PDF
Getting started with sap fiori, net weaver gateway &amp; sapui5
PDF
E4832528 5a7c-0010-82c7-eda71af511fa
PDF
Ac fr ogc7-mj_8ycozkm9utakolnuvpoehmpvpq8scic8rd_r4tapovstrv4txbk5mffoolznngh...
PDF
Ac409c27 5a7c-0010-82c7-eda71af511fa
PDF
44779e8c 5b7c-0010-82c7-eda71af511fa
Sap netweaver gateway_2.0_sap_net_weaver
Sap net weaver gateway and o data - sap netweaver gateway - sap library
Saml sap netweaver_fiori
Getting started with sap fiori, net weaver gateway &amp; sapui5
E4832528 5a7c-0010-82c7-eda71af511fa
Ac fr ogc7-mj_8ycozkm9utakolnuvpoehmpvpq8scic8rd_r4tapovstrv4txbk5mffoolznngh...
Ac409c27 5a7c-0010-82c7-eda71af511fa
44779e8c 5b7c-0010-82c7-eda71af511fa

Recently uploaded (20)

PDF
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
PDF
01-Introduction-to-Information-Management.pdf
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PPTX
Cell Structure & Organelles in detailed.
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
Pharma ospi slides which help in ospi learning
PDF
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PPTX
Cell Types and Its function , kingdom of life
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Basic Mud Logging Guide for educational purpose
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
Business Ethics Teaching Materials for college
PDF
Complications of Minimal Access Surgery at WLH
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
01-Introduction-to-Information-Management.pdf
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Cell Structure & Organelles in detailed.
PPH.pptx obstetrics and gynecology in nursing
Supply Chain Operations Speaking Notes -ICLT Program
Final Presentation General Medicine 03-08-2024.pptx
Pharma ospi slides which help in ospi learning
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
STATICS OF THE RIGID BODIES Hibbelers.pdf
Cell Types and Its function , kingdom of life
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
human mycosis Human fungal infections are called human mycosis..pptx
Basic Mud Logging Guide for educational purpose
102 student loan defaulters named and shamed – Is someone you know on the list?
Anesthesia in Laparoscopic Surgery in India
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Business Ethics Teaching Materials for college
Complications of Minimal Access Surgery at WLH

Sap fiori ll11 – consultants should know about o data troubleshooting sap blogs