cancel
Showing results for 
Search instead for 
Did you mean: 

Template shareable error message, SAPUI5 SRMNXP shopping cart

Former Member
0 Kudos

Hi All,

My Shopping cart was upgraded to 1.28.30 from 1.28.7 , after this my application throwing below errors on conselo

on top of my existing custom code also dumping

var oPDData1 = {items: PDitems };

var oPD1Model = new sap.ui.model.json.JSONModel(oPDData1 );

sap.ui.getCore().setModel(oPD1Model, "PD1items");

if(oPD_DD1 && oPD_DD1.getVisible()){

var purGrpList = new sap.ui.core.ListItem({ text: { path: "PD1items>text" },key: { path: "PD1items>key" }});

oPD_DD1.bindItems("PD1items>/items", purGrpList);

above piece of code is working absolutely fine in other systems where the sap.ui.version = 1.28.7....now I am worried what is the fix and went through some of the blogs and non are helped.

Thanks

Rajesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI All,

Above TemplateSharable error is not causing any big trouble, and other error is due to some SPRO missing configurations.

Resloved.

Thanks

Rajesh

Answers (0)