Hi guys,
I have a individual table, and I want to show the data of it on the view of ICWebClient application by the tableview.
Now what I need is a context node to work as a model. (I was told not to create our own data model class inherited CL_BSP_MODEL2) But the cookbook only show us one way:create attributes, create set types and assign the attributes to the newly create set types, and define new object and assign the set types to the newly defined object. But I don't think this way is suitable for my problem.
Is there anybody know how to create our own BOL entity so that we could use it to store the data of individual table as context node.
Thanks very much.