‎2007 Dec 26 10:27 AM
hi
I want to find the table which contains the Account Document Changes for BELNR depending on the user name.
I see that a program MF01ABLN can do it but it fetches based on only one document number.
Please help me with this. Points for all helpful answers
‎2007 Dec 26 10:39 AM
Hi Smith
You can track your Account document changes from table CDHDR & CDPOS tables.
Pass OBJECTID in CDHDR as concatenation of your CLNT-Company Code-Doc.Number-Year . You will get all the change number . Pass this change numbers in CDPOS to get detail.
Regards
Nimesh S. Patel
‎2007 Dec 26 10:39 AM
Hi Smith
You can track your Account document changes from table CDHDR & CDPOS tables.
Pass OBJECTID in CDHDR as concatenation of your CLNT-Company Code-Doc.Number-Year . You will get all the change number . Pass this change numbers in CDPOS to get detail.
Regards
Nimesh S. Patel
‎2007 Dec 26 10:49 AM
Hi,
You can check the changes for any of the documents in the Change Header Table CDHDR and CDPOS.
First selct the data from CDHDR using the value as :
Object Id : *Belnr
User Name : Use ID
Now use the data from this header table to go to the CDPOS table and you will get details of all the changes.
These tables stores changes for all the tables where Log Changes check box is checked.
So take care of performance while querying these tables,.
Regards,
Lalit