cancel
Showing results for 
Search instead for 
Did you mean: 

AIF Logs can't be displayed for ABAP Web service

Former Member
0 Kudos

Hello All,

We have exposed asynchronous web service via ECC directly (SOAMANAGER). We have configured AIF for this scenario. AIF is working fine during runtime but when we try to access the message payload via /AIF/ERR - it gives following error.

Payload of message with GUID 989C6E5C2CC111CAA04408002B1BB4F1 could not be retrieved.

Web service was called from external consumer , not from SPROXY transaction. We have tried both Proxy & XML as persistence engine.

Thanks & Regards,

Dijesh Tanna

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Dijesh,

I am trying to create this configuration also. Can you provide (do not need to include client names) a guide on how to configure the AIF for web services calls. We need to create execution logs.

thank you,

Nicolas

Former Member
0 Kudos

Hi Dijesh,

to set the application- and persistence engine to XML would be my first idea. But you wrote that this is already checked. Proxy and XML have different methods to transfer the data to AIF.

Method used in Web service endpoint function module: CALL METHOD /aif/cl_enabler_xml=>transfer_to_aif

Application Engine: XML

Persistence Engine: XML

Selection Engine: AIF Index Tables

Logging Engine: AIF Application Log

Does a record with  exists in XML GUID 989C6E5C2CC111CAA04408002B1BB4F1 perstance table /AIF/PERS_XML exist?

Best regards

Christoph