Off hand I don't think the interface on the update procedure is right. If I remember right, you have to have the table structure on the in and out parameter. However if you are on SPS07 I would really recommend XSJS exits instead of SQLScript ones. They were new in SPS07. Generally the XSJS exits are better suited to the kinds of processing you would do in XSODATA exits. Plus the interface is more flexible than procedure exits. Even if I do my transactionality in procedures, I still just call those from XSJS exits in XSODATA.
↧