‎2010 May 24 6:46 PM
Hi,
When calling my FM from a custom program ,I am getting the following error :
In the function "ZWM_SEND_HU_MAIL", the STRUCTURE parameter "T_OBJECT" is typed
in such a way that only actual parameters are allowed, which are compatible in Unicode
with respect to the fragment view. However, the specified actual
parameter " " has an incompatible fragment view.
the FM "ZWM_SEND_HU_MAIL", has only 1 import parameter "T_OBJECT.
Cna anyone explain what do I need to do to correct this error?
‎2010 May 24 8:15 PM
Hi,
This occurs because the rules about "Ucicode fragment view", that is how unicode systems work with layout structures.
See item 3.3 of:
Best regards,
Leandro Mengue
‎2010 May 24 8:48 PM
‎2010 May 24 9:20 PM
Hi,
Don´t forget to post the solution and say if any answer was helpfull.
Best regards,
Leandro Mengue
‎2010 May 25 11:34 PM
Hi leandro,
The issue was with the declaration of the structure being passed to the customFM.