The reason being you have only 1 internal table with 8 line items which you are looping through in your HEADER and hence it will always print as many times as you have line item for that PO. If you have to print it only once then you have to build in logic or separate header and item into separate internal tables.
↧