cancel
Showing results for 
Search instead for 
Did you mean: 

How to list OData notifications in application "Integration Errors" in 1702?

hakan_kose
Contributor
0 Kudos

Greetings,

We're implementing SAP Hybris Marketing 1702 for one of our clients. And we use OData services to derive some interactions (invoices to be precise) from S/4 HANA ERP.

As far as I know, logs/notifications regarding OData services are listed and monitored in this application named "Integration errors" however it's always empty in our system.

What are we supposed to do in order to list some notifications in this application?

Kind regards

Accepted Solutions (0)

Answers (3)

Answers (3)

SauMaris
Contributor
0 Kudos

Somewhere in documentation it was said that it is for C4C integration only.

Maris

hakan_kose
Contributor
0 Kudos

Hi Vineet,

Thanks for the reply and the information. However, that's what I am trying to getting at: We have some OData calls from S/4 HANA (ERP) however there's no change in the application. None at all - there's no notification regarding imports that are running, done or erroneous.

Is there a specific parameter we're supposed to set during OData call? Or is there an additional setup needed?

Kind regards,

Edit: What I have found it seems that this application handles import results automatically if they are coming via SAP Cloud Platform Inteface (HCI) or SAP Process ıntegration (PI) - for instance business documents from SAP Cloud for Customer. However if OData services are consumed outside of this kind of environment you have to handle these import results explicity via another OData service CUAN_IMPORT_MESSAGES _SRV. This is yet to be confirmed though. Because I haven't implemented this OData service my ERP interaction integration yet (Or we can get a confirmation from an SAP employee, I don't know)

vineet_kaul
Contributor
0 Kudos

Hi Hakan,

Below is how we see in our system(see attached). You should see the odata calls in three tabs as per below.

This triggers specifically for ODATA as far as i have seen and not for Excel Uploads. We are using BODS Data services to upload data via ODATA calls and see the count changing in import monitor app instantly.

Also, to check do you see anything in the Application Log app any entries when you upload data via ODATA calls or you can check from the back end via SLG1 t-code.

Also ensure that your user has PFCG access to CUAN_IMPORT_MESSAGES _SRV. I would suggest to try with SAPALL authorization to see if it works.

Thanks

Vineet

import-monitor.png

hakan_kose
Contributor
0 Kudos

Hi Vineet,

Thank you for your reply. I have SAP_ALL profile and I have seen application logs from our OData calls in SLG1. They can be seen in "Application Logs" UI application as well. Just not in "Integration Errors"

Kind Regards,

Hakan Köse

vineet_kaul
Contributor
0 Kudos

Hi Hakan,

The integration error app(renamed to Import Monitor in 1709) shows the list of odata imports that are running in the system in all statuses which means if you are uploading data into the system using ODATA, those ODATA calls should be listed here. You can see the app details in the below link and what is expected in the app as well. If you want to see the odata notifications in the app, you will need to trigger some sort of data upload via odata calls and you should start seeing some action in the app 😉

Fiori App: Import Monitor

https://fioriappslibrary.hana.ondemand.com/sap/fix/externalViewer/#/detail/Apps('F1933')/S12

Thanks

Vineet