Stefan Klie WSW Software GmbH 1 year ago As far as I know there is currently no officially supported method for adding custom icons to the Launchpad for use with tile creation. But is it planned for the future? I found solutions to manipulate it but we would need it via transport request to our customers. 1 year ago Lavaughn Urbano Intel Corporation 11 months ago Hi Stefan, I have the same question, did you ever get a response? Thanks Much, Lavaughn 11 months ago Stefan Klie WSW Software GmbH 11 months ago Hi Lavaughn, no, unfortunately I got no response. Regards, Stefan 11 months ago Luca Toldo SAP SE 8 months ago Husnul Mub demonstrated in youtube the following way to address this common need: 1.create sap.ui.commons.Image object var Image1 = new sap.ui.commons.Image({src:”icons/icon1.png”,width:”60px”,height:”60px”}); 2. set the Image object as content of the tileContent tileContent:new sap.suite.ui.commons.TileContent({content:[Image1]}) 8 months ago