Application Development and Automation 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: 
Read only

Notification Statuses.

Former Member
0 Likes
325

Hi everybody, I created a program to change the user status of a notification. First I call the FM MAM30_011_GETDETAIL in order to obtein the details of the notification and then I add a new status entry in the notification_status table, with this table and the header I call the FM MAM30_011_CHANGE, but when I run this FM the system show the next error:

Specify either person number or person handle

But I don't found the problem, I'm passing the header directly from the FM getdetail and the table of statuses with the change that I want. Do you have any idea?

Regards

1 REPLY 1
Read only

Former Member
0 Likes
288

Hi Everybody, It was a problem with the notification's data. I created a new one and the program started to work. Thanks and Regards.