Table 50015 is having Fields “Item No” code 20 & other fields. After some processing
this table saves some records.
Then in report I have taken 50015 as Data Item & then onaftergetrecord code is written
to fetch record from item master.
IF ItemRec.GET(“Item No.”) THEN
ItemRec.CALCFIELDS(Picture);
After the above code, description & description 2 is displayed correctly it means it is getting
record from Item Master. But picture is displayed as same for all the records.
I tried saving this picture field in 50015 but this way also it shows the same picture for all record.