HI All,
Currently we are in SAP EP 7.02 sp9 and ECC EHP5.we have a java application where this reads the logged on user Notifications & Tasks
Count from UWL and display in portal as iview.After portal EHp2 upgrade we are not receiving any Notifications from SAP Business work
place to portal UWL .prior to EHp2 we are using standalone sonic connector.Now after EHp2 we have SAP provided Somprovider connector to
read SAP Business work place Notification mails,Now UWL Notications are pointing to SApofficemail tab rather than Notifications.
My question here is how to get the count of SAPoffice mails in java apps.Application is using IUWLService to fetch count of UWL tasks and
using (ItemType.UWL_ITEM_TASK, ItemType.UWL_ITEM_NOTIFICATION) to fetch tasks and Notification these are standard methods.
Do we have any ITem type like UWL.som in UWL API to calculate sap office mails through someprovider connector.
Through Iproviderconnector interface when i am trying to call some provider connector(SOM_CONNECTOR_ID) in my program ,I could not see SOM
connector details but i can see all other connector (webflow,Action,Generic,Alert,Adhoc) details.Please let us know is it possible to count som items
in portal in our version.I can see the som_connector_ID in SAP Portal CE 7.3 API for UWL.
http://help.sap.com/javadocs/NW73/SPS07/CE/uwl/com.sap.uwl/index.html
Regards
Rohan