Hello Tapomay,
Thanks for responding.
It's a simple select statement.
Select Count(*) From JEST
WHERE status = 'RELEASED'
Object = Notification Number
Inactive -= ' '.
If Sy-SUBRC <> 0
raise exception
endif.
Since we still have one system no upgraded, we were able to compare based on the incident raised by user.
Before upgradation, sy-subrc was 4 and event did not trigger workflow. Now it's 0 and triggers workfow
Regards,
Vinay