2007 Sep 24 12:56 PM
Hi All,
I am using a BAPI : BAPI_ALM_NOTIF_DATA_MODIFY for deleting the notification partner. I am passing the notification number and data to the table structure : NOTIFPARTNR the following fields
PARTN_ROLE_OLD
PARTN_ROLE
But still i am unable to update the partner....Any pointer on what other data to be passed so that i can update the notitication partner
Regards
Shiva
2007 Sep 24 1:28 PM
Are you dealing with multiple application system? If you are, then you need to put destination after the function call.
eg:
call function 'BAPI_ALM_NOTIF_DATA_MODIFY' destination 'target_ap_server'
importing
...
...
2007 Sep 24 2:03 PM
Make sure you are passing the partner profile and the partner number - both are needed to make up the partner assignment.
Also - make sure you are handling the X structures properly - if not you may not be updating that data properly. You should only need to pass the noti number in the import parameter.