Application Development 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: 

Error in ME9L after upgrade

Former Member
0 Kudos

Hello Experts,

After a recent upgrade, in the transaction ME9L, after entering the PO number, while hitting the display message button for a particular message type, am getting the error 'Symbol : "EKKO" Invalid data type "u" '.

After analysing, we found that in the include LSTXVFDD, there is a code to check the datatype compatibility for structures


   if fa_fields-datatype = 'u'.  " check the structure compatibility
     perform check_structure_comp using <pointer> fa_fields-datatype.
   endif.

We searched for available OSS notes and found 689252, but this is applicable only for 4.70 version. We could not find a relevant OSS note for Ecc6 version.

Kindly suggest any soultion if anyone has faced a similar issue.

Thanks in advance.

Vikranth

1 REPLY 1

jcutinho
Explorer
0 Kudos

Hi,

Could you please let me know as to how did you resolve this issue?

Thanks,

Joel Cutinho