// Sample for adding a tile to a Launchpad group
sap.ushell.Container.getService("LaunchPage").addTile(oTile, oGroup)
   .done(function () {
      console.log("Tile added successfully");
   })
   .fail(function (sError) {
      console.log("Failed to add tile:", sError);
   });