Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Table for Account Document Changes

Former Member
0 Likes
976

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

1 ACCEPTED SOLUTION
Read only

Nimesh_S_Patel
Explorer
0 Likes
924

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

2 REPLIES 2
Read only

Nimesh_S_Patel
Explorer
0 Likes
925

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

Read only

Former Member
0 Likes
924

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