cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI for Sts Chnage - Claim Notificaiton

atul_rajmane
Participant
0 Kudos

Dear All,

I have used Notification Category Claim for project budget update using custom workflow.

Once workflow complete, I would like to update system and status for that specific notification.

Kindly, advise which BAPI have to use I have tried,BAPI_ALM_NOTIF_CHANGEUSRSTAT but, it says transaction not allowed for notification type B1.

Kindly, suggest suitable BAPI, to change status (User/Sys) BAPI .

Regards

Accepted Solutions (1)

Accepted Solutions (1)

peter_atkin
Active Contributor
0 Kudos

This BAPI only works for Maintenance, Service and Quality notifications (TQ80-QMTYP = 0, 02, or 3.).

However BAPI_ALM_NOTIF_CHANGEUSRSTAT calls IQS4_CHANGE_USR_STAT_NOTIF, so give that a try.

PeteA

Answers (1)

Answers (1)

atul_rajmane
Participant
0 Kudos

Dear Peter,

Thank you for suggesting BAPI. It works well to change user status for claim notification.

But, I have used below FM for changing System and User status of claim notification.

1. STATUS_CHANGE_INTERN - System Status Change. Pass OBJNR for notification and STATUS = Internal status number fro TJ02T

2. STATUS_CHANGE_EXTERN - User status change. Pass OBJNR for notification and STATUS = Internal status number fro TJ30T

Need to use BAPI_TRANSACTION_COMMIT to save the changes results in database after executing above BAPI.

regards,

Atul Rajmane