‎2007 Aug 14 4:23 PM
I tried using BAPI ALM_ME_NOTIFICATION_CREATE to create a notification but then there is an error message: Userstatus could not be changed. Why is that?
Which information must I to put into the table notification_userstatus?
In the moment it looks like this:
ls_note_userstatus-objnr(2) = 'QM'.
ls_note_userstatus-status = 'KOEW'.
ls_note_userstatus-inact = 'X'.
ls_note_userstatus-changed = 'X'.
append ls_note_userstatus to lt_note_userstatus.
ls_note_userstatus-objnr(2) = 'QM'.
ls_note_userstatus-status = 'KOIA'.
ls_note_userstatus-inact = ' '.
ls_note_userstatus-changed = 'X'.
append ls_note_userstatus to lt_note_userstatus.
Thanks
Toto
‎2007 Aug 14 4:31 PM
‎2007 Aug 14 4:28 PM
I think there is always an initial status of the Service Notification when the notification gets created which i should start from. After creating try calling BAPI to modify the service notification created by the previous FM.
A.
‎2007 Aug 14 4:31 PM
‎2007 Aug 14 4:36 PM
Try using the FM.
<b>BAPI_SERVNOT_CREATE.</b>
there are bunch of good BAPIs in the FG IQS6.
Amandeep