cancel
Showing results for 
Search instead for 
Did you mean: 

OVP CDS SAP CAP - sap.ushell.Container is undefined in SAPUI5 app deployed on SAP BTP Cloud Foundry

diegoguizzo
Explorer
0 Kudos

hi,

It happens to me with OVP CDS SAP CAP, clicking on the card stops the execution for the validation, sap.ushell.Container is undefined in SAPUI5 app deployed on SAP BTP Cloud Foundry

CDS

annotate catalogservice.productos with @UI.LineItem #bar: [

{

$Type : 'UI.DataFieldForIntentBasedNavigation',

Label : 'Action for Navigation TEST',

SemanticObject: 'SO_PRODUCTOS',

Action : 'display',

Inline : true

},

{

$Type: 'UI.DataField',

Label: 'Titulo',

Value: title

},

{

$Type: 'UI.DataField',

Label: 'Cantidad ',

Value: stock

}

];

Do you know how to solve the problem?

Greetings Diego

Accepted Solutions (0)

Answers (0)