Hello all
I have a simple z-table, and need to create a web UI view to maintain it, just like sm30 in sapgui. So I created a Simple Object in spro (Define Simple Object), created a search object for it, and maintained entry in the view CRMV_TBLOBJ_MAP.
I tested it in genil bol browser, it works fine, I can create new object using the z-bol. And I can find the data from the z-table using my search object.
However, the entity returned by my search object can not be locked. I tried to lock the found entity in genil bol browser, it says, the entity can not be locked. This certainly caused problem, because it can not be locked, I can not update data into the z-table using my custom BOL. (Acutally I built a custom view, and BOL entity can not be locked in hte event handler, that's why I tried the bol entity in genil bol browser. It just confirmed it).
So my question is why can't my custom BOL entity be locked? Is there anything I missed? I strictly followed the steps.
Please share your experience.
Thanks
Jayson