Hallo,
Benenne die nodes entsprechend dem Schleifeindex Schleifenindex - dann hast Du sie auch als Koordinaten, die Du mit beliebigem Text oder anderem füllen kannst:
![alt text][1]
\documentclass[11pt]{scrreprt}
\usepackage[top=2cm,left=3cm,right=3cm,bottom=4cm]{geometry}
\usepackage{tikz}
\usetikzlibrary{mindmap,trees}
\usetikzlibrary{matrix}
\usetikzlibrary{decorations.pathreplacing}
\usetikzlibrary{positioning,shadings}
\usepackage{amsmath, amssymb}
%===========
\begin{document}
%===========
\begin{tikzpicture}
\def \n {3}
\def \radius {3cm}
\def \margin {8} % margin in angles, depends on the radius
\foreach \s in {1,...,\n}
{
\node[name=Feld\s] at ({360/\n * (\s - 1)}:\radius) {$$};
\draw[<->, >=latex] ({360/\n * (\s - 1)+\margin}:\radius)
arc ({360/\n * (\s - 1)+\margin}:{360/\n * (\s)-\margin}:\radius);
}
\node[draw, rectangle] at (Feld1) {Text};
\node[draw, rectangle] at (Feld2) {Text};
\end{tikzpicture}
%===========
\end{document}
%===========
[1]: http://texwelt.de/wissen/upfiles/aaaaaha__-fhdflj44_3.png