cancel
Showing results for 
Search instead for 
Did you mean: 

Repeater Error

matthias_prller
Participant
0 Kudos

Hello,

I have a new problem for you

I have a created a very small transaction:

a local-xml variable, a repeater and a tracer:

the xml-variable has the following content:

edit: seems that the there is a problem to put xml in here I will post a Link in 2 minutes...

in the repeater I configured Local.input_doc{/Rowsets/Rowset/Row}

(Local.input is my local xml-variable)

the tracer after the repeater is pointed to the output of the repeater but doesn't show anything (except 🙂

No error in log files or in the trace.

Can anybody tell me if I did something wrong?

The xml-file is well-formed (I asked the w3c validater already

MII 12.0 SP08

Thanks for your help.

Regards

Matthias

Edited by: Matthias Pröller on Oct 16, 2009 2:16 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Matthias,

the Trace indeed has a problem to trace the XML. For example:


<Rowset>
<Row>
  <Value>123</Value>
</Row>
</Rowset>

If you use this in a Repeater, the Tracer will show the contents of the "Value" node, but will be empty if you link the node "Row" to it.

I thought this would be fixed in a later package of 12.0, but it seems to be the old problem...

It seems to be fixed in 12.1. Have a look at this thread: [Repeater problem|http://forums.sdn.sap.com/click.jspa?searchID=32916907&messageID=7150929]

Michael

Edited by: Michael Otto on Oct 16, 2009 3:05 PM

matthias_prller
Participant
0 Kudos

Hello Michael,

oh thank you... that was easy... but unfortunately than I have another problem. But for this time you helped me a lot.

I didn't find a SAP note for this problem, maybe I will open a new incident for the SAP support (they should know me already

Regards

Matthias

Answers (1)

Answers (1)

matthias_prller
Participant
0 Kudos

here is the xml-file as a jpg... sorry I don't know why it can't put the xml file in here...

[http://img392.imageshack.us/img392/8379/xmldoc.jpg]