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

CX_SY_REF_IS_INITIAL triggered. EXCEPTION

Former Member
0 Likes
474

Hi,

While using IF_INBOUND_EXIT_BCS~PROCESS_INBOUND to get mail body i get this error.

How can i fix this ?

Regards,

Orhan

2 REPLIES 2
Read only

Former Member
0 Likes
425

Hi,

This is an exception triggered by the function Module.

Check your inputs to the function module, if your giving inputs correctly.

Regards

Abhii...

Read only

Sm1tje
Active Contributor
0 Likes
425

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.