cancel
Showing results for 
Search instead for 
Did you mean: 

Need help with Automation of taking post CTM logs in SAP APO module.

Former Member

Hello Team,

In my project as part of APO monitoring activity we need to take CTM logs on daily basis and compare it with previous days logs and make run time reports on it. Currently we get the logs from tcode /n/sapapo/opt11 which consumes a lot of time in taking dumps for multiple selections and i wish to automate the same. I can write an abap program provided i know from which base tables all the logs are being read. Thus can some one please tell me if they are aware of the table names that i can refer or any other perspective towards automation is also welcome!

Thanks a lot !

BR,

Harshal

Accepted Solutions (1)

Accepted Solutions (1)

former_member187488
Active Contributor

Hi,

The CTM logs are not in any table I think, instead they're located in the server of the optimizer engine, in the format of a file in hard disk (.dat file and .txt file).

Best Regards,
Ada

Answers (1)

Answers (1)

Former Member

Hello Ada,

Thanks for the response. So does that mean in the tcode /n/sapapo/opt11 the values are being populated from the server? Is there any way we could read those .txt files from the server? Because inorder to write an ABAP program i just need a source of all these log values on which i can write the read query. Any help in the automation perspective shall be appreciated.

Thanks a lot !

BR,

Harshal.