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
Thank you for your answers Experts
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.