0% found this document useful (0 votes)
38 views

How To Find SAP UI5 Application Component

Uploaded by

Sriram C S
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views

How To Find SAP UI5 Application Component

Uploaded by

Sriram C S
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

9/17/2018 How to find SAP UI5 application component quickly | SAP Blogs

Products
Products Industries
Industries Support
Support Training
Training Community
Community Developer
Developer Partner
Partner

About
About

 
Home / Community / Blogs + Actions

How to find SAP UI5 application component


quickly
September 13, 2018 | 248 Views |

Ali Chalhoub
more by this author

SAPUI5
SAP Fiori Launchpad

share
0 share tweet share

Follow RSS

When working with SAP UI5 application(s) and the user experiences a
problem, it is important to send the incident to the correct component to get

https://blogs.sap.com/2018/09/13/how-to-find-sap-ui5-application-component-quickly/?source=social-Global-SAP+Developers-FBPAGE-AudienceEng… 1/3
9/17/2018 How to find SAP UI5 application component quickly | SAP Blogs

the help very quickly from SAP either by using Expert Chat channel or creating
an incident. SAP offers many support channels to our customers to get
support quickly, but the challenge is to find the correct component and log the
incident under the correct component so the expert team can follow up quickly
and provide fast resolution.

In this blog, I will share with you a very quick way to locate the component of
an SAP UI5 application so the incident can go to the correct team quickly.

These steps apply only to SAP UI5 applications and only if the SAP UI5
application has a support component defined.

1. Using Chrome, open Fiori Launchpad and login


2. Press F12 to access the debugging tool on Windows. Shortcut for Mac
is CTRL+OPTON+K
3. Click on the Fiori tile application you need to find the component for in
Fiori Launchpad ( for example .. ) let’s say I am using “My Inbox”
application and I do not know the component. Click on My Inbox tile
4. In the debugger click on Console tab as shown below:

5. Execute this line of code from the console

rvice("AppLifeCycle").getCurrentApplication().componentInstance.getM

6. This will show you the component as shown below:

Note: If after executing the code and you get “Undefined”, that means two
things:

1. Either you are not in the applicationOr


2. The application did not have a component associated with it

https://blogs.sap.com/2018/09/13/how-to-find-sap-ui5-application-component-quickly/?source=social-Global-SAP+Developers-FBPAGE-AudienceEng… 2/3
9/17/2018 How to find SAP UI5 application component quickly | SAP Blogs

Alert Moderator

1 Comment
You must be Logged on to comment or reply to a post.

John Taylor

September 13, 2018 at 4:21 pm

Thanks for this. This is a useful way to get at the manifest without having to reload in
debug or read it out of the component-preload.

Share & Follow


Privacy Terms of Use Legal Disclosure Copyright Trademark Cookie Preferences Sitemap Newsletter

https://blogs.sap.com/2018/09/13/how-to-find-sap-ui5-application-component-quickly/?source=social-Global-SAP+Developers-FBPAGE-AudienceEng… 3/3

You might also like