smusba
6th July 2008, 14:28
Dear Gurus,

Pls guide me when to use DETAIL and AFTER.FIELD in the report.

Hitesh Shah
6th July 2008, 18:45
detail layout is for detailed reports . After.field is for summarising the details which have come after last after.field value .

Detail corresponds to each rprt_send / brp.ready in the program and after.field is for each sort break in the data (ie number of distinct combinations of sort fields in the complete data set ) . U can check http://www.erpjewels.com/BaanreportFlow.htm for understanding how Baan report interacts with program script .