‎2009 Nov 10 3:33 PM
Hi,
While using IF_INBOUND_EXIT_BCS~PROCESS_INBOUND to get mail body i get this error.
How can i fix this ?
Regards,
Orhan
‎2009 Nov 10 3:38 PM
Hi,
This is an exception triggered by the function Module.
Check your inputs to the function module, if your giving inputs correctly.
Regards
Abhii...
‎2009 Nov 10 5:38 PM
Well, I don't think this is a function module, but rather it is an interface.
Not sure how exactly you are trying to use this interface method, but you can't just call it like that. You will need a reference first which can be obtained by calling the other interface method first. But again, one can not just call an interface method. You will have to call it via a class which implements this interface.