Solution : https://service.sap.com/sap/support/notes/7700 (SAP Service marketplace login required)
Summary :
The SAP Note addresses issues in drill-down reporting during printing. The first problem is the omission of column headers in the detail list printout, resolved in Release 3.0D. The second issue involves color-coded columns not printing correctly, resolved in Releases 2.2G and 3.0C. The underlying cause is a program error. For the first issue, correction 7700 (MKCBEF30) modifies the FORM BATCHLISTE to ensure column headers are printed. For the second issue, correction P22K011031 (MKCBEF30) updates FORM PRINT_B_BATCH to handle color display in printouts properly.
Key words :
form batchliste=======================================================================form batchliste tables, form print_b_batch======================================================================= form print_b_batch tables, batchzeil scols = sscols = sy-linsz, print-gwahl eq seig-bprint, elseif rkb1d-alist eq alist_dp, <--insert 7700 / 30d perform detail_write tables, rkb1d-alist ca '1a', additional key words drill-, rkb1d-alist eq alist_up, rkb1d-alist eq alist_an
Related Notes :
33308 | Drill-down reporting: Report printout not O.K. |