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

Application log issue

Former Member
0 Likes
296

Hi,

In the application log SLG1 how do I find the details as to which file did not process for example. The detail level ? buton does not provide details. Is it stored in any tables where I can find it using the object key, etc. Any inputs is appreciated.

regards

Aveek

The scenario is that we are loading data ( spreadsheet ) via middleware into the APO system. We need to know which file errored out and specifically which data.

1 REPLY 1
Read only

christian_wohlfahrt
Active Contributor
0 Likes
277

Hi Aveek!

Difficult to give general answers - amount of log depends on the objects used.

But this log is generated inside the application, e.g. create order. It is not generated by the calling application, e.g. IDOC booking or BDC running.

-> No info of original sources are available, just inside information can be stored. If you want to follow errors on file level, you have to go for logs of the application loading the file.

Regards,

Christian