‎2011 May 16 9:39 AM
Does there an ABAP, a function, or a method exist whch with the help of tables CDHDR and CDPOS allows to do a total data-rollback concerning an object as 'VERKBELEG' or 'EINKBELEG'?
‎2011 May 16 10:44 AM
Not 100% possible, in my opinion. For inserts and deletion only the table key is stored, but not the actual field contents. E.g. if you are inserting a line item and then delete it again later, there is no way to retrospectively find out the exact state inbetween.
So I don't think something like this exists in the standard.
Thomas
‎2011 May 16 10:44 AM
Not 100% possible, in my opinion. For inserts and deletion only the table key is stored, but not the actual field contents. E.g. if you are inserting a line item and then delete it again later, there is no way to retrospectively find out the exact state inbetween.
So I don't think something like this exists in the standard.
Thomas
‎2011 May 16 11:24 AM
You are probably right, Thomas, but I want only to use it for changes done on a sales order or on a purchase order, but not for new inserts. Additionally to delete physically an item of a sales order or a purchase order is not possible, so this problem is for me not so relevant. Ich will mich aber noch bei Dir bedanken für Deine schnelle Antwort.
‎2011 May 16 11:36 AM
OK, for just changes it would be possible. I remember programming something like this for sales order schedule lines many years ago (these can actually appear/disappear completely based on availability checks etc.), rather complex task.
Maybe somebody else has better information for us.
Thomas
P.S. please use only English as forum language, so everybody can follow the discussion.