Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
sunil1101
Advisor
Advisor

Hi All,

Most of the time people want to extend some UI but unable to find the exact path in SDK, Here I will tell you about a simple feature, using this, you can find exact patch of current UI in SDK.

Steps to search UI path.

1. First navigate to target UI, for example I want to search Employee QAF, navigation path "Administrtor->Employee->click on Edit->Employee QAF"

2. Then Click on help ( top most left corner )--> Click on Technical Information

3. It will open a new window under the "Debug Console", click on "Debug Information"

4. In a new window of Debug Information click on tab Data Container, you will find the UI path as Component Name, in below sceen UI path is highlighted

  

Now search with the same UI in SDK

Open UI goto Configuration Explorer and expnad the path as you have found above

Regards

Sunil

18 Comments