cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAC Data Import – Automatically email rejected/error rows to specific users?

Eladtayarr
Explorer
0 Likes
234

Hi everyone 😀

In SAP Analytics Cloud, is there a built-in way to automatically email the rejected rows that occur during a model data import
(in Data Management), to a specific list of users?

I know about the Rejection Summary (CSV) in the Data Management monitor,
but I’m looking for an automated email notification with those details right after the import finishes.

Any native feature or recommended workaround (e.g., Calendar/notifications, APIs, Integration Suite/automation)?

Thanks in advance!

 

Accepted Solutions (0)

Answers (1)

Answers (1)

N1kh1l
Active Contributor
0 Likes

@Eladtayarr 

You can try your hands at the below API.

https://help.sap.com/docs/SAP_ANALYTICS_CLOUD/14cac91febef464dbb1efce20e3f1613/486aacd8e39d45209dd37...

/jobs/{jobID}/invalidRows

This endpoint lists the rejected rows and the reason for failure after validation is completed.

Hope this helps !

Nikhil