Code: Alles auswählen.
 
LOOP AT gt_aus2 ASSIGNING <fs_ausg>
     WHERE  kdatb IN so_kdatb  and
            kdate in so_kdate.
      <fs_ausg>-color = 'C00'.
ENDLOOP.
 
 aber ich bekomme nichts Ausgegeben
 Was heißt das? In der Loop-Anweisung wird nichts ausgegeben, nichts verändert etc.
 Was heißt das? In der Loop-Anweisung wird nichts ausgegeben, nichts verändert etc.