Hi,
I am trying to develop a webdynpro application to imitate IW32 transaction in SAP ( albeit it will be much simpler to use with majority of func. on single screen ). I am able to create notifications for the work order object list using 'BAPI_ALM_NOTIF_CREATE' and assign this notification to the objects in workorder objectlist using 'BAPI_ALM_ORDER_MAINTAIN' however when i open up the object notification in IW23 transaction the notification has a OSNO (outstanding notif) system status and no work order number displayed. ( so you can see the notification nr in work order objectlist via IW32 txn and on double click you go the notificaiton , however navigation the other way round is not possible as no work order nr is displayed in notification).
However if i try the same thing via IW32 transaction the new notification created has NOPR ORAS( notif in processing, order assigned ) system status with the workorder number displayed in notification . ( + I want same behavious when i create notif thorough web dynpro + ).
I have tried using the 'STATUS_UPDATE' Fm to update status of newly created notifications and it seems to change notification status from OSNO to NOPR ORAS but still the workorder number does not show up ( so it defeats the whole purpose of system status change ).
Please let me know if anyone else has faced a similar issue before and how this can be handled.
Thanks,
Vivek Priyadarshi
Edited by: Vivek Priyadarshi on Feb 10, 2011 9:31 PM