cancel
Showing results for 
Search instead for 
Did you mean: 

How to Extract /AIF/ERR Data

Former Member
0 Kudos

I need to create an extract of all the data that is displayed in the AIF Error Monitor /AIF/ERR.

Can you please point me to the tables where this data is stored or the FMs or Methods that are called by the transaction to display the error messages and all the data that is contained in the Data Structures that are included in the messages?

Accepted Solutions (0)

Answers (1)

Answers (1)

ArcherZhang
Advisor
Advisor
0 Kudos

Hi David,

In AIF area, the leading table is Index table, which stored the data messages. Each interface may have their own index table, which customizing in /AIF/CUST->Namespace Features.If have not, the default index table is /AIF/STD_IDX_TBL.

All the data you wanted can get via the corresponding application engine.e.g. /AIF/CL_APPL_ENGINE_*[IDOC, WEBSERVICE, PROXY]

method /AIF/IF_APPLICATION_ENGINE~SELECT_IDX_TAB_ENTRIES and method /AIF/IF_APPLICATION_ENGINE~READ_MSG_FROM_PERSISTENCY.

BRs,
Archer

0 Kudos

Hi Archer,

May I know how to generate the document list of AIF error by t-code /AIF/ERR - Monitoring and Error Handling? How to input the criteria of the t-code? Thanks!

Former Member
0 Kudos

I saw your posted comment. I recommend raising your question again as a new question and follow our rules of engagement: https://community.sap.com/resources/rules-of-engagement. Feel free to take our Q&A tutorial at: https://developers.sap.com/tutorials/community-qa.html. With these tips you'll be able to prepare questions that draw responses from our members.

Thanks!