Hi,
I need to find a way to know if an order entry changed since the last time my software read the information. (Something like "last post date and time")
So what I did is to list all the fields in the OE0520 view. Copy all values in an Excel sheet. Then I updated the order entry and list all fields again. Put the new values in excel an compare each fields values. The only one that changed (except the "description" for my test) is SHIUNIQ (not sure what it is used for).
So unless SHIUNIQ is the field I should use to make my verification, I don't know how to do it.
Another solution would be to read directly in the database in OEORDH and compare the AUDTDATE and AUDTTIME to the one previously read... But that wouldn't be my favourite solution. I would rather get the information directly from a view.
So my question is : What is the best way to know if an order entry changed since the last time I read the information.
Regards
I need to find a way to know if an order entry changed since the last time my software read the information. (Something like "last post date and time")
So what I did is to list all the fields in the OE0520 view. Copy all values in an Excel sheet. Then I updated the order entry and list all fields again. Put the new values in excel an compare each fields values. The only one that changed (except the "description" for my test) is SHIUNIQ (not sure what it is used for).
So unless SHIUNIQ is the field I should use to make my verification, I don't know how to do it.
Another solution would be to read directly in the database in OEORDH and compare the AUDTDATE and AUDTTIME to the one previously read... But that wouldn't be my favourite solution. I would rather get the information directly from a view.
So my question is : What is the best way to know if an order entry changed since the last time I read the information.
Regards