I need to see the Item Group and a UDF (Subgrupos) from the Item Master Data in the printed Pick List. I added 2 UDF to the Pick List - Rows , each one with there Formatted Search that are :
Select T1.ItmsGrpNam from OITM T0, OITB T1 where T0.ItmsGrpCod = T1.ItmsGrpCod and T0.ItemCode= $\[ $11.12.0]
Select T1.Name form Oitm T0 , \[ dbo ].\[ @SUBGRUPOS ] T1 where T0.U_Subgrupos = T1.Code and T0.ItemCode= $\[$11.12.0]
The situation is I print the Pick List form the Pick And Pack Manager so the Formatted Search is not executed so the fields are empty in the PLD .
How do i read those fields in the PLD ? I tried but the PKL1 table does not save the item code. I tried to make the relationship between Pick List PLD and Sales Order Rows and Item Master Data, in that order.