cancel
Showing results for 
Search instead for 
Did you mean: 

How to find component ID of SAP UI5 BSP Application

former_member540067
Active Participant
0 Kudos

Dear All,

I have deployed an SAP UI5 Application to ABAP Repository. I want to check the component ID of the app in SAP System. How i can check that?

Regards

ANMOL

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member246153
Active Contributor
0 Kudos

Hi Anmol,

Please check the component.js file in you app for the component id.

return UIComponent.extend("com.xxx.app.Component", {

...

...

}

here the component id is com.xxx.app

Please refer the below link for more information on Component

https://sapui5.hana.ondemand.com/#/topic/27ce0e4987cd426f8fa3e60836316428

Regards,

Srinivasan V

former_member540067
Active Participant
0 Kudos

Hi Srinivasan,

I am aware of this method. Thanks for the information .

I am looking for a method to check / verify the Component ID in SAP GUI like somewhere from any TCODE or Report.

Thanks

Anmol