cancel
Showing results for 
Search instead for 
Did you mean: 

How to change activities of a service notification using ABAP Program ?

Former Member
0 Kudos

Hello friends,

As part of a requirement, I need to modify a service notification activity "Activity Code" ( MTR Section ) data and for that I have used the standard bapi "BAPI_ALM_NOTIF_DATA_MODIFY" but the problem is that it is neither saving the activity data nor returning any error message during the process. I have used "BAPI_ALM_NOTIF_SAVE" and "BAPI_TRANSACTION_COMMIT" along with bapi call.

While I can update the activity code of the activity from IW52 transaction.

Please share any information that could help to resolve this issue.

Thanks in advance.

Regards,

Pavan Kumar P.

Accepted Solutions (1)

Accepted Solutions (1)

peter_atkin
Active Contributor
0 Kudos

Pavan Kumar P.

BAPI_ALM_NOTIF_SAVE is only for the header.

Questions relating to BAPI_ALM_NOTIF_DATA_MODIFY:

  1. What input parameters are you using when calling the BAPI
  2. Did you use the NOTIFACTV_X tables
  3. Are there any values in the RETURN table

PeteA

Former Member
0 Kudos

Hey Pete,

I have figured out the issue and it is because of BAPI_ALM_NOTIF_SAVE, I have passed the header notification number instead of item notification number and when I made corrections. it worked fine.

Thank you for your help.

Answers (0)