‎2009 Jan 07 1:46 PM
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
‎2009 Jan 09 1:26 PM
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.