I am calling a Bapi to return Measurement Points for a piece of Equipment.
I need to loop through these Documents to create Measurement Points against each.
The Bapi returns XML and I have tried the normal Reapeater action , but it does nothing.
Repeater is typically the way to do it. What specific BAPI are you using and how is your repeater configured?
Regards,
Christian
Thanks Christian.
The problem was to do with the Transaction properties ( calling the BAPI in a seperate transaction) which where not passing back the correct xml result.
Neil Morgan