Skip to Content
Author's profile photo Sunil Kumar Maurya

How To:Know UI path (Configuration explorer path)

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

tecj1.JPG

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

tech2.JPG

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

   tech3.JPG

Now search with the same UI in SDK

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

tec4.JPG

Regards

Sunil

Assigned Tags

      18 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      Hello Sunil,

      thank you for this valuable article - indeed I'm missing the F2 help functionality as known from CRM.

      Unfortunately I cannot see the mentioned menu item "Help > Technical information". Below the help menu, I see only the following menu items:

      • Help Center
      • Make SAP Hybris Cloud for Customer Better
      • About SAP Hybris Cloud for Customer

      Snap_2016.05.25 10.00.04_001.png

      I've tried with different user accounts and both with the HTML and Silverlight UI.


      Is this menu item displayed depending on a role or authorisation - what am I missing?

      Please advise how to enable this menu item.

      Thanks in advance for any assistance.

      Best regards,

      Christian.

      Author's profile photo Sunil Kumar Maurya
      Sunil Kumar Maurya
      Blog Post Author

      Hi

      Unfortunately, unable to find why you dont to see such menu, I try to figure it out and let you know waht  configuration or any other authorization needed.

      Author's profile photo Former Member
      Former Member

      Hi again,

      to clarify this issue I've filed an incident and here is the answer (excerpt) from SAP Cloud Support:

      Only Technical users will be able to view Technical Information and only Partner DEV Tenant system have this feature.

      Creating the account types Employee and Service Agent is possible via the respective C4C work center, but for Technical and Support User I see only a table (OWL), without the possibility to create a new technical user.


      APPLICATION AND USER MANAGEMENT > USER AND ACCESS MANAGEMENT > SUPPORT AND TECHNICAL USERS


      And the exact definition of a Technical User is unknown to me, perhaps somebody could point to it? The OWL contains users of communication arrangements - should one really logon to C4C with such a user?

      Anyway - we're not using a development, but a test tenant, so this menu item wouldn't be available.

      Best regards,

      Christian.

      Author's profile photo Richie Feeney
      Richie Feeney

      Hi Christian,

      In HTML5 try this:

      1. Add the paramter debugMode=true after client.html in your url.

           e.g. ...HTML5/client.html?debugMode=true&client....

      2. Then on any data field on the screen hold CTRL and left click.

      3. You should get all the Technical info you need from the screen that opens.

      ClientInspector.png

      Author's profile photo Former Member
      Former Member

      Hi Richie,

      excellent, that's what I was looking for.

      The initial article is here: Front-End Debug Information

      Thanks and best regards,

      Christian.

      Author's profile photo Sunil Kumar Maurya
      Sunil Kumar Maurya
      Blog Post Author

      I do not agree that, this feature is only have available in Partner Dev tenant.

      I have creted this document based on my test tenant (RoleCode = 7). I have also observed that many test tenant this feature is available.

      Can you share your incident number.

      Regards

      Sunil

      Author's profile photo Former Member
      Former Member

      Hello Sunil,

      trusting SAP Cloud Support is my only option.

      Are you able to open this incident? The references are 1000000270 and 3500253911.

      Thanks in advance for your efforts,

      Christian.

      Author's profile photo Sunil Kumar Maurya
      Sunil Kumar Maurya
      Blog Post Author

      Hi

      No, I cant open , but I can discuss with other colleague may help to understand the reason.

      Regards

      Sunil

      Author's profile photo Former Member
      Former Member

      Hi,

      By default this option is available only to support users and users within SAP.

      However to enable this in Silverlight client, there is a report available "ES_ACTIVATE_TECHNICAL_INFO".

      Hope this helps.

      Thanks and Regards,

      Tushar

      Author's profile photo Sunil Kumar Maurya
      Sunil Kumar Maurya
      Blog Post Author

      Hi Tushar,

      Thanks for the detials.

      What is support user here? which work center required to assign to user to be support user.

      As per the incident(3500253911) by Cristian, SAP has clarify that this feature only available for partner development tenant(role code 08).

      If you read other comment, few people can seeing but few are not.

      Anyway thanks for the report, other user can see this feature, why this is restricted?

      Regards

      Sunil

      Author's profile photo Former Member
      Former Member

      Hi Sunil,

      By Support user I meant the user that we use inside SAP to check Customer issues.

      I am not sure why some people see this,only aware that by default it is not exposed outside SAP and if you want to give the access to a particular user then this report is available.

      Regards,

      Tushar

      Author's profile photo Sumeet Narang
      Sumeet Narang

      Hi Sunil,

      Very nice blog.

      I am able to access this button in Silverlight mode. Is this a new functionality from SAP, or it was there all this while and we were unaware about this.

      Thanks and Regards,

      Sumeet

      Author's profile photo Sunil Kumar Maurya
      Sunil Kumar Maurya
      Blog Post Author

      Hi Sumit,

      Thanks.. 🙂

      As per my knowledge it was not always here but I guess it was here since last 2 here.

      Author's profile photo Senthil Murugan
      Senthil Murugan

      Hi Sunil,

      Thanks for the Information.

      Can I expect the same option in ByDesign?

      Regards,

      Senthil

      Author's profile photo Sunil Kumar Maurya
      Sunil Kumar Maurya
      Blog Post Author

      Hi

      For me yes, it works in ByD also, Many people has mentioned that they are seeing Technical Infomation.

      Usually I always log in with Technical user(SDK user).

      Regards

      Sunil

      Author's profile photo Preethi Santhanam
      Preethi Santhanam

      Hi Sunil,

      Great blog showing this new functionality! Works in Silverlight, thank you

      Best Regards,

      Preethi Santhanam

      Author's profile photo Sunil Kumar Maurya
      Sunil Kumar Maurya
      Blog Post Author

      Thanks Preethi.. 🙂

      Author's profile photo Kevin Holland
      Kevin Holland

      Richie Feeney's solution also work in the FIORI client now that the HTML5 client is being retired.  His instructions (edited) were

      In url try this:

      1. Add the paramter debugMode=true after ? in your url.

      e.g. …ui/clogin?debugMode=true&saml2=….

      2. Then on any data field on the screen hold CTRL and left click.

      And again, this only seems to work in the Test tenants.  I had absolutely no ability to find the screens in the configuration explorer before finding this.  See below for the path in the two screen shots, the Client Inspector in the browser and the Configuration Explorer in the UI designer