cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

MII 12.1 issues

0 Likes
331

Hi All,

We are in a process of MII upgrade from 12.0 to Version 12.1.6 Build(95).

We are facing some different behavior in new system

1. If any empty string passed to any Xacute Query of MII BLS in run time u2013 then it fails to override the design time value by the blank value. But it works when some non empty value is passed.

2. If any logic is written under some condition action blocku2013 then if the condition is false in a run time scenario then all the actions properties under that condition is treated as invalid variable.

3. In one BLS, XML document is appended rows by using assignment action block - and passed to output variable. If the transaction is called for second time from web page then it appends the rows on top the existing rows appended in first execution. So XML is not getting cleared after execution of the BLS.

Have anybody seen these issues before in 12.1 ?

Looking for your help.

Thanks,

Soumen

View Entire Topic
Former Member
0 Likes

Soumen,

We are also going through a 12.0 to 12.1 upgrade, and I have come across a number of issues so far.

I tested #2 listed in your post and did not have any issues (Assigned to variable on 'false' leg of conditional then read with tracer). However, we are on 12.1.7 (Build 44). Perhaps it would be a good idea to get to the newer version/build.

Rod

0 Likes

Hi Rod,

Thanks for your response.

Can you please check the other issues in your system - if all these are solved in 12.1.7 then we can go for 12.1.7.

Let me know if you have any questions..

Thanks,

Soumen

Former Member
0 Likes

Soumen,

I was able to duplicate your issue for #1 so 12.1.7 is not the fix for that.

I wrote a simple transaction to return the value of an input string.

If I set Param.1 equal to empty string in JavaScript or in the iCommand Object, or both for that matter, it would still return the value set in the Xacute at design time. If I pass anything in Param.1 it is returned correctly.

As for #3, I'll defer to someone from SAP on that, not quite sure how to set it up.

Definitely need to put in a ticket for issue #1.

Rod