cancel
Showing results for 
Search instead for 
Did you mean: 

12.2 upgrade

Former Member
0 Kudos

Hi everyone,

We just installed MII 12.2 on a fresh server and I imported my project from 12.1.

I am having a problem with the String List To XML Parser action block.

I have a transaction that calls the RFC 'RFC_READ_TABLE' and I specify the '|' character as the delimiter.

I then loop through each returned row and use the string list to xml parser with the delimiter '|'.

The action block ignores the '|' and gives me an output where each character is its own row.

This works fine in my 12.1 installation.

Are there any other problems like these I should be concerned about?

Jasper

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

So I went to SAP support with this issue and apparently there was a bug in the action block that allowed this to happen. It was fixed in MII 12.2 sp04.

The delimiter is supposed to be a regular expression string and not a character for '|' use '\\|'.

See SAP note: 1612967

Answers (0)