Hi Jurgen,
For suppose in a TO if there are 15 items say.
In that 15 items if there are 10 items as BOM Components and 5 items as standard components in the below order.
TO
Material LAGP-REIHF
ABC (BOM COMP) 10
DEF ( BOM COMP) 12
GHI( BOM COMP) 11
LMN (STD ITEM ) 7
PQR ( STD ITEM) 6
STU( STD ITEM) 8
I want output to be printed as the below way
ABC 10
GHI 11
DEF 12
PQR 6
LMN 7
STU 8
Thanks,
Balu