bhushanchanda
10th March 2013, 06:21
Hi All,

I have written an UE for table "whinh220". I want that, when this table gets updated with a record with order status "Confirmed", it will check the table "whltc300" for the Lot number against the same order in "whinh220".

After getting this lot number, it will check table "whltc220" and get the Lot Value from this table.

Now , the problem is, when I put the UE in debug mode, I found that, when the order status is confirmed, the UE is triggered but the table whltc300 table was not updated and hence I was failed to get the Lot Value.

I also tried to put a UE on table whltc300, but it never triggers.

I want to know, how can I get a lot value against any order, purchase/production/transfer etc.

Thanks in advance.

bhushanchanda
10th March 2013, 14:39
Ok solved it. Table whltc300 table gets updated when table whinh312 is updated with status as Confirmed.