Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_ALM_NOTIF_DATA_MODIFY

Former Member
0 Kudos
151

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

2 REPLIES 2

Former Member
0 Kudos
40

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

...

...

Former Member
0 Kudos
40

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.