cancel
Showing results for 
Search instead for 
Did you mean: 

Table for changes to Customer Master

Former Member
0 Kudos

hello,

I would like to know the tables and their fields where I can find the details of changes made by back up personnel to both customer master and credit limits.

I searched the forum, but could not find anything concrete.

Any help or suggestion would be greatly appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

former_member211616
Active Contributor
0 Kudos

HI Anurag ,

T code OV51 execute u will find all changes in customer master

and execute S_ALR_87012215 for change in credit management

Even  you can also found as  suggested Lakhmipathi

Regards

Ramesh

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

AUT10 looks at tables CDHDR and CDPOS, which hold change docs for Customer Master. You can possibly create queries against on these tables.

Thanks

Venkata

Jelena
Active Contributor
0 Kudos

AUT10 does not exist in the earlier releases. I'm not sure though when was it introduced exactly.

Just a tip for OP - you can use ST05 (SQL Trace) when searching for the table names. Just activate the trace and then go into transaction and display or change the fields of interest. Then deactivate the trace and display the trace records. This will also show how exactly the tables are read and you can even navigate to the specific ABAP code lines where the table is accessed.

Not sure why you didn't find anything on SCN though, this question is asked at least monthly.

Former Member
0 Kudos

I worked on Release 4.7 and ECC6.0.

AUT10 is available in both systems. I think, the transaction is not setup in their system

Lakshmipathi
Active Contributor
0 Kudos

I searched the forum, but could not find anything concrete.

Surprising !!!!!!!  

Execute AUT10 which will show the details required by you.

G. Lakshmipathi


Former Member
0 Kudos

Hello Lakshmipathi,

I tried the transaction however I am getting a message "transaction AUT10 does not exist".

Kindly suggest. I do not have any SD experience and over that I am new to abap.

Am I missing something.

former_member211616
Active Contributor
0 Kudos

Hi Anurag ,

May be u dont have authorisation to check AUT10

Regards

Ramesh

Former Member
0 Kudos

Hello Ramesh,

I don't think so, I have access to all transactions, we are not in production environment.

And if that was the case, it should say "I am not authorized to ....."

Former Member
0 Kudos

Hello Ramesh,

If you could also help me with the tables which gets updated with the changes.

former_member211616
Active Contributor
0 Kudos

Hi Anurag ,

Check the table CDHDR and CDPOS

also u will find the changes

Regards

Ramesh