‎2010 Jul 27 11:31 AM
Hi Guru's
I am using a HR related badi for one validation. As per my requirement, In BADI "HRECM00_CONSISTENCY" i need to perform validations.
If some mismatch in the condition, then i will pass error message and warning messages.
But in BADI there is no export parameter to give the error message to Portal.
This messages should be displayed in HR MSS tab in compensation tool managed. I have one parameter in Import with "TYPE REF"(message handler). I am not sure whether that field will help or not.
Please clarify this.
If it is not could you please suggest any alternate way to populate the message to portal.
Thanks & Regards,
Ganesh R K
‎2010 Aug 06 6:04 AM
‎2010 Aug 06 8:30 AM
Hello Ganesh,
try to call this FM to Added Messages.
call function 'HR_ECM_ADD_MESSAGE'
exporting
message_handler = message_handler
msgty = 'E'
msgid = 'messageid'
msgno = 'Message No'
msgv1 = 'Prabhu' . regards
Prabhu