hi
in my report i want to trigger a new document when a new document type found.
in the below logic i have tried
LOOP AT gt_pur_fiaccr. // this table has unique records but not doc type field
read table gt_prules // this table has doc type records
AT NEW doc type
fill the logic to trigger a new report .
regards
Atul