cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MII function issue in SAP MII 14.0

Former Member
0 Kudos

Hi,

Currently I was working on some content up gradation work in SAP MII 14.0 , but while working, I have got a strange think regarding SAP MII Functions. We have developed the same code in SAP MII 12.2 and faced the issue while migrating to 14.0. The issue is as follows,

The function we have used in 12.2 is getvalue(name) as in the below screenshot,

but while we have migrated to 14.0, then we saw the function has updated into getvalue(map, key) in 14.0

I have no idea why parameter of the existing function got updated, but the problem is if someone want to migrate the existing code from 12.2 to 14.0 using such of function then he/she can get a "Conversion Exception" and at that time it will become bit hectic to identify the issue and change the logic to handle this in all the places.

Regards,

Suman

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Suman,

   I guess it is a bug in MII 14.0. The help doc has the getValue(name) still. However, the newer function is not present in the same. I guess it was not documented. I guess, the getValue(map, name) is a newer function which somehow replaced the older one.

I would suggest you to raise a support ticket. According to me, the getValue(name) and getValue(map, name), both should exist.

Regards,

Tufale Ashai.

Answers (0)