cancel
Showing results for 
Search instead for 
Did you mean: 

Localisation in comma separated list issue

Former Member
0 Kudos

Hello All,

I am having an issue with Localisation objects on an irpt page not getting populated. For example I am passing a list of Localisation objects to a query param like so (note the behaviour is the same weather I am passing to a param or just outputing the localization on the irpt):

"{##LOBJ_1},{##LOBJ_2},{##LOBJ_3},{##LOBJ_4},{##LOBJ_5},{##LOBJ_6}...."

I expect to get a result like the folowing:

"Text 1,Text 2,Text 3,Text 4,Text 5,Text 6..."

But I get a result like this where some values have been popluated and some haven't.

"Text 1,{##LOBJ_2},Text 3,Text 4,Text 5,{##LOBJ_2}..."

I have no issue displaying any of the objects on thier own on the irpt.

This issue is occuring on Version 12.0.4 Build(120), This issue does not occur for me on Version 12.0.2 Build(88)

Regards,

Christian

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Christian,

We have the same problem with the SP04.

We made an OSS message on this problem.

SAP must deliver the SP05 version soon.

They have nevertheless said that the use of _ was discouraged.

Regards

Alexandre SEDANO

Former Member
0 Kudos

Thanks Alexandre! Submitting the issue was my next step, but now i guess I don't have to.

Regards,

Christian

Former Member
0 Kudos

I have confirmed that SP05 resolves this issue.

Regards,

Christian