Hi folks ,
I followed the xsds blog from this link .
SAP HANA SPS 09: New Developer Features; XSDS (XS Data Services)
On trying it I am facing a lot issues.
Please find below the code of my test.xsjs file
// I have successfully created a bbdoard.hdd file with a post and comment entites
var xsds=$.import("sap.hana.xs.libs.dbutils", "xsds");
var Post =xsds.$importEntity("test.db",
"bboard.post", {
testname:String(10)
});
here I have added the field testname, the xsjs executes sucessfully but there is no change in my entity.
I am using HANA rev 95.
I also tired to extend the post entity with the comment association with backlink ,
that also reflects no change in the post entity .
Can you please help in this issue.
thanks and regards
Rakshetha