2012 Jul 23 4:22 PM
Hi All,
I am using the function module ALM_ME_MOBILE_STATUS_CHANGE for deleting a system status by passing the object number.
But is not returning the messages.
Please help.
regards,
Sama
Moderator message: please do not post duplicates.
Message was edited by: Thomas Zloch
2012 Jul 23 5:16 PM
Hi sama,
I guess, the FM ALM_ME_MOBILE_STATUS_CHANGE would return message only when it has failed to delete the system status, Please check the following lines 44-78,151- 184.
To my understanding, it would return message only when it failed to delete the system status. Please correct me if am wrong.
Cheers,
Sherif
2012 Jul 23 6:25 PM
hi dayakar,
Agree with Sherif, if you look at the code, line 172 right after the status update, the message is returned only when there is a failure. If the call is successful (sy-subrc = 0) then it goes straight to commit .
For your requirement please ensure whether you need to pass the order id or the notif id and the commit flag is set to 'X' for update.
- Puneet