Hi All,
I have an android project which consist some SAP MBO and I want to save a line item to the local database with the following code but cause error:
T_AVLITEM newItem = new T_AVLITEM();
newItem.setAVLNO("1");
newItem.setANLN1("2");
newItem.save(); <-- error
Project cause a run time error of "NoSuchOperationException", Can anyone see what I might be doing wrong?
Please help.
Regards
Choong