cancel
Showing results for 
Search instead for 
Did you mean: 

Attach Documents to Notification for Work Manager

0 Kudos

Experts,

We are using Work Manager 6.4 on SMP 3.0 SP12. I am able to attach a document to a notification in SAP using business workspace, but this document doesn't get synced to Work Manager. Converse works fine.

Is there a setting to enable this? Also, i noticed that there is no get method in java for documents object related to notification. Could that be the reason?

Accepted Solutions (1)

Accepted Solutions (1)

Marçal_Oliveras
Active Contributor
0 Kudos

Hi Alok,

You will need to check the MDO SWM64_NOTIFICATION_GENERIC filters to see if something needs to be setup to fetch your notification attachments.

Also you can debug the class /SMERP/CL_PM_NOTIFICATION_DO method GET_DOCUMENT_INFO to understand why you don't get the attached listed in the Agentry part.

0 Kudos

Hello Marcal,

MDO SWM64_NOTIFICATION_GENERIC filters look OK to me. I did debug /SMERP/CL_PM_NOTIFICATION_DO method GET_DOCUMENT_INFO, that looks fine to me. I can see that document info comes through. However, i don't see any java method for get document info. So i don't see anything in the notification object. Any hint?

Answers (0)