Hi all,
I've got a problem to change a field StampNum in the Delivery Note from AddOn. There's no sach a property for the BusinessObject (oDocument). I've tried to make it SQL connection. It works, but if I try to edit the Delivery Note from the form, I get the error message about another user who's changed the table. Is there any legal way to edit fields which has no properties in the appropriate Business Object?
Best regards,
Mark
Hi,
I was able to change the value of StampNum using SQL and continue to work with it well via the application.
without seeing your code I can only suggest using the start & end transaction and closing the recordset opened with the query.
This lock of the record in DB might be from your code.
In case you cannot solve this - send me your code.
Regards,
Yaniv G.
SDK Consultant,
SAP Manage Israel.
Add a comment