cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MII 15.4 on Hana, Cannot create and edit global variable

former_member610632
Participant
0 Kudos
569

Changes to the global properties within MII(SAP MII 15.4 on Hana) can not saved.Got an error:

Can anyone tell me why?

-----------------------------------------------

I found the database table(XMII_GLOBALS) of global variables and inserted the data with SQL.It's OK.

Field READONLY = 'N' is inputparameter,

Field READONLY = 'Y' is OUTPUTparameter,

insert into "SAPJAVA1"."XMII_GLOBALS" values('5','test5',0,100,'Y','float','555','1')


agentry_src
Active Contributor
0 Kudos

Did you try to change the global properties from within an MII Transaction? Or did you try to do it from the Workbench Menu under Global?

former_member610632
Participant
0 Kudos

Yes,the same error occurred in both.

sergiy_katerinich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Would you try to list the actual column names between the name of the table and VALUES in your INSERT query? In the same sequence as your input values.

former_member610632
Participant
0 Kudos

It is possible to modify global variables with SQL query using HANA STUDIO, but there are errors in using MII workbench.

Accepted Solutions (0)

Answers (0)