cancel
Showing results for 
Search instead for 
Did you mean: 

Missing Adaptation after Deployment to Fiori Launchpad

jomesili-2
Explorer
0 Kudos
364

Hello, I am adapting an the Standard Manage Purchase Orders App. My adaption works and can be seen when  using App preview in BAS (Business Application Studio).

I have deployed the app with out a problem in using deployment. Given the manifest below

{
  "fileName": "manifest",
  "layer": "CUSTOMER_BASE",
  "fileType": "appdescr_variant",
  "reference": "ui.ssuite.s2p.mm.pur.po.manage.st.s1",
  "id": "customer.very.demure",
  "namespace": "apps/ui.ssuite.s2p.mm.pur.po.manage.st.s1/appVariants/customer.very.demure/",
  "version": "0.1.0",
  "content": [
    {
    "changeType": "appdescr_ui5_addNewModelEnhanceWith",
    "content": {
        "modelId": "i18n"
    },
    "texts": {
        "i18n": "i18n/i18n.properties"
    }
},
    {
    "changeType": "appdescr_ui5_addNewModelEnhanceWith",
    "content": {
        "modelId": "@i18n"
    },
    "texts": {
        "i18n": "i18n/i18n.properties"
    }
},
    {
    "changeType": "appdescr_ui5_addNewModelEnhanceWith",
    "content": {
        "modelId": "i18n|sap.suite.ui.generic.template.ListReport|C_PurchaseOrderTP"
    },
    "texts": {
        "i18n": "i18n/ListReport/C_PurchaseOrderTP/i18n.properties"
    }
},
    {
    "changeType": "appdescr_ui5_addNewModelEnhanceWith",
    "content": {
        "modelId": "i18n|sap.suite.ui.generic.template.ObjectPage|C_PurchaseOrderTP"
    },
    "texts": {
        "i18n": "i18n/ObjectPage/C_PurchaseOrderTP/i18n.properties"
    }
},
    {
    "changeType": "appdescr_ui5_addNewModelEnhanceWith",
    "content": {
        "modelId": "i18n|sap.suite.ui.generic.template.ObjectPage|C_PurchaseOrderItemTP"
    },
    "texts": {
        "i18n": "i18n/ObjectPage/C_PurchaseOrderItemTP/i18n.properties"
    }
},
    {
    "changeType": "appdescr_ui5_addNewModelEnhanceWith",
    "content": {
        "modelId": "i18n|sap.suite.ui.generic.template.ObjectPage|C_PurchaseOrderLimitItemTP"
    },
    "texts": {
        "i18n": "i18n/ObjectPage/C_PurchaseOrderLimitItemTP/i18n.properties"
    }
},
    {
    "changeType": "appdescr_ui5_setMinUI5Version",
    "content": {
        "minUI5Version": "1.114.9"
    }
},
    {
      "changeType": "appdescr_app_setTitle",
      "content": {},
      "texts": {
        "i18n": "i18n/i18n.properties"
      }
    }
  ]
}
After deploy the next step requires Target mapping configuration. 
How do I configure the target mapping to ensure that the Variant App shows up on screen and the Adaptation is also there.
Currently the Adaptation part doesn't show up
jomesili2_1-1726150830235.png

 


jomesili2_0-1726150718531.png

Thank you for your answers Experts 

View Entire Topic
junwu
Active Contributor
0 Kudos

can you try removing the url in your target mapping? only ID needed.

jomesili-2
Explorer
0 Kudos

Thank you for you response. greatly appreciated. I have removed the Url and it's still not showing up. Please advice

junwu
Active Contributor
0 Kudos
check if you are loading the correct tile/target mapping
jomesili-2
Explorer
0 Kudos
Do have a look
jomesili-2
Explorer
0 Kudos

Do have a look , Whats the correct target mapping settings

ID Settings

1) ui.ssuite.s2p.mm.pur.po.manage.st.s1/appVariants/customer.very.demure/

or

2) customer.very.demure/Screenshot 2024-09-12 222851.png
My Tile
Screenshot 2024-09-12 223314.png


Folder Structure

jomesili2_1-1726202167482.png

Thanks for your responses

 

jomesili-2
Explorer
0 Kudos

Its the flow of configuration I am looking out for. Thanks