cancel
Showing results for 
Search instead for 
Did you mean: 

AIF Data Capture

former_member356171
Participant
0 Kudos

Hi Friends,

I want to capture all the messages (Success, failure, warning) information from AIF Monitor in a report program. Could anyone please let me know the back end tables where exactly the data is stored. Any class names and approach to fetch the data and display would be really helpful.

Thanks,

Srilaxmi

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member356171
Participant
0 Kudos

Hi Piyush,

Thank you for the response.

Could you please let me know the mandatory fields to pass to that method "/AIF/IF_APPLICATION_ENGINE~GET_MESSAGE_LOGS" as I can see many fields in that field structures and most of the fields input I am not ware of.

0 Kudos

Hello there,

I would like to ask about the solution you implemented. I have the same requirement: Expose SAP AIF messages via Odata.

To get access to the AIF messages, I found this method /AIF/IF_APPLICATION_ENGINE~READ_MSG_FROM_PERSISTENCY.

former_member593648
Active Participant
0 Kudos

Check class -> /AIF/CL_APPL_ENGINE_PROXY

look for method /AIF/IF_APPLICATION_ENGINE~GET_MESSAGE_LOGS

That could help

former_member356171
Participant
0 Kudos

Hi Raymond,

I have seen few tables

/AIF/STD_IDX_TBL - index table
/AIF/T_MMSG_IDX - msg table
CFIN_EX_AIFROOT - unique id

But not sure about any classes to fetch data.

raymond_giuseppi
Active Contributor
0 Kudos

Not sure, but did you look at classes like /AIF/CL_DB_ACCESS_* tables like /AIF/MMSG_*?