Skip to Content
0
Sep 26, 2008 at 06:44 AM

Report programming issues

22 Views

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